:root {
  --bg: #f6f7fb;
  --surface: #fff;
  --ink: #14152b;
  --muted: #6f7287;
  --primary: #6c46e8;
  --primary-dark: #35208f;
  --nav: #151633;
  --border: #e6e8f0;
  --shadow: 0 14px 40px rgba(25, 25, 60, .08);
  --green: #23a55a;
  --yellow: #f4b83f;
  --blue: #4b7bec;
  --danger: #e75c5c;
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: var(--bg);
  color: var(--ink)
}

a {
  color: inherit;
  text-decoration: none
}

button,
input,
select,
textarea {
  font: inherit
}

h1,
h2,
h3,
p {
  margin-top: 0
}

.muted {
  color: var(--muted);
  margin-bottom: .2rem
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  background: var(--surface);
  border-bottom: 1px solid var(--border)
}

.public-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #0f1028;
  color: #fff
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.35rem
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #8c67ff, #5530d8);
  color: #fff
}

.topnav {
  display: flex;
  gap: 26px
}

.topnav a {
  opacity: .86
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 12px
}

.btn {
  border: 0;
  border-radius: 10px;
  padding: 11px 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700
}

.btn-primary {
  background: linear-gradient(135deg, #7d52f0, #5a35d6);
  color: #fff
}

.btn-ghost {
  background: transparent;
  border: 1px solid #8c77d9;
  color: inherit
}

.btn-light {
  background: #fff;
  color: var(--primary-dark)
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: var(--shadow)
}

.hero {
  min-height: 560px;
  background: radial-gradient(circle at 20% 20%, #2b205e 0, #12132e 45%, #0c0d23 100%);
  color: #fff;
  padding: 70px 7%;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 55px;
  align-items: center
}

.hero h2 {
  font-size: 3.5rem;
  line-height: 1.05;
  margin: 18px 0
}

.hero h2 span {
  color: #9b7cff
}

.hero p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #d7d8e4
}

.eyebrow {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(126, 87, 255, .18)
}

.hero-actions,
.trust-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px
}

.trust-row {
  font-size: .9rem;
  color: #d6d6e8;
  gap: 24px
}

.hero-preview {
  padding: 20px;
  color: var(--ink)
}

.preview-grid,
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.preview-grid {
  grid-template-columns: repeat(3, 1fr)
}

.metric {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.metric strong {
  font-size: 1.8rem
}

.soft-purple {
  background: #f2edff
}

.soft-green {
  background: #ecf9f0
}

.soft-yellow {
  background: #fff7e8
}

.soft-blue {
  background: #edf3ff
}

.fake-list>div,
.list>div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border)
}

.fake-list span,
.list span {
  color: var(--muted)
}

.section {
  padding: 60px 7%
}

