.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; /* Atur jarak antar kolom */
}

.info-row > div {
    display: flex;
    align-items: start;
    gap: 5px; /* Jarak antara icon & teks */
}
.col-md-3 {
        flex: 0 0 auto;
        width: 35%;
    }

.detail-title {
    padding-left: 7rem;
    padding-right: 7rem;
    margin-top: 100px;
}

.deskripsi {
    padding-left: 7rem;
    padding-right: 7rem;
}

.skema {
    padding-left: 7rem;
    padding-right: 7rem;
}

.button-daftar {
    padding-left: 7rem;
    padding-right: 7rem;
}

.icon-white {
    filter: brightness(0) invert(1);
    margin-bottom: 2px;
}

section .register {
    font-size: 20px;
}

section .label-status {
    width: 100px;
    height: 30px;
    font-size: 16px;
}

section .tombol-daftar {
    height: 50px;
    width: 100%;
    font-size: 20px;
}



@media (max-width: 768px) {
    .detail-title, .deskripsi,
    .skema, .button-daftar {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .detail-title h5 {
        font-size: 15px;
        margin-top: 5rem;
    }
    .detail-title h2 {
        font-size: 20px;
    }
    .detail-title p {
        font-size: 12px;
    }
    .info-row {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 5px;
        font-size: 11px;
    }
    .info-row strong {
    font-size: 14px;
    font-weight: 500;
}
    .col-md-2 {
        flex: 0 0 auto;
        width: 100%;
        font-size: 11px;
    }

    .info-row > div {
        width: 32%;
    }

    .deskripsi h4 {
        font-size: 15px;
    }
    .deskripsi span {
        font-size: 12px;
    }
    .deskripsi p {
        font-size: 12px;
    }

    .section-deskripsi {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
    }

    .skema .skema-btn {
    font-size: 12px;
    padding: 6px 12px;
    }
    .skema .skema-content strong {
        font-size: 15px;
    }

    .skema .skema-content small,
    .skema .skema-content .text-muted {
        font-size: 12px;
    }

    .fw-bold {
        font-weight: 500 !important;
        font-size: 14px;
    }


    section .register {
        font-size: 14px;
    }

    section .tombol-daftar {
        font-size: 15px;
        height: 35px;
        margin: 0 auto;
    }
    .tombol-container {
    text-align: center;
}
    section .label-status {
    width: 80px;
    height: 30px;
    font-size: 15px;
    border-radius: 5px;
}
}


@media (max-width: 425px) {
    .detail-title,
    .deskripsi,
    .skema,
    .button-daftar {
        padding-left: 2rem;
        padding-right: 2rem;
    }
        .detail-title h5 {
        font-size: 13px;
        margin-top: 5rem;
    }
    .detail-title h2 {
        font-size: 15px;
    }
    .detail-title p {
        font-size: 12px;
    }
    .info-row strong {
    font-size: 12px;
    font-weight: 500;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 20%;
        font-size: 11px;
    }
    .info-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .section-deskripsi {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    .info-row > div {
        width: 60%;
    }

    /* Ukuran teks & tombol */
    section .register {
        font-size: 14px;
    }

    section .label-status {
        width: 80px;
        height: 30px;
        font-size: 14px;
    }

    section .tombol-daftar {
        margin-top: 20px;
        font-size: 14px;
        height: 45px;
    }
}
