.apl-rental-dates-preview {
    display: none;
}

.apl-date-notice {
    display: none;
}

.apl-loading {
    position: relative;
    opacity: 0.6;
    pointer-events: none;
}

.apl-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    border: 3px solid #ddd;
    border-top-color: currentColor;
    border-radius: 50%;
    animation: aplSpin 0.8s linear infinite;
}

@keyframes aplSpin {
    to {
        transform: rotate(360deg);
    }
}

.apl-locked {
    opacity: 0.7;
    cursor: not-allowed;
}
