.glide__slide {
    border: 1px solid white;
    line-height: 100px;
    margin: 0;
    text-align: center;
    position: relative;
}

.glide__slide .th-btn {
    position: absolute;
    bottom: 30px;
    left: 40px;
}
.glide__slide .btn {
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.survey-option-label {
    border: 2px dashed #b5b5c3;
    border-radius: 0.475rem;
    background: transparent;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    box-shadow: none;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem; /* padding lebih lega */
    margin-bottom: 1.25rem;
    align-items: center;
}
.survey-option-label:hover,
.survey-option-label.active {
    border-color: #5156be;
    background: rgba(81,86,190,0.20);
}
.survey-option-label .form-check-input {
    margin-top: 0;
    margin-bottom: 0;
}

.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #b5b5c3;      /* abu-abu default */
    border-radius: 50%;
    background: #fff !important;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s, box-shadow 0.2s;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.custom-radio:checked {
    border-color: #5156be;           /* biru saat aktif */
    box-shadow: 0 0 0 0.15rem rgba(81,86,190,0.15);
}
.custom-radio:checked::after {
    content: '';
    display: block;
    position: absolute;
    top: 0.25em;
    left: 0.25em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: #5156be;             /* bulatan biru di tengah */
}

.fs-7 { font-size: 0.65rem !important; }   
.fs-8 { font-size: 0.55rem !important; }   
.fs-9 { font-size: 0.45rem !important; }   
.fs-10 { font-size: 0.35rem !important; }  