.section-title {
  text-align: center;
  margin-bottom: 28px
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.feature-grid .card {
  padding: 24px
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 22px
}

.split-section .card {
  padding: 28px
}

.qr-placeholder {
  width: 160px;
  height: 160px;
  margin: 20px auto;
  background: repeating-linear-gradient(45deg, #111 0 8px, #fff 8px 16px);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  border: 12px solid #fff;
  outline: 1px solid #ddd
}

.check-list {
  line-height: 2
}

.pricing-toggle {
  display: inline-flex;
  background: #eceaf6;
  border-radius: 999px;
  padding: 4px
}

.toggle-btn {
  border: 0;
  background: transparent;
  padding: 9px 18px;
  border-radius: 999px;
  cursor: pointer
}

.toggle-btn.active {
  background: var(--primary);
  color: #fff
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.price-card {
  padding: 28px;
  position: relative
}

.price-card.popular {
  border: 2px solid var(--primary)
}

.popular-badge {
  position: absolute;
  right: 18px;
  top: 18px;
  background: var(--primary);
  color: #fff;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: .75rem
}

.price {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin: 16px 0
}

.price strong {
  font-size: 2.5rem
}

.price-card ul {
  padding-left: 18px;
  line-height: 2
}

.price-card .btn {
  width: 100%
}

.cta {
  margin: 0 7% 60px;
  background: linear-gradient(135deg, #4f2bbf, #8159f5);
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.footer {
  background: #0f1028;
  color: #fff;
  padding: 34px 7%;
  display: flex;
  justify-content: space-between
}

.app-shell {
  display: grid;
  grid-template-columns: 250px 1fr;
  min-height: 100vh
}

.sidebar {
  background: linear-gradient(180deg, #171936, #111329);
  color: #fff;
  padding: 22px 16px;
  display: flex;
  flex-direction: column
}

.sidebar-brand {
  padding: 0 8px 22px
}

.sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.side-link {
  padding: 12px 14px;
  border-radius: 10px;
  color: #ddd
}

.side-link:hover,
.side-link.active {
  background: linear-gradient(135deg, #6841dd, #7e58ef);
  color: #fff
}

.sidebar-note {
  margin-top: auto;
  background: rgba(125, 82, 240, .18);
  padding: 16px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.main-panel {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
   padding: 24px 32px;
}

.content {
  flex: 1;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px
}

.dashboard-grid .card,
.quick-actions {
  padding: 22px
}

.card-head,
.page-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px
}

.quick-actions {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.quick-actions a {
  padding: 16px;
  text-align: center;
  border-radius: 12px;
  background: #f2efff
}

.page-head {
  margin-bottom: 20px
}

.toolbar {
  margin-bottom: 14px
}

.toolbar input {
  width: min(420px, 100%)
}

.table-wrap {
  overflow: auto
}

table {
  width: 100%;
  border-collapse: collapse
}

th,
td {
  text-align: left;
  padding: 14px;
  border-bottom: 1px solid var(--border)
}

th {
  background: #fafafe
}

.status {
  padding: 5px 9px;
  border-radius: 999px;
  font-size: .8rem
}

.status.pending {
  background: #fff1dd;
  color: #b36a00
}

.status.completed {
  background: #e7f7ed;
  color: #16863f
}

.tabs,
.mini-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 14px
}

.tab {
  border: 1px solid var(--border);
  background: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer
}

.tab.active {
  background: var(--primary);
  color: #fff
}

.auth-wrap {
  min-height: calc(100vh - 76px);
  display: grid;
  place-items: center;
  padding: 40px;
  background: radial-gradient(circle at top, #2d225f, #111229 55%)
}

.auth-card {
  width: min(620px, 95vw);
  padding: 30px
}

.auth-card label,
.settings-form label,
.dialog-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 14px
}

input,
select,
textarea {
  border: 1px solid #d8dbea;
  border-radius: 10px;
  padding: 11px 12px;
  background: #fff
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px
}

.form-message {
  min-height: 22px;
  margin-top: 12px
}

.text-btn {
  border: 0;
  background: none;
  color: var(--primary);
  cursor: pointer
}

dialog {
  border: 0;
  border-radius: 18px;
  width: min(560px, 92vw);
  padding: 0;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .25)
}

dialog::backdrop {
  background: rgba(14, 15, 36, .55)
}

.dialog-form {
  padding: 26px
}

.wide-dialog {
  width: min(840px, 92vw)
}

.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px
}

fieldset {
  border: 1px solid var(--border);
  border-radius: 12px;
  margin: 12px 0 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px
}

.hidden {
  display: none
}

.settings-form {
  padding: 24px
}

.legal {
  margin: 50px auto;
  padding: 30px;
  width: min(900px, 92vw)
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1
}

.brand-copy strong {
  font-size: 1.1rem
}

.brand-copy small {
  font-size: .72rem;
  color: #c8c6dc;
  font-weight: 500;
  margin-top: 5px;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

dialog {
  max-height: 94vh;
  overflow: hidden
}

dialog[open] {
  display: flex;
  flex-direction: column
}

.dialog-form {
  width: 100%;
  max-height: 94vh;
  overflow-y: auto;
  overflow-x: hidden
}

.wide-dialog {
  width: min(920px, 96vw);
  max-width: 96vw
}

.dialog-titlebar {
  position: sticky;
  top: -26px;
  z-index: 5;
  margin: -26px -26px 20px;
  padding: 18px 20px;
  background: #fff;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center
}

.dialog-titlebar h3 {
  text-align: center;
  margin: 0
}

.icon-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.15rem
}

.field-help {
  color: var(--muted);
  font-size: .78rem
}

#weddingFunctions {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 12px;
  overflow: visible
}

#weddingFunctions label {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  margin: 0
}

#weddingFunctions input {
  width: auto
}

.dialog-actions {
  position: sticky;
  bottom: -26px;
  background: #fff;
  margin: 20px -26px -26px;
  padding: 16px 26px;
  border-top: 1px solid var(--border)
}

.reports-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 18px;
  margin-top: 18px
}

.report-card {
  padding: 24px;
  min-width: 0
}

.report-toggle {
  display: inline-flex;
  background: #eceaf6;
  border-radius: 999px;
  padding: 4px
}

.bar-chart {
  height: 360px;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 30px 8px 10px;
  border-left: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow-x: auto
}

.bar-group {
  min-width: 58px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  position: relative;
  padding-bottom: 28px
}

.bar {
  width: 20px;
  border-radius: 7px 7px 0 0;
  min-height: 3px;
  position: relative
}

.bar.received {
  background: linear-gradient(180deg, #43c877, #1c9d53)
}

.bar.pending {
  background: linear-gradient(180deg, #ffc76a, #ef9b21)
}

.bar:hover::after {
  content: attr(data-value);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  transform: translateX(-50%);
  background: #171936;
  color: #fff;
  padding: 5px 7px;
  border-radius: 6px;
  font-size: .72rem;
  white-space: nowrap
}

.bar-label {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-size: .75rem;
  color: var(--muted);
  white-space: nowrap
}

.chart-legend {
  display: flex;
  gap: 14px;
  font-size: .82rem
}

.legend::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  margin-right: 6px
}

.legend.received::before {
  background: #23a55a
}

.legend.pending::before {
  background: #f4a62a
}

.summary-list>div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--border)
}

