.vibes-member-notifications { position: relative; }
.vibes-layout__sidebar-notifications { margin: 0; position: absolute; right: 26px; top: 26px; z-index: 2; }
.vibes-member-notifications__trigger { align-items: center; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; color: #172416; display: inline-flex; font-size: 17px; height: 40px; justify-content: center; position: relative; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; width: 40px; }
.vibes-member-notifications__trigger:hover { border-color: #22d313; color: #12940a; transform: translateY(-1px); }
.vibes-member-notifications__count { background: #e63757; border: 2px solid #fff; border-radius: 999px; color: #fff; display: none; font-size: 10px; font-weight: 700; line-height: 16px; min-width: 16px; padding: 0 4px; position: absolute; right: -7px; top: -7px; }
.vibes-member-notifications__count:not(:empty) { display: inline-block; }
.vibes-member-notifications__menu { border: 1px solid #e7e8e5; border-radius: 16px; box-shadow: 0 18px 44px rgba(5,5,5,.18); min-width: 352px; overflow: hidden; padding: 0; }
.vibes-member-notifications__header,.vibes-member-notifications__footer { align-items: center; display: flex; justify-content: space-between; padding: 12px 14px; }
.vibes-member-notifications__push-status { display: block; line-height: 1.25; margin-top: 6px; max-width: 220px; }
.vibes-member-notifications__push-status.is-error { color: #c52828; }
.vibes-member-notifications__push-status.is-success { color: #12940a; }
.vibes-member-notifications__header { border-bottom: 1px solid #e7e8e5; }
.vibes-member-notifications__footer { border-top: 1px solid #e7e8e5; }
.vibes-member-notifications__list { max-height: 360px; overflow-y: auto; }
.vibes-member-notifications__item { border-bottom: 1px solid #f0f1ef; color: inherit; display: block; padding: 12px 14px; text-decoration: none; }
.vibes-member-notifications__item:hover { background: #f6faf5; color: inherit; }
.vibes-member-notifications__item--unread { background: #effbeb; }
.vibes-member-notifications__item-title { display: block; font-size: 13px; font-weight: 700; margin-bottom: 3px; }
.vibes-member-notifications__item-message,.vibes-member-notifications__item-time { display: block; font-size: 12px; }
.vibes-member-notifications__item-time { color: #6d6d6d; margin-top: 5px; }
.vibes-bookings__sidebar .vibes-member-notifications__trigger,
.vibes-layout__mobile-header .vibes-member-notifications__trigger,
.vibes-classes__top-actions .vibes-member-notifications__trigger,
.vibes-classes__mobile-actions .vibes-member-notifications__trigger { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: #fff; }
.vibes-bookings__sidebar .vibes-member-notifications__trigger:hover,
.vibes-layout__mobile-header .vibes-member-notifications__trigger:hover,
.vibes-classes__top-actions .vibes-member-notifications__trigger:hover,
.vibes-classes__mobile-actions .vibes-member-notifications__trigger:hover { background: rgba(34,211,19,.16); border-color: rgba(34,211,19,.7); color: #22d313; }
.vibes-bookings__sidebar .vibes-member-notifications__count,
.vibes-layout__mobile-header .vibes-member-notifications__count,
.vibes-classes__top-actions .vibes-member-notifications__count,
.vibes-classes__mobile-actions .vibes-member-notifications__count { background: #22d313; border-color: #050505; color: #050505; }
.vibes-bookings__sidebar .vibes-member-notifications__header { background: #050505; border-bottom-color: rgba(255,255,255,.1); color: #fff; }
.vibes-bookings__sidebar .vibes-member-notifications__header .btn-link { color: #78ea70; }
.vibes-push-prompt { align-items: center; background: #fff; border: 1px solid #d9ead5; border-radius: 16px; bottom: 20px; box-shadow: 0 18px 42px rgba(5, 20, 5, .20); display: flex; gap: 13px; left: 50%; max-width: min(620px, calc(100vw - 28px)); padding: 14px 16px; position: fixed; transform: translateX(-50%); width: 100%; z-index: 1080; }
.vibes-push-prompt__icon { align-items: center; background: #eaf9e7; border-radius: 11px; color: #16a20d; display: flex; flex: 0 0 40px; font-size: 18px; height: 40px; justify-content: center; }
.vibes-push-prompt__content { display: flex; flex: 1; flex-direction: column; min-width: 0; }
.vibes-push-prompt__content strong { color: #1e2b1c; font-size: 14px; }
.vibes-push-prompt__content span,.vibes-push-prompt__content small { color: #647064; font-size: 12px; line-height: 1.35; }
.vibes-push-prompt__content small { color: #c52828; margin-top: 3px; }
.vibes-push-prompt__actions { align-items: center; display: flex; flex: 0 0 auto; gap: 4px; }
.vibes-push-prompt__actions .btn-success { background: #16b30c; border-color: #16b30c; font-weight: 700; white-space: nowrap; }
.vibes-push-prompt__actions .btn-link { color: #546154; text-decoration: none; white-space: nowrap; }
@media (max-width: 575.98px) { .vibes-push-prompt { align-items: flex-start; bottom: 12px; flex-wrap: wrap; gap: 10px; padding: 13px; } .vibes-push-prompt__content { flex-basis: calc(100% - 54px); } .vibes-push-prompt__actions { margin-left: 53px; width: calc(100% - 53px); } }
@media (max-width: 575.98px) { .vibes-member-notifications__menu { min-width: min(340px, calc(100vw - 24px)); } }
