/**
 * Bokun Inline Widget & Checkout Styles
 */

/* ============================================
   INLINE WIDGET CONTAINER
   ============================================ */

.bokun-inline-widget {
    margin-top: 16px;
    background: #fff;
}

.bokun-inline-widget .bokunWidget {
    width: 100% !important;
}

.bokun-inline-widget iframe {
    width: 100% !important;
    border: none !important;
    height: 1400px;
}
/* ============================================
   LOADING STATE
   ============================================ */

.bokun-inline-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 60px 20px;
    color: #6b7280;
    font-size: 15px;
}

.bokun-inline-loading i {
    font-size: 24px;
    color: #05bbc7;
}

/* ============================================
   ERROR STATE
   ============================================ */

.bokun-inline-error {
    padding: 40px 20px;
    text-align: center;
    color: #dc2626;
    font-size: 14px;
}

/* ============================================
   BOKUN MODAL (CHECKOUT) - Z-INDEX OVERRIDE
   Ensure Bokun's native checkout modal appears
   above all page content
   ============================================ */

#bokun-modal-iFrame {
    z-index: 999999 !important;
}

#bokun-widgets-cart {
    z-index: 999998 !important;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .bokun-inline-widget {
        margin-top: 12px;
        border-radius: 8px;
    }

    .bokun-inline-widget .bokunWidget iframe,
    .bokun-inline-widget iframe {
        min-height: 500px;
    }
}
