/* ROHP Migration V2 - Case Study Assignment Styling */

.rohp-case-study-container {
    margin-top: 30px;
    padding: 24px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-family: inherit;
}

.rohp-assignment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #cbd5e1;
    padding-bottom: 12px;
}

.rohp-badge-pill {
    background: #0284c7;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 12px;
    letter-spacing: 0.5px;
}

.rohp-badge-marks {
    font-size: 14px;
    color: #334155;
}

.rohp-submission-card {
    background: #ffffff;
    border-left: 4px solid #0284c7;
    padding: 16px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.rohp-status-approved {
    border-left-color: #10b981;
}

.rohp-status-rejected {
    border-left-color: #ef4444;
}

.rohp-status-pending {
    border-left-color: #f59e0b;
}

.rohp-status-text {
    font-weight: bold;
}

.rohp-upload-form-wrapper {
    background: #ffffff;
    border: 2px dashed #cbd5e1;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
}

.rohp-file-dropzone {
    margin: 16px 0;
}

.rohp-file-dropzone input[type="file"] {
    display: inline-block;
    padding: 10px;
}

.rohp-btn-submit {
    background-color: #0284c7 !important;
    border-color: #0284c7 !important;
    font-size: 15px !important;
    padding: 8px 24px !important;
    height: auto !important;
    border-radius: 6px !important;
}

.rohp-btn-submit:hover {
    background-color: #0369a1 !important;
}

.rohp-badge-status {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.rohp-badge-status.rohp-status-approved {
    background: #d1fae5;
    color: #065f46;
}

.rohp-badge-status.rohp-status-pending {
    background: #fef3c7;
    color: #92400e;
}

.rohp-badge-status.rohp-status-rejected {
    background: #fee2e2;
    color: #991b1b;
}
