.info-section {
    background: white;
    padding: 18px 20px;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.info-section h4 {
    font-size: 18px;
    font-weight: 700;
    color: #09581b;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
}

.info-section p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
    color: #333;
    font-weight: 400;
}

.sms-format {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 4px;
    margin: 8px 0;
    font-size: 14px;
}

.sms-format strong {
    color: #09581b;
}

.sms-format code {
    background: white;
    padding: 3px 8px;
    border-radius: 3px;
    color: #d32f2f;
    font-weight: 600;
    font-size: 13px;
}

.ketentuan-list {
    background: #fafafa;
    padding: 12px 15px 12px 35px;
    border-radius: 4px;
    margin: 10px 0;
    font-size: 14px;
}

.ketentuan-list li {
    margin-bottom: 5px;
    line-height: 1.5;
}

.price-list {
    background: #fafafa;
    padding: 15px 20px;
    border-radius: 4px;
    margin: 12px 0;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 15px;
}

.price-label {
    color: #333;
    font-weight: 500;
}

.price-amount {
    color: #065a1b;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.price-old {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 10px;
}

/* Atau dengan warna merah */
/*.price-old {*/
/*    color: #d32f2f;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    text-decoration: line-through;*/
/*    margin-right: 10px;*/
/*}*/

.cbt-box {
    background: #fff3e0;
    padding: 14px 18px;
    border-radius: 4px;
    margin: 12px 0;
    border-left: 3px solid #ff9800;
}

.cbt-box strong {
    color: #e65100;
}

.prodi-list {
    background: #fafafa;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 10px 0 6px 0;
    font-size: 14px;
}

.prodi-list ul {
    margin-top: 6px;
    margin-bottom: 0;
    padding-left: 20px;
}

.prodi-list li {
    margin-bottom: 4px;
    line-height: 1.5;
}

.fakultas-title {
    font-weight: 600;
    color: #09581b;
    margin-top: 8px;
    margin-bottom: 4px;
}

.info-box {
    background: #f0f9f4;
    padding: 12px 18px;
    border-radius: 4px;
    margin: 10px 0;
    font-size: 14px;
}

.info-box ul {
    margin-top: 8px;
    margin-bottom: 0;
    padding-left: 20px;
}

.info-box li {
    margin-bottom: 4px;
    line-height: 1.5;
}

.time-badge {
    background: #09581b;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
}

.btn-success {
    background-color: #09581b;
    border-color: #09581b;
    padding: 8px 18px;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.btn-success:hover {
    background-color: #0a6622;
    border-color: #0a6622;
}

.note-text {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: 10px;
}