.btg-chat-entry-link {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
}

.btg-chat-guest-modal {
    align-items: center;
    background: rgba(10, 24, 44, .48);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 100200;
}

.btg-chat-guest-modal[hidden] { display: none; }

.btg-chat-guest-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(9, 25, 51, .25);
    color: #172033;
    max-width: 430px;
    padding: 27px 25px 24px;
    position: relative;
    width: 100%;
}

.btg-chat-guest-close {
    background: transparent;
    border: 0;
    color: #708096;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    padding: 4px;
    position: absolute;
    right: 13px;
    top: 11px;
}

.btg-chat-guest-card h2 { color: #10233f; font-size: 21px; line-height: 1.2; margin: 0 25px 8px 0; }
.btg-chat-guest-card > div > p { color: #708096; font-size: 14px; line-height: 1.5; margin: 0 0 19px; }
.btg-chat-guest-card form { display: grid; gap: 12px; }
.btg-chat-guest-card form label:not(.btg-chat-guest-remember) { display: grid; gap: 5px; }
.btg-chat-guest-card form label > span { color: #172033; font-size: 13px; font-weight: 650; }
.btg-chat-guest-card form input[type="text"],
.btg-chat-guest-card form input[type="password"] { border: 1px solid #e1e6ee; border-radius: 9px; box-sizing: border-box; color: #172033; font: inherit; min-height: 42px; padding: 9px 11px; width: 100%; }
.btg-chat-guest-card form input:focus { border-color: #8eaff4; box-shadow: 0 0 0 3px rgba(37, 99, 235, .1); outline: 0; }
.btg-chat-guest-remember { align-items: center; display: flex; gap: 8px; }
.btg-chat-guest-remember input { accent-color: #2563eb; margin: 0; }
.btg-chat-guest-remember span { color: #708096 !important; font-size: 13px !important; font-weight: 400 !important; }
.btg-chat-guest-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; margin-top: 17px; }
.btg-chat-guest-actions button,
.btg-chat-guest-actions a { border-radius: 9px; cursor: pointer; font: inherit; font-size: 14px; font-weight: 700; min-height: 40px; padding: 9px 15px; text-decoration: none; }
.btg-chat-guest-primary { background: #10233f; border: 1px solid #10233f; color: #fff; }
.btg-chat-guest-primary:hover { background: #1d3b65; border-color: #1d3b65; color: #fff; }
.btg-chat-guest-secondary { background: #fff; border: 1px solid #d5dce7; color: #172033; }
.btg-chat-guest-secondary:hover { background: #f7f8fb; color: #10233f; }
.btg-chat-guest-actions a:focus { outline: 2px solid #8eaff4; outline-offset: 2px; }
.btg-chat-guest-actions a:focus:not(:focus-visible) { outline: 0; }
.btg-chat-guest-error { background: #fff1f0; border-radius: 8px; color: #b42318 !important; font-size: 13px !important; margin: 0 !important; padding: 8px 10px; }
.btg-chat-guest-error[hidden] { display: none; }
.btg-chat-guest-primary:disabled { cursor: wait; opacity: .6; }

@media (max-width: 480px) {
    .btg-chat-guest-card { padding: 24px 18px 19px; }
    .btg-chat-guest-actions { justify-content: stretch; }
    .btg-chat-guest-actions button,
    .btg-chat-guest-actions a { flex: 1 1 0; text-align: center; }
}
