.astro-paid-chat-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    border: 1px solid #f0e8ff;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff 0%, #fbf8ff 100%);
    box-shadow: 0 12px 32px rgba(89, 54, 170, .10);
    font-family: inherit
}

.astro-paid-chat-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 4px
}

.astro-paid-chat-copy strong {
    color: #241b3b;
    font-size: 19px;
    line-height: 1.15
}

.astro-paid-chat-copy small {
    color: #756c89;
    font-size: 13px;
    font-weight: 600
}

.astro-paid-chat-live {
    color: #6851d6;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em
}

.astro-paid-chat-live i {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    background: #35c47a;
    box-shadow: 0 0 0 4px rgba(53, 196, 122, .13)
}

.astro-paid-chat-start {
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #7257ed, #ff4d78);
    color: #fff;
    padding: 14px 18px;
    font: 700 14px inherit;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(114, 87, 237, .26);
    white-space: nowrap;
    transition: transform .18s, box-shadow .18s
}

.astro-paid-chat-start:hover {
    transform: translateY(-2px);
    box-shadow: 0 11px 22px rgba(114, 87, 237, .35)
}

.astro-paid-chat-start:disabled {
    opacity: .65;
    cursor: wait
}

.astro-paid-chat-start span {
    font-size: 18px;
    margin-left: 8px
}

.astro-paid-chat-status {
    position: absolute;
    left: 22px;
    bottom: -15px;
    color: #d83d5e;
    font-size: 12px
}

@media(max-width:480px) {
    .astro-paid-chat-card {
        align-items: stretch;
        flex-direction: column
    }

    .astro-paid-chat-start {
        width: 100%
    }
}

.astro-paid-chat-session {
    position: fixed;
    z-index: 99999;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 13px 14px 13px 18px;
    border: 1px solid #e7dcff;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(31, 20, 75, .2);
    font-family: inherit
}

.astro-paid-chat-session span {
    display: flex;
    flex-direction: column;
    color: #33275a;
    font-size: 13px
}

.astro-paid-chat-session small {
    color: #81779b;
    font-size: 11px
}

.astro-paid-chat-session button {
    border: 0;
    border-radius: 9px;
    background: #fff0f2;
    color: #dc3e61;
    padding: 9px 12px;
    font: 700 12px inherit;
    cursor: pointer
}

.astro-notification-bell {
        position: absolute !important;
    right: 0 !important;
    top: 5px !important;
    display: inline-flex;
    align-items: center;
    margin: 0 12px;
    z-index: 1000
}

.astro-notification-bell>button {
    position: relative;
    width: 42px;
    height: 42px;
    border: 1px solid #e8e2f6;
    border-radius: 14px;
    background: #fff;
    color: #4d3b7f;
    cursor: pointer;
    font: 700 21px/1 sans-serif;
    box-shadow: 0 5px 15px rgba(58, 35, 123, .08)
}

.astro-bell-icon {
    display: inline-block;
    font-size: 18px
}

.astro-notification-bell b {
    display: none;
    position: absolute;
    top: -6px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 9px;
    background: #ff4d76;
    color: #fff;
    font: 700 10px/14px sans-serif;
    text-align: center
}

.astro-notification-bell b.has-notices {
    display: block
}

.astro-notification-panel {
    display: none;
    position: absolute;
    top: 52px;
    right: 0;
    width: 320px;
    overflow: hidden;
    border: 1px solid #ece6fb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(37, 22, 82, .18)
}

.astro-notification-panel.is-open {
    display: block
}

.astro-notification-title {
    padding: 16px 17px 12px;
    color: #302457;
    font-size: 15px;
    font-weight: 800
}

.astro-notification-title small {
    display: block;
    margin-top: 3px;
    color: #9488ac;
    font-size: 11px;
    font-weight: 500
}

.astro-notification-items {
    max-height: 330px;
    overflow: auto;
    border-top: 1px solid #f0ecf8
}

.astro-notification-items>p {
    padding: 22px 17px;
    margin: 0;
    color: #9488ac;
    font-size: 13px
}

.astro-notice {
    display: block;
    padding: 13px 17px;
    border-bottom: 1px solid #f3f0f9;
    color: inherit;
    text-decoration: none
}

.astro-notice:hover {
    background: #faf8ff
}

.astro-notice strong,
.astro-notice span {
    display: block
}

.astro-notice strong {
    color: #3a2c66;
    font-size: 13px
}

.astro-notice span {
    margin-top: 3px;
    color: #8b819f;
    font-size: 12px
}

.astro-notice-wallet strong {
    color: #cc6a16
}

/* Better Messages: Astrotranquil visual skin */
.bp-messages-wrap {
    --bm-message-font-size: 15px;
    --bm-message-line-height: 1.5;
    border: 1px solid #eee9fb !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 18px 45px rgba(44, 27, 91, .10) !important
}

.bp-messages-wrap .bp-messages-side-threads {
    background: #fbfaff !important;
    border-right: 1px solid #eee9fb !important
}

.bp-messages-wrap .bp-messages-side-threads .search {
    margin: 14px !important;
    border: 1px solid #e8e1f9 !important;
    border-radius: 12px !important;
    background: #fff !important
}

.bp-messages-wrap .threads-list .thread {
    margin: 6px 8px !important;
    padding: 13px 10px !important;
    border: 0 !important;
    border-radius: 14px !important;
    transition: background .2s, transform .2s
}

.bp-messages-wrap .threads-list .thread:hover {
    background: #f1edff !important;
    transform: translateX(2px)
}

.bp-messages-wrap .threads-list .thread.active {
    background: linear-gradient(135deg, #efeaff, #f9eef6) !important
}

.bp-messages-wrap .threads-list .thread .pic,
.bp-messages-wrap .threads-list .thread .pic img {
    width: 46px !important;
    height: 46px !important;
    border-radius: 14px !important
}

.bp-messages-wrap .threads-list .thread .bm-info .name {
    color: #30264f !important;
    font-size: 15px !important;
    font-weight: 750 !important
}

.bp-messages-wrap .threads-list .thread .bm-info .last-message {
    color: #827895 !important;
    font-size: 13px !important
}

.bp-messages-wrap .bp-messages-head {
    min-height: 72px !important;
    padding: 10px 18px !important;
    border-bottom: 1px solid #eee9fb !important;
    background: linear-gradient(90deg, #fff, #fbfaff) !important
}

.bp-messages-wrap .bm-thread {
    background: linear-gradient(180deg, #fff 0%, #fcfbff 100%) !important
}

.bp-messages-wrap .bm-messages-stack {
    padding: 22px !important
}

.bp-messages-wrap .bm-message .content {
    border-radius: 16px !important;
    box-shadow: 0 3px 10px rgba(45, 29, 91, .06)
}

.bp-messages-wrap .bm-message.me .content {
    background: linear-gradient(135deg, #7155ed, #875ee9) !important
}

.bp-messages-wrap .bp-messages-reply {
    margin: 12px !important;
    border: 1px solid #e9e3fa !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 20px rgba(48, 30, 96, .06)
}

.bp-messages-wrap .bp-messages-reply textarea {
    padding: 13px !important
}

.bp-messages-wrap .bm-user-name {
    font-weight: 750 !important
}

@media(max-width:700px) {
    .bp-messages-wrap {
        border-radius: 14px !important
    }

    .bp-messages-wrap .bp-messages-side-threads {
        border-right: 0 !important
    }
}