/* ---- SACE public site palette ----
   Navy   : #14366b
   Yellow : #f8cb0c
   Grey bg: #f4f6f9
------------------------------------ */

.sace-ext-body {
    background-color: #f4f6f9;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #2b2b2b;
}

/* Top strip */
.sace-ext-topstrip {
    background-color: #f8cb0c;
    color: #fff;
    font-size: 0.85rem;
}

.sace-ext-topstrip a { color: #fff; text-decoration: none; }

/* Header */
.sace-ext-header {
    background-color: #f8cb0c;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

.sace-ext-logo {
    height: 56px;
    width: auto;
    background: #fff;
    padding: 4px;
    border-radius: 6px;
}

.sace-ext-brand {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}

.sace-ext-tagline {
    font-size: 0.85rem;
    color: #f8cb0c;
    font-weight: 600;
}

.sace-ext-navlink {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin-left: 1.25rem;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    transition: border-color .2s ease;
}

.sace-ext-navlink:hover {
    color: #f8cb0c;
    border-bottom-color: #f8cb0c;
}

/* Yellow accent bar (matches sace.gov.za) */
.sace-ext-accentbar {
    height: 5px;
    background: linear-gradient(90deg, #f8cb0c 0%, #f2b807 100%);
}

/* Main content area */
.sace-ext-main .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(20, 54, 107, 0.08);
}

.sace-ext-main .card-header {
    background: #fff;
    border-bottom: 3px solid #f8cb0c;
    border-radius: 10px 10px 0 0 !important;
}

.sace-ext-main h1,
.sace-ext-main h2,
.sace-ext-main h3 {
    color: #14366b;
    font-weight: 700;
}

.sace-ext-main .form-label,
.sace-ext-main label {
    color: #f4f6f9;
    font-weight: 600;
}

.sace-ext-main .form-control:focus,
.sace-ext-main .form-select:focus,
.sace-ext-main .form-check-input:focus {
    border-color: #14366b;
    box-shadow: 0 0 0 0.2rem rgba(20, 54, 107, 0.15);
}

/* Buttons - override .sace-btn on the external site */
.sace-ext-main .btn-primary,
.sace-ext-main .sace-btn {
    background-color: #14366b !important;
    color: #fff !important;
    border: none;
    border-radius: 30px;
    padding: 0.55rem 1.6rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: background-color .2s ease;
}

    .sace-ext-main .btn-primary:hover,
    .sace-ext-main .sace-btn:hover {
        background-color: #2159B0 !important;
        color: #fff !important;
    }

/* Section cards inside Fill form */
.sace-ext-main .card.bg-light {
    background-color: #fbfbfd !important;
    border-left: 4px solid #f8cb0c !important;
}

/* Footer */
.sace-ext-footer {
    background-color: #14366b;
}

/* --- Opportunities table --- */
.sace-ext-table thead tr {
    background-color: #14366b;
    color: #fff;
}

.sace-ext-table thead th {
    border: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 0.9rem 0.75rem;
}

.sace-ext-table tbody tr {
    border-bottom: 1px solid #eef0f4;
}

.sace-ext-table tbody tr:hover {
    background-color: #fffbe6;
}

/* Mobile opportunity cards */
.sace-ext-oppcard {
    border: none;
    border-left: 4px solid #f8cb0c;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(20, 54, 107, 0.08);
}

.sace-ext-badge {
    background-color: #14366b;
    color: #fff;
    font-weight: 600;
    padding: 0.4rem 0.65rem;
    border-radius: 4px;
}