/*
Theme Name: RentBKK Theme
Author: RentBKK
Description: RentBKK static UI bridge theme with stable query-param routing.
Version: 1.6.30
Text Domain: rentbkk-theme
*/

.rentbkk-contact-modal[hidden],
.rentbkk-contact-panel[hidden] {
    display: none !important;
}

.rentbkk-contact-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 18px;
}

.rentbkk-contact-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(25, 24, 23, 0.48);
}

.rentbkk-contact-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    max-height: calc(100vh - 36px);
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    color: #191817;
    box-shadow: 0 24px 72px rgba(25, 24, 23, 0.28);
    padding: 24px;
}

.rentbkk-contact-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: #eaf7ef;
    color: #2fa86b;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.rentbkk-contact-panel {
    display: grid;
    gap: 14px;
    justify-items: start;
}

.rentbkk-contact-panel h2 {
    margin: 0;
    padding-right: 36px;
    font-size: 24px;
    line-height: 1.25;
}

.rentbkk-contact-panel p {
    margin: 0;
    color: #68615b;
    line-height: 1.7;
}

.rentbkk-contact-qr {
    width: 168px;
    height: 168px;
    border: 1px solid rgba(47, 168, 107, 0.16);
    border-radius: 8px;
    background: #fff;
    object-fit: cover;
}

.rentbkk-contact-action {
    max-width: 100%;
    white-space: normal;
    text-align: center;
}

body.rentbkk-contact-modal-open {
    overflow: hidden;
}

.submit-page-shell {}
.submit-page-intro { text-align: center; }
.brand-logo {}
