/* --- Race Pack Section --- */
.rp-section {
    background-color: #F8FAFC; /* Subtle background as it looks in image? Actually image looks very light #F8FAFC except cards */
    padding-top: 200px; /* Space for fixed header and subnav enlarged */
    padding-bottom: 80px;
    min-height: 100vh;
}

.rp-container {
    max-width: 1440px;
    padding-left: 160px;
    padding-right: 160px;
    margin: 0 auto;
}

.rp-header {
    margin-bottom: 40px;
}

.rp-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 42px;
    color: #06142d;
    margin-bottom: 10px;
    line-height: normal;
}

.rp-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #929aa7;
    max-width: 600px;
    line-height: 1.75;
}

.rp-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
    gap: 30px;
    align-items: start;
}

/* Schedule Card */
.rp-card-schedule {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2.5px 4.2px 0 rgba(0, 0, 0, 0), 0 10.8px 8.7px 0 rgba(0, 0, 0, 0.01), 0 26.6px 17.3px 0 rgba(0, 0, 0, 0.01), 0 51.2px 33.9px 0 rgba(0, 0, 0, 0.01), 0 86.2px 62.3px 0 rgba(0, 0, 0, 0.02), 0 133px 106.4px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 24px;
}

.rp-schedule-header {
    background-color: #0b5427;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 24px;
}

.rp-schedule-body {
    display: flex;
    padding: 24px 20px 26px 24px;
    gap: 10px;
    justify-content: space-between;
}

.rp-schedule-col {
    flex: 1;
}

.rp-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: #94A3B8;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.rp-content-row {
    display: flex;
    gap: 16px;
}

.rp-content-row i {
    font-size: 20px;
    margin-top: 2px;
}

.text-green-dark {
    color: #159C33; /* Use prominent green */
}

.text-green {
    color: #159C33;
}

.rp-text-block h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: var(--text-main);
    margin-bottom: 6px;
}

.rp-text-block p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #94A3B8;
    margin-bottom: 6px;
    line-height: 1.5;
}

.rp-text-block p a {
    color: #3B82F6;
    text-decoration: none;
    font-weight: 600;
}

.rp-text-block p.text-danger {
    color: #EF4444;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Document List Card */
.rp-card-list, .rp-card-info {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2.5px 4.2px 0 rgba(0, 0, 0, 0), 0 10.8px 8.7px 0 rgba(0, 0, 0, 0.01), 0 26.6px 17.3px 0 rgba(0, 0, 0, 0.01), 0 51.2px 33.9px 0 rgba(0, 0, 0, 0.01), 0 86.2px 62.3px 0 rgba(0, 0, 0, 0.02), 0 133px 106.4px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 24px;
    padding: 24px 20px 26px 24px;
}

.rp-card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #06142d;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.rp-card-title i {
    font-size: 16px;
    color: #159C33;
}

.rp-list-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rp-list-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 16px;
    border: solid 0.5px #929aa7;
    border-radius: 8px;
}

.rp-list-item h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #06142d;
    margin: 0;
}

.rp-list-item p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #929aa7;
    margin: 0;
    line-height: normal;
}

/* Info Card */
.rp-card-info .rp-card-body p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #94A3B8;
    line-height: 1.6;
    margin: 0;
}

/* Warning Card Sidebar */
.rp-warning-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05); /* Noticeable deeper shadow like image */
    padding: 30px 24px;
    position: sticky;
    top: 150px;
}

.warning-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.warning-icon {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-color: #FACC15;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.warning-header h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 13px;
    color: var(--text-main);
}

.warning-body p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #94A3B8;
    line-height: 1.6;
    margin: 0;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .rp-grid {
        grid-template-columns: 1fr;
    }

    .rp-warning-card {
        position: static;
    }

    .rp-schedule-body {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .rp-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .rp-section {
        padding-top: 30px !important;
    }

    .rp-header h2 {
        font-size: 30px;
    }

    .rp-header p {
        font-size: 14px;
    }

    .rp-schedule-header {
        font-size: 12px;
        padding: 10px 16px;
    }

    .rp-schedule-body {
        padding: 20px;
    }

    .rp-list-item h5 {
        font-size: 14px;
    }

    .rp-list-item p {
        font-size: 14px;
    }
}
