.rm-input-wrapper {
    position: relative;
    display: block;
}

/* Static RM prefix */
.rm-input-wrapper::before {
    content: "RM";
    position: absolute;
    left: 12px;
    top: 48%;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
    pointer-events: none;
}

/* Input styling */
.rm-input-wrapper .form-control {
    padding-left: 48px; /* space for "RM" */
    font-size: 14px;
}

.clcd-loan-unavailable-section {
    position: relative;
}

.clcd-loan-unavailable-overlay {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    backdrop-filter: saturate(85%);
}
