.support-panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: none;
    max-width: 100%;
    border-radius: 8px;
    flex-direction: column;
}

.ticket-panel {
    width: 400px;
    height: 480px;
}

.chat-panel {
    width: 360px;
    height: 420px;
}

.support-panel-header {
    border-radius: 8px 8px 0 0;
}

.ticket-conversation {
    display: none;
    height: 260px;
    font-size: 14px;
}

.chat-messages {
    height: 260px;
    font-size: 14px;
}

.chat-login {
    display: none;
}

#site-notice-popup {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10020;
    max-width: 380px;
    width: calc(100% - 40px);
    background: #fff;
    border: 1px solid #d9e7ef;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

#site-notice-popup-header {
    background: #0d6efd;
    color: #fff;
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#site-notice-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

#site-notice-body {
    padding: 12px 14px;
    font-size: 14px;
    color: #1f2d3d;
}