.summary-list span {
  color: var(--muted)
}

@media(max-width:760px) {
  dialog {
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
    margin: 0
  }

  .dialog-form {
    max-height: 100dvh;
    padding: 18px
  }

  .dialog-titlebar {
    top: -18px;
    margin: -18px -18px 18px
  }

  .dialog-actions {
    bottom: -18px;
    margin: 18px -18px -18px;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .dialog-actions .btn-primary {
    grid-column: 1/-1
  }

  #weddingFunctions {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  #weddingFunctions label {
    white-space: normal
  }

  .reports-grid {
    grid-template-columns: 1fr
  }

  .bar-chart {
    height: 300px
  }
}


/* v3 booking modal responsiveness */
dialog#bookingDialog {
  width: min(960px, 94vw);
  max-width: 94vw;
  height: auto;
  max-height: 92vh;
  overflow: hidden;
}

#bookingDialog .dialog-form {
  width: 100%;
  max-width: 100%;
  max-height: 92vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.booking-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-grid>* {
  min-width: 0
}

.conditional-section {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
  margin: 14px 0;
  background: #fcfcff;
}

.conditional-section h4 {
  margin-bottom: 14px
}

#weddingFunctions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#weddingFunctions label {
  min-width: 0;
  white-space: normal;
}

@media(max-width:820px) {
  dialog#bookingDialog {
    width: 96vw;
    max-width: 96vw;
  }

  .booking-grid {
    grid-template-columns: 1fr;
  }

  #weddingFunctions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width:520px) {
  dialog#bookingDialog {
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
    margin: 0;
  }

  #bookingDialog .dialog-form {
    max-height: 100dvh;
  }

  #weddingFunctions {
    grid-template-columns: 1fr 1fr;
  }
}

.qr-preview-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.qr-preview-wrap img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff
}

.booking-error {
  color: #c62828;
  font-weight: 700;
  background: #fff1f1;
  border: 1px solid #ffd0d0;
  padding: 10px 12px;
  border-radius: 10px
}

.booking-error:empty {
  display: none
}

.home-qr {
  display: block;
  width: 220px;
  height: 220px;
  object-fit: contain;
  margin: 18px auto;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff
}

.action-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.portal-shell {
  max-width: 1180px;
  margin: auto;
  padding: 32px 20px
}

.invoice-hero {
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(135deg, #111827, #312e81);
  color: white;
  margin-bottom: 24px
}

.portal-list {
  display: grid;
  gap: 16px
}

.portal-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 20px
}

.portal-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 12px
}

.portal-meta span {
  background: #f3f4f6;
  padding: 8px 12px;
  border-radius: 999px
}

.document-toolbar {
  max-width: 900px;
  margin: 20px auto;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 16px
}

.a4-document {
  width: 210mm;
  min-height: 297mm;
  margin: 0 auto 30px;
  background: white;
  padding: 18mm;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .14);
  color: #111
}

.doc-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 3px solid #111827;
  padding-bottom: 20px
}

.doc-header h1 {
  margin: 4px 0
}

.doc-qr {
  width: 110px;
  height: 110px;
  object-fit: contain
}

.doc-title {
  display: flex;
  justify-content: space-between;
  background: #f3f4f6;
  padding: 16px;
  margin: 22px 0
}

.doc-title div {
  display: grid;
  gap: 4px
}

.doc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 24px 0
}

.doc-grid p {
  white-space: pre-line
}

.doc-table {
  width: 100%;
  border-collapse: collapse
}

