.fp-loader-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(2px);
}

.fp-loader-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-width: 220px;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.fp-loader-text {
    margin: 0;
    font-size: 0.95rem;
    color: #6c757d;
}

.fp-loading a,
.fp-loading button,
.fp-loading input,
.fp-loading select,
.fp-loading textarea {
    pointer-events: none;
}
