.course-button {
    font-size: 16px;
    font-weight: 700;
}

.btn {
    position: relative;
    border-radius: 10px;
    margin-top: 5px;
}

.discount-badge {
    position: absolute;
    left: 10px;
    top: -15px;
    background-color: #4caf50;
    color: white;
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 12px;
}

.package-text,
.price {
    font-size: 19px !important;
    font-weight: 700 !important;
    padding: 5px;
}

.course-button {
    display: flex;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
}

.choose-package-button.selected {
    background-color: #ffcc00 !important;
    border-color: #ffcc00 !important;
    color: #1f2937 !important; /* teks gelap biar kontras */
}
