/* KSQF Bulk Data Uploader — Elementor embed styles */

.ksqf-uploader-wrap {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Login prompt bar shown above the iframe */
.ksqf-login-prompt {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f0f4ff;
    border: 1px solid #c5d3f0;
    border-radius: 6px;
    padding: 10px 16px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #1b3a6b;
    flex-wrap: wrap;
}

.ksqf-login-icon {
    font-size: 16px;
    flex-shrink: 0;
}

.ksqf-login-link {
    margin-left: auto;
    color: #1b5fa8;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.ksqf-login-link:hover {
    text-decoration: underline;
}

/* The iframe itself */
.ksqf-uploader-frame {
    display: block;
    width: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

/* Responsive — on small screens allow vertical scroll */
@media (max-width: 768px) {
    .ksqf-login-prompt {
        flex-direction: column;
        align-items: flex-start;
    }
    .ksqf-login-link {
        margin-left: 0;
    }
}