.doc-table th,
.doc-table td {
  padding: 14px;
  border-bottom: 1px solid #ddd;
  text-align: left
}

.doc-totals {
  margin-left: auto;
  width: 320px;
  margin-top: 24px
}

.doc-totals p {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ddd
}

.doc-totals .balance {
  font-size: 20px;
  background: #eef2ff
}

.doc-notes {
  margin-top: 35px
}

.doc-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 70px;
  border-top: 1px solid #ddd;
  padding-top: 25px
}

.signature {
  text-align: center;
  min-width: 180px
}

.signature div {
  height: 50px;
  font-family: cursive;
  font-size: 24px
}

.receipt-number {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  background: #f3f4f6;
  margin: 25px 0
}

.receipt-main {
  margin-top: 35px
}

.receipt-amount {
  text-align: center;
  padding: 30px;
  border: 2px dashed #4f46e5;
  border-radius: 18px
}

.receipt-amount strong {
  display: block;
  font-size: 42px;
  margin-top: 10px
}

.receipt-info {
  margin-top: 30px
}

.receipt-info p {
  display: flex;
  justify-content: space-between;
  padding: 14px;
  border-bottom: 1px solid #ddd
}

.billing-toggle {
  display: flex;
  gap: 10px;
  margin-bottom: 20px
}

.subscription-status {
  background: #eef2ff;
  padding: 12px 18px;
  border-radius: 14px;
  display: grid
}

.subscription-summary {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  background: #f3f4f6;
  padding: 14px;
  border-radius: 12px
}

.subscription-qr {
  width: 240px;
  height: 240px;
  object-fit: contain;
  display: block;
  margin: 18px auto
}

@media(max-width:800px) {
  .a4-document {
    width: 100%;
    min-height: auto;
    padding: 24px;
    box-shadow: none
  }

  .doc-grid {
    grid-template-columns: 1fr
  }

  .doc-header {
    flex-direction: column
  }

  .document-toolbar {
    position: sticky;
    top: 0;
    background: white;
    padding: 12px;
    z-index: 5;
    flex-wrap: wrap
  }

  .doc-totals {
    width: 100%
  }
}

.status-lock {
  padding: 16px;
  border: 1px solid #f59e0b;
  background: #fffbeb;
  border-radius: 14px
}

select.album-status,
select.video-status {
  min-width: 140px;
  margin-right: 8px
}


/* Bookizo v1.0 final polish */
.mobile-menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: #fff;
  font-size: 1.35rem;
  cursor: pointer;
  flex: 0 0 auto
}

.sidebar-overlay {
  display: none
}

.brand-mark.has-image {
  padding: 0;
  overflow: hidden;
  background: #fff
}

.brand-mark.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.dashboard-banner{
  min-height: 150px;
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #111827;

  color: #fff;
}

.dashboard-banner p {
  margin: 0 0 5px;
  opacity: .8
}

.dashboard-banner h2 {
  margin: 0;
  font-size: 2rem
}

.password-field {
  display: flex;
  position: relative
}

.password-field input {
  width: 100%;
  padding-right: 48px
}

.password-toggle {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  cursor: pointer
}

.branding-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 20px 0
}

.upload-card {
  border: 1px solid var(--border);
  padding: 18px;
  border-radius: 16px;
  background: #fafafe
}

.branding-preview {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px dashed #c7c9d8;
  border-radius: 14px;
  object-fit: cover;
  margin: 12px 0
}

.logo-preview {
  width: 150px;
  height: 150px
}

.banner-preview,
#bannerPreview{
    width:100%;
    height:220px;
    border-radius:16px;
    object-fit:cover;
    object-position:center;
    display:block;
}
.backup-panel {
  padding: 24px;
  margin-top: 20px
}

.backup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center
}

.file-button input {
  display: none
}

.danger-note {
  padding: 12px;
  border-radius: 12px;
  background: #fff7e8;
  color: #835000;
  margin: 16px 0 0
}

.bookizo-credit {
  padding: 22px 28px;
  background: #0f1028;
  color: #ddd;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: .85rem
}

.bookizo-credit span:not(:last-child)::after {
  content: ' • ';
  margin-left: 8px;
  color: #7d52f0
}

.bookizo-credit a {
  color: #fff
}

.settings-form textarea {
  resize: vertical
}

.table-wrap {
  -webkit-overflow-scrolling: touch
}

.table-wrap table {
  min-width: 680px
}

button,
.btn,
a,
input,
select,
textarea {
  touch-action: manipulation
}
