/*
Theme Name: GeneratePress Child
Theme URI: https://bestaigirlfriend.co.uk/
Description: Lightweight GeneratePress child theme for AI Girlfriend.
Author: AI Girlfriend
Template: generatepress
Version: 1.0.20
Text Domain: generatepress-child
*/

:root {
  --bag-pink: #ec3f98;
  --bag-pink-dark: #b72a71;
  --bag-purple: #8b5cf6;
  --bag-ink: #241822;
  --bag-muted: #6f5d68;
  --bag-soft: #fff6fb;
  --bag-border: rgba(190, 45, 115, .14);
  --bag-shadow: 0 14px 38px rgba(39, 22, 48, .08);
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff8fb;
}

/* Header / logo / primary menu */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 242, 249, .96) !important;
  border-bottom: 1px solid rgba(190, 45, 115, .10);
  box-shadow: 0 10px 32px rgba(39, 22, 48, .055);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.admin-bar .site-header {
  top: 32px;
}

.site-header .inside-header {
  min-height: 76px;
  padding: 12px 24px;
  gap: 22px;
}

.site-branding,
.site-logo,
.bag-site-logo {
  line-height: 0;
}

.site-logo a,
.bag-site-logo a,
.site-branding .main-title a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  text-decoration: none !important;
}

.site-logo img,
.bag-site-logo img,
.site-header .custom-logo {
  display: block;
  width: auto;
  height: 54px;
  max-width: 250px;
  object-fit: contain;
}

/* When WordPress Custom Logo is set, do not show the text title fallback. */
body.wp-custom-logo .site-branding {
  display: none !important;
}

.site-branding-container {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

/* Keep the main menu close to the logo on desktop. */
.site-header .inside-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav-float-right #site-navigation,
#site-navigation {
  margin-left: 18px !important;
  margin-right: 0 !important;
  width: auto;
}

#site-navigation .inside-navigation {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* CSS fallback when the WordPress Custom Logo is not set yet. */
.site-branding .main-title {
  margin: 0;
}

body:not(.wp-custom-logo) .site-branding .main-title a {
  width: 285px;
  height: 56px;
  overflow: hidden;
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px;
  white-space: nowrap;
  background-image: url('/wp-content/uploads/2026/07/ai-girlfriend.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.main-navigation {
  background: transparent !important;
}

.main-navigation .inside-navigation {
  min-height: 0;
}

.main-navigation .main-nav ul {
  align-items: center;
  gap: 6px;
}

.main-navigation .main-nav ul li a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #473542 !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: var(--bag-pink-dark) !important;
  background: rgba(236, 63, 152, .10) !important;
  box-shadow: inset 0 0 0 1px rgba(236, 63, 152, .10);
}

.main-navigation .main-nav ul li a:hover {
  transform: translateY(-1px);
}

.menu-toggle {
  border-radius: 999px !important;
  color: var(--bag-pink-dark) !important;
  background: rgba(236, 63, 152, .10) !important;
  border: 1px solid rgba(236, 63, 152, .15) !important;
  font-weight: 800;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background: rgba(236, 63, 152, .15) !important;
}

.main-navigation.toggled .main-nav > ul,
.main-navigation .main-nav ul ul {
  background: #fff !important;
  border: 1px solid rgba(190, 45, 115, .12);
  border-radius: 18px;
  box-shadow: var(--bag-shadow);
}

.main-navigation .main-nav ul ul li a {
  border-radius: 12px;
}

/* Content container polish */
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
  border-radius: 22px;
  border: 1px solid rgba(190, 45, 115, .08);
  box-shadow: 0 14px 34px rgba(39, 22, 48, .045);
}

body.home .inside-article,
body.no-sidebar .inside-article {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

/* Footer */
.site-footer,
.site-info {
  background: transparent !important;
}

.inside-site-info {
  padding: 0 !important;
  max-width: none !important;
}

.copyright-bar {
  width: 100%;
}

.bag-footer {
  position: relative;
  overflow: hidden;
  margin-top: 56px;
  padding: clamp(34px, 5vw, 60px) clamp(18px, 4vw, 34px) 22px;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(255, 146, 205, .32), transparent 34%),
    radial-gradient(circle at bottom right, rgba(139, 92, 246, .30), transparent 36%),
    linear-gradient(135deg, #241323, #39204e 56%, #23152f);
}

.bag-footer-glow {
  position: absolute;
  inset: -180px auto auto 8%;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: rgba(236, 63, 152, .18);
  filter: blur(4px);
  pointer-events: none;
}

.bag-footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(160px, .75fr));
  gap: clamp(22px, 3vw, 36px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.bag-footer a {
  color: inherit;
  text-decoration: none;
}

.bag-footer-logo {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-bottom: 14px;
  padding-left: 56px;
  color: #fff !important;
  font-size: 0;
  font-weight: 900;
  letter-spacing: -.04em;
  background-image: url('/wp-content/uploads/2026/07/ai-girlfriend.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 210px auto;
  width: 210px;
}

.bag-footer-desc {
  max-width: 420px;
  margin: 0 0 12px;
  color: rgba(255,255,255,.80);
  line-height: 1.7;
}

.bag-footer-note {
  max-width: 420px;
  margin: 0 0 14px;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.55;
}

.bag-footer-email {
  display: inline-flex;
  padding: 10px 13px;
  border-radius: 999px;
  color: #fff !important;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  font-weight: 800;
}

.bag-footer-col h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bag-footer-col ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bag-footer-col a {
  display: inline-flex;
  color: rgba(255,255,255,.76) !important;
  font-size: 14px;
  line-height: 1.35;
}

.bag-footer-col a:hover,
.bag-footer-col a:focus {
  color: #fff !important;
}

.bag-footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, 100%);
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .site-header .inside-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .bag-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bag-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 768px) {
  .site-header .inside-header {
    min-height: 66px;
    padding: 9px 14px;
  }

  .site-logo img,
  .bag-site-logo img,
  .site-header .custom-logo {
    height: 38px;
    max-width: 190px;
  }

  body:not(.wp-custom-logo) .site-branding .main-title a {
    width: 190px;
    height: 42px;
  }

  .has-inline-mobile-toggle .inside-header {
    align-items: center;
  }

  .mobile-menu-control-wrapper {
    margin-left: auto !important;
  }

  .has-inline-mobile-toggle #site-navigation {
    flex-basis: 100%;
    width: 100%;
    margin-top: 10px;
    margin-left: 0 !important;
  }

  .main-navigation.toggled .main-nav > ul {
    display: grid !important;
    gap: 4px;
    width: 100%;
    padding: 10px;
  }

  .main-navigation .main-nav ul li a {
    justify-content: flex-start;
    padding: 12px 14px;
    font-size: 15px;
  }

  .separate-containers .inside-article,
  .separate-containers .comments-area,
  .separate-containers .page-header,
  .separate-containers .paging-navigation {
    border-radius: 18px;
  }

  .bag-footer {
    margin-top: 38px;
    padding: 24px 12px 18px;
  }

  .bag-footer-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bag-footer-brand,
  .bag-footer-col {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.10);
    text-align: left;
  }

  .bag-footer-logo {
    margin-bottom: 10px;
    background-size: 175px auto;
    width: 175px;
  }

  .bag-footer-desc,
  .bag-footer-note {
    max-width: none;
  }

  .bag-footer-col ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .bag-footer-col a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 13px;
    background: rgba(255,255,255,.07);
    font-size: 13px;
  }

  .bag-footer-bottom {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    text-align: left;
  }
}

@media (max-width: 430px) {
  body:not(.wp-custom-logo) .site-branding .main-title a {
    width: 165px;
  }

  .site-logo img,
  .bag-site-logo img,
  .site-header .custom-logo {
    max-width: 165px;
  }

  .bag-footer-col ul {
    grid-template-columns: 1fr 1fr;
  }
}

/* Author box */
.bag-author-box {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  margin: clamp(34px, 5vw, 54px) 0 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(190, 45, 115, .13);
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(236, 63, 152, .10), transparent 34%),
    radial-gradient(circle at bottom right, rgba(139, 92, 246, .10), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,247,252,.96));
  box-shadow: 0 18px 46px rgba(39, 22, 48, .07);
  overflow: hidden;
}

.bag-author-box__media {
  align-self: stretch;
  min-height: 320px;
}

.bag-author-box__media a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 30vw, 430px);
  padding: 7px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--bag-pink), var(--bag-purple));
  box-shadow: 0 18px 36px rgba(129, 49, 113, .18);
}

.bag-author-box__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
  object-position: center top;
  border: 5px solid #fff;
}

.bag-author-box__content {
  min-width: 0;
}

.bag-author-box__eyebrow {
  display: inline-flex;
  margin: 0 0 7px;
  padding: 6px 11px;
  border-radius: 999px;
  color: var(--bag-pink-dark);
  background: rgba(236, 63, 152, .10);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.bag-author-box h4 {
  margin: 0;
  color: var(--bag-ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.bag-author-box h4 a {
  color: inherit;
  text-decoration: none;
}

.bag-author-box h4 a:hover,
.bag-author-box h4 a:focus {
  color: var(--bag-pink-dark);
}

.bag-author-box__role {
  margin: 7px 0 0;
  color: #8b3d65;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
}

.bag-author-box__bio {
  margin: 12px 0 0;
  color: var(--bag-muted);
  font-size: 16px;
  line-height: 1.75;
}

.bag-author-box__chips,
.bag-author-box__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.bag-author-box__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #6f2d55;
  background: #fff;
  border: 1px solid rgba(190, 45, 115, .12);
  font-size: 12px;
  font-weight: 800;
}

.bag-author-box__links {
  align-items: center;
  margin-top: 14px;
  color: #8a7481;
  font-size: 13px;
  font-weight: 700;
}

.bag-author-box__links a,
.bag-author-box__links span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
}

.bag-author-box__links a {
  color: var(--bag-pink-dark);
  background: rgba(236, 63, 152, .08);
  text-decoration: none;
}

.bag-author-box__links a:hover,
.bag-author-box__links a:focus {
  color: #fff;
  background: linear-gradient(135deg, var(--bag-pink), var(--bag-purple));
}

.bag-author-box__links span {
  color: #7d6876;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(190, 45, 115, .09);
}

@media (max-width: 860px) {
  .bag-author-box {
    grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
    gap: 22px;
  }

  .bag-author-box__media {
    min-height: 260px;
  }

  .bag-author-box__media a {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  .bag-author-box {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 24px;
  }

  .bag-author-box__media {
    align-self: auto;
    min-height: 0;
  }

  .bag-author-box__media a {
    width: 112px;
    height: 112px;
    min-height: 0;
    padding: 4px;
    border-radius: 999px;
  }

  .bag-author-box__media img {
    border-radius: inherit;
    border-width: 4px;
  }

  .bag-author-box__chips,
  .bag-author-box__links {
    justify-content: center;
  }

  .bag-author-box__links a,
  .bag-author-box__links span {
    justify-content: center;
  }
}

/* v1.0.12: header, archive and footer refinements */
@media (max-width: 768px) {
  .site-header .inside-header {
    min-height: 72px !important;
    padding: 10px 18px !important;
    gap: 12px !important;
    align-items: center !important;
  }

  .site-branding-container {
    min-width: 0;
    flex: 1 1 auto;
  }

  .site-logo a,
  .bag-site-logo a,
  .site-branding .main-title a {
    min-height: 0 !important;
  }

  .site-logo img,
  .bag-site-logo img,
  .site-header .custom-logo {
    height: 42px !important;
    max-width: 176px !important;
  }

  .mobile-menu-control-wrapper {
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }

  .mobile-menu-control-wrapper .menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 999px !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .mobile-menu-control-wrapper .menu-toggle .gp-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px;
    height: 22px;
  }

  .has-inline-mobile-toggle #site-navigation:not(.toggled) {
    display: none !important;
    flex-basis: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .has-inline-mobile-toggle #site-navigation.toggled {
    display: block !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
  }

  #site-navigation.toggled .inside-navigation {
    width: 100% !important;
  }
}

@media (max-width: 430px) {
  .site-header .inside-header {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .site-logo img,
  .bag-site-logo img,
  .site-header .custom-logo {
    height: 39px !important;
    max-width: 160px !important;
  }

  .mobile-menu-control-wrapper .menu-toggle {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    font-size: 20px !important;
  }
}

/* Footer logo as a real image instead of a background image. */
.bag-footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  width: auto !important;
  max-width: 240px !important;
  margin-bottom: 16px !important;
  padding-left: 0 !important;
  font-size: 0 !important;
  background: none !important;
}

.bag-footer-logo img {
  display: block;
  width: 230px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .bag-footer-logo img {
    width: 178px;
  }
}

/* Lightweight breadcrumb for archives and posts. */
.bag-theme-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: #806b78;
  font-size: 14px;
  line-height: 1.45;
}

.bag-theme-breadcrumbs a {
  color: var(--bag-pink-dark);
  font-weight: 800;
  text-decoration: none !important;
}

.bag-theme-breadcrumbs a:hover,
.bag-theme-breadcrumbs a:focus {
  color: #82184c;
}

.bag-theme-breadcrumbs strong {
  color: var(--bag-ink);
  font-weight: 800;
}

/* Archive, category and tag pages. */
body.archive:not(.author),
body.blog,
body.search {
  background:
    radial-gradient(circle at top left, rgba(236, 63, 152, .10), transparent 30%),
    radial-gradient(circle at top right, rgba(139, 92, 246, .08), transparent 28%),
    #fff8fb;
}

body.archive:not(.author) .site-content,
body.blog .site-content,
body.search .site-content,
body.single-post .site-content {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

body.archive:not(.author) .content-area,
body.blog .content-area,
body.search .content-area,
body.single-post .content-area {
  width: 100% !important;
}

body.archive:not(.author) .is-right-sidebar,
body.archive:not(.author) .is-left-sidebar,
body.blog .is-right-sidebar,
body.blog .is-left-sidebar,
body.search .is-right-sidebar,
body.search .is-left-sidebar,
body.single-post .is-right-sidebar,
body.single-post .is-left-sidebar {
  display: none !important;
}

body.archive:not(.author) .site-main,
body.blog .site-main,
body.search .site-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

body.archive:not(.author) .site-main > .bag-theme-breadcrumbs,
body.archive:not(.author) .site-main > .page-header,
body.archive:not(.author) .site-main > .paging-navigation,
body.blog .site-main > .bag-theme-breadcrumbs,
body.blog .site-main > .page-header,
body.blog .site-main > .paging-navigation,
body.search .site-main > .bag-theme-breadcrumbs,
body.search .site-main > .page-header,
body.search .site-main > .paging-navigation {
  grid-column: 1 / -1;
}

body.archive:not(.author) .page-header,
body.blog .page-header,
body.search .page-header {
  margin: 0;
  padding: clamp(22px, 4vw, 38px) !important;
  border-radius: 30px !important;
  border: 1px solid rgba(190, 45, 115, .12) !important;
  background:
    radial-gradient(circle at top left, rgba(236, 63, 152, .12), transparent 35%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,246,251,.98)) !important;
  box-shadow: 0 18px 48px rgba(39, 22, 48, .065) !important;
}

body.archive:not(.author) .page-title,
body.blog .page-title,
body.search .page-title {
  margin: 0;
  color: var(--bag-ink);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: -.05em;
}

body.archive:not(.author) .taxonomy-description,
body.blog .taxonomy-description,
body.search .taxonomy-description {
  max-width: 820px;
  margin-top: 12px;
  color: var(--bag-muted);
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.72;
}

body.archive:not(.author) .taxonomy-description p,
body.blog .taxonomy-description p,
body.search .taxonomy-description p {
  margin: 0;
}

body.archive:not(.author) .site-main > article,
body.blog .site-main > article,
body.search .site-main > article {
  margin: 0;
}

body.archive:not(.author) article .inside-article,
body.blog article .inside-article,
body.search article .inside-article {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 26px !important;
  border: 1px solid rgba(190, 45, 115, .12) !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 16px 42px rgba(39, 22, 48, .06) !important;
}

body.archive:not(.author) article .post-image,
body.blog article .post-image,
body.search article .post-image {
  order: -1;
  margin: 0 !important;
}

body.archive:not(.author) article .post-image a,
body.blog article .post-image a,
body.search article .post-image a {
  display: block;
}

body.archive:not(.author) article .post-image img,
body.blog article .post-image img,
body.search article .post-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

body.archive:not(.author) article .entry-header,
body.archive:not(.author) article .entry-summary,
body.archive:not(.author) article footer.entry-meta,
body.blog article .entry-header,
body.blog article .entry-summary,
body.blog article footer.entry-meta,
body.search article .entry-header,
body.search article .entry-summary,
body.search article footer.entry-meta {
  padding-left: 22px;
  padding-right: 22px;
}

body.archive:not(.author) article .entry-header,
body.blog article .entry-header,
body.search article .entry-header {
  padding-top: 22px;
}

body.archive:not(.author) article .entry-title,
body.blog article .entry-title,
body.search article .entry-title {
  margin: 0;
  color: var(--bag-ink);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.15;
  letter-spacing: -.035em;
}

body.archive:not(.author) article .entry-title a,
body.blog article .entry-title a,
body.search article .entry-title a {
  color: inherit;
  text-decoration: none !important;
}

body.archive:not(.author) article .entry-title a:hover,
body.blog article .entry-title a:hover,
body.search article .entry-title a:hover {
  color: var(--bag-pink-dark);
}

body.archive:not(.author) article .entry-meta,
body.blog article .entry-meta,
body.search article .entry-meta {
  color: #8a7481;
  font-size: 13px;
  line-height: 1.5;
}

body.archive:not(.author) article .entry-summary,
body.blog article .entry-summary,
body.search article .entry-summary {
  color: var(--bag-muted);
  font-size: 15px;
  line-height: 1.72;
}

body.archive:not(.author) article .entry-summary p,
body.blog article .entry-summary p,
body.search article .entry-summary p {
  margin-bottom: 0;
}

body.archive:not(.author) article footer.entry-meta,
body.blog article footer.entry-meta,
body.search article footer.entry-meta {
  margin-top: auto;
  padding-bottom: 22px;
}

body.archive:not(.author) article footer.entry-meta .comments-link,
body.archive:not(.author) article footer.entry-meta .tags-links,
body.blog article footer.entry-meta .comments-link,
body.blog article footer.entry-meta .tags-links,
body.search article footer.entry-meta .comments-link,
body.search article footer.entry-meta .tags-links {
  display: none !important;
}

body.archive:not(.author) .read-more,
body.blog .read-more,
body.search .read-more {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--bag-pink), var(--bag-purple));
  font-weight: 800;
  text-decoration: none !important;
}

body.archive:not(.author) .paging-navigation,
body.blog .paging-navigation,
body.search .paging-navigation {
  margin: 0 !important;
  border-radius: 24px !important;
}

/* Single standard posts. */
body.single-post {
  background:
    radial-gradient(circle at top left, rgba(236, 63, 152, .09), transparent 30%),
    radial-gradient(circle at top right, rgba(139, 92, 246, .08), transparent 28%),
    #fff8fb;
}

body.single-post .site-main {
  margin-top: 26px;
}

body.single-post .site-main > .bag-theme-breadcrumbs {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

body.single-post .inside-article {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(24px, 4vw, 42px) !important;
  border-radius: 30px !important;
  border: 1px solid rgba(190, 45, 115, .11) !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 18px 48px rgba(39, 22, 48, .065) !important;
}

body.single-post .entry-title {
  color: var(--bag-ink);
  font-size: clamp(36px, 6vw, 66px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

body.single-post .entry-meta {
  color: #8a7481;
  font-size: 14px;
}

body.single-post .post-image img,
body.single-post .featured-image img,
body.single-post .wp-post-image {
  border-radius: 24px;
}

body.single-post .entry-content {
  color: #3e3340;
  font-size: 18px;
  line-height: 1.78;
}

body.single-post .entry-content h2 {
  margin-top: 1.55em;
  color: var(--bag-ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.16;
  letter-spacing: -.04em;
}

body.single-post .entry-content h3 {
  margin-top: 1.35em;
  color: var(--bag-ink);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.22;
  letter-spacing: -.025em;
}

@media (max-width: 820px) {
  body.archive:not(.author) .site-main,
  body.blog .site-main,
  body.search .site-main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.archive:not(.author) .site-content,
  body.blog .site-content,
  body.search .site-content,
  body.single-post .site-content {
    width: min(100% - 22px, 1180px);
  }
}

@media (max-width: 520px) {
  body.archive:not(.author) .site-main,
  body.blog .site-main,
  body.search .site-main,
  body.single-post .site-main {
    margin-top: 18px;
  }

  body.archive:not(.author) .page-header,
  body.blog .page-header,
  body.search .page-header,
  body.single-post .inside-article {
    border-radius: 24px !important;
  }

  body.archive:not(.author) article .entry-header,
  body.archive:not(.author) article .entry-summary,
  body.archive:not(.author) article footer.entry-meta,
  body.blog article .entry-header,
  body.blog article .entry-summary,
  body.blog article footer.entry-meta,
  body.search article .entry-header,
  body.search article .entry-summary,
  body.search article footer.entry-meta {
    padding-left: 18px;
    padding-right: 18px;
  }

  body.single-post .entry-content {
    font-size: 17px;
  }
}


/* v1.0.14: author box, 404, comments and sidebar refinements */
@media (min-width: 861px) {
  .bag-author-box {
    grid-template-columns: minmax(176px, 224px) minmax(0, 1fr);
    gap: clamp(22px, 3.5vw, 36px);
  }

  .bag-author-box__media {
    align-self: center;
    min-height: 0;
    height: clamp(256px, 24vw, 344px);
  }

  .bag-author-box__media a {
    height: 100%;
    min-height: 0;
    aspect-ratio: 3 / 4;
  }
}

@media (min-width: 641px) and (max-width: 860px) {
  .bag-author-box {
    grid-template-columns: minmax(144px, 176px) minmax(0, 1fr);
  }

  .bag-author-box__media {
    align-self: center;
    min-height: 0;
    height: 230px;
  }

  .bag-author-box__media a {
    height: 100%;
    min-height: 0;
    aspect-ratio: 3 / 4;
  }
}

/* 404 page */
body.error404 {
  background:
    radial-gradient(circle at top left, rgba(236, 63, 152, .11), transparent 30%),
    radial-gradient(circle at top right, rgba(139, 92, 246, .09), transparent 28%),
    #fff8fb;
}

body.error404 .site-content {
  width: min(960px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

body.error404 .content-area {
  width: 100% !important;
}

body.error404 .widget-area,
body.error404 .is-right-sidebar,
body.error404 .is-left-sidebar {
  display: none !important;
}

body.error404 .site-main {
  margin-top: clamp(24px, 5vw, 54px);
}

body.error404 .inside-article {
  position: relative;
  overflow: hidden;
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(30px, 6vw, 64px) !important;
  border-radius: 34px !important;
  border: 1px solid rgba(190, 45, 115, .13) !important;
  background:
    radial-gradient(circle at top left, rgba(236, 63, 152, .12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(139, 92, 246, .11), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,247,252,.98)) !important;
  box-shadow: 0 22px 60px rgba(39, 22, 48, .075) !important;
  text-align: center;
}

body.error404 .entry-header::before {
  content: "404";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--bag-pink-dark);
  background: rgba(236, 63, 152, .10);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

body.error404 .entry-title {
  max-width: 680px;
  margin: 0 auto 14px;
  color: var(--bag-ink);
  font-size: clamp(36px, 7vw, 68px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

body.error404 .entry-content {
  max-width: 640px;
  margin: 0 auto;
  color: var(--bag-muted);
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.75;
}

body.error404 .search-form {
  display: flex;
  align-items: stretch;
  gap: 10px;
  max-width: 540px;
  margin: 24px auto 0;
}

body.error404 .search-form label {
  flex: 1 1 auto;
  min-width: 0;
}

body.error404 .search-field {
  width: 100%;
  min-height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(190, 45, 115, .16);
  background: rgba(255,255,255,.86);
  color: var(--bag-ink);
  padding: 12px 18px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}

body.error404 .search-field:focus {
  border-color: rgba(236, 63, 152, .45);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(236, 63, 152, .10);
}

body.error404 .search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 50px;
  border-radius: 999px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--bag-pink), var(--bag-purple));
  box-shadow: 0 14px 26px rgba(197, 55, 141, .18);
}

@media (max-width: 520px) {
  body.error404 .site-content {
    width: min(100% - 22px, 960px);
  }

  body.error404 .inside-article {
    border-radius: 26px !important;
    padding: 26px 18px !important;
  }

  body.error404 .search-form {
    display: grid;
    gap: 10px;
  }

  body.error404 .search-submit {
    width: 100%;
  }
}

/* Comments */
.comments-area {
  max-width: 920px;
  margin: clamp(28px, 5vw, 54px) auto 0 !important;
  padding: clamp(22px, 4vw, 36px) !important;
  border-radius: 30px !important;
  border: 1px solid rgba(190, 45, 115, .11) !important;
  background:
    radial-gradient(circle at top left, rgba(236, 63, 152, .08), transparent 32%),
    rgba(255,255,255,.96) !important;
  box-shadow: 0 18px 48px rgba(39, 22, 48, .055) !important;
}

.comments-title,
.comment-reply-title {
  margin: 0 0 18px;
  color: var(--bag-ink);
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-list .children {
  margin: 14px 0 0 22px;
  padding-left: 18px;
  border-left: 2px solid rgba(190, 45, 115, .10);
  list-style: none;
}

.comment-body {
  margin: 0 0 14px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(190, 45, 115, .10);
  background: #fff;
  box-shadow: 0 10px 24px rgba(39, 22, 48, .04);
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bag-ink);
  font-weight: 900;
}

.comment-author .avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px rgba(190, 45, 115, .12);
}

.comment-metadata,
.comment-metadata a,
.comment-notes,
.logged-in-as {
  color: #8a7481;
  font-size: 13px;
  text-decoration: none !important;
}

.comment-content {
  color: #493d48;
  line-height: 1.72;
}

.reply a,
.comment-edit-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--bag-pink-dark) !important;
  background: rgba(236, 63, 152, .08);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.reply a:hover,
.reply a:focus,
.comment-edit-link:hover,
.comment-edit-link:focus {
  color: #fff !important;
  background: linear-gradient(135deg, var(--bag-pink), var(--bag-purple));
}

.comment-respond {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(190, 45, 115, .10);
}

.comment-form label {
  display: block;
  margin-bottom: 6px;
  color: var(--bag-ink);
  font-size: 13px;
  font-weight: 900;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(190, 45, 115, .14);
  background: #fff;
  color: var(--bag-ink);
  padding: 12px 14px;
}

.comment-form textarea {
  min-height: 150px;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: rgba(236, 63, 152, .45);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(236, 63, 152, .10);
}

.comment-form .submit {
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--bag-pink), var(--bag-purple));
  font-weight: 900;
  box-shadow: 0 14px 26px rgba(197, 55, 141, .18);
}

@media (max-width: 520px) {
  .comments-area {
    border-radius: 24px !important;
    padding: 20px !important;
  }

  .comment-list .children {
    margin-left: 8px;
    padding-left: 12px;
  }

  .comment-body {
    padding: 15px;
  }
}

/* Sidebar */
.widget-area .widget,
.sidebar .widget {
  border-radius: 24px;
  border: 1px solid rgba(190, 45, 115, .11);
  background:
    radial-gradient(circle at top left, rgba(236, 63, 152, .07), transparent 35%),
    rgba(255,255,255,.96) !important;
  box-shadow: 0 14px 34px rgba(39, 22, 48, .05);
}

.widget-title {
  margin-bottom: 14px;
  color: var(--bag-ink);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.sidebar a,
.widget-area a {
  color: var(--bag-pink-dark);
  text-decoration: none !important;
}

.sidebar a:hover,
.sidebar a:focus,
.widget-area a:hover,
.widget-area a:focus {
  color: #82184c;
}

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

.tagcloud a,
.widget_tag_cloud .tag-cloud-link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(190, 45, 115, .12);
  background: #fff;
  color: #6f2d55 !important;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.2;
}

.tagcloud a:hover,
.widget_tag_cloud .tag-cloud-link:hover,
.widget_tag_cloud .tag-cloud-link:focus {
  color: #fff !important;
  background: linear-gradient(135deg, var(--bag-pink), var(--bag-purple));
  border-color: transparent;
}

.inside-right-sidebar,
.inside-left-sidebar {
  display: grid;
  gap: 18px;
}

@media (min-width: 1025px) {
  .inside-right-sidebar,
  .inside-left-sidebar {
    position: sticky;
    top: 110px;
  }
}


/* v1.0.15: tighten desktop author box spacing while keeping portrait height. */
@media (min-width: 861px) {
  .bag-author-box {
    width: min(100%, 1050px);
    margin: clamp(28px, 4vw, 44px) auto 0;
    padding: clamp(20px, 2.4vw, 30px);
    grid-template-columns: minmax(168px, 224px) minmax(0, 680px);
    justify-content: center;
    gap: clamp(20px, 3vw, 34px);
    border-radius: 28px;
  }

  .bag-author-box__media {
    height: clamp(252px, 21vw, 330px);
  }

  .bag-author-box__content {
    max-width: 680px;
  }

  .bag-author-box__eyebrow {
    margin-bottom: 8px;
  }

  .bag-author-box__bio {
    max-width: 660px;
    margin-top: 10px;
    line-height: 1.64;
  }

  .bag-author-box__chips,
  .bag-author-box__links {
    margin-top: 12px;
  }

  .bag-author-box__links {
    row-gap: 7px;
  }
}

@media (min-width: 1200px) {
  .bag-author-box {
    width: min(100%, 1010px);
  }
}


/* v1.0.16: tighter author box, static pages, search, comments and sidebar safeguards. */
@media (min-width: 861px) {
  .bag-author-box {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 940px !important;
    margin: clamp(26px, 4vw, 42px) auto 0 !important;
    padding: 22px 24px !important;
    grid-template-columns: minmax(178px, 218px) minmax(0, 600px) !important;
    gap: 26px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 26px !important;
  }

  .bag-author-box__media {
    align-self: center !important;
    height: clamp(252px, 21vw, 330px) !important;
    min-height: 0 !important;
  }

  .bag-author-box__media a {
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 3 / 4 !important;
  }

  .bag-author-box__content {
    align-self: center !important;
    max-width: 600px !important;
    padding: 0 !important;
  }
}

/* Prevent article typography from pushing the author-box heading down. */
.bag-author-box .bag-author-box__eyebrow {
  margin: 0 0 8px !important;
}

.bag-author-box h4,
body.single-post .entry-content .bag-author-box h4,
body.page .entry-content .bag-author-box h4 {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: inherit;
}

.bag-author-box p,
.bag-author-box .bag-author-box__role,
.bag-author-box .bag-author-box__bio {
  margin-bottom: 0 !important;
}

.bag-author-box__role {
  margin-top: 8px !important;
}

.bag-author-box__bio {
  margin-top: 13px !important;
}

.bag-author-box__chips,
.bag-author-box__links {
  margin-top: 13px !important;
}

@media (min-width: 1200px) {
  .bag-author-box {
    max-width: 920px !important;
  }
}

/* Static pages: keep legal/info pages polished without touching the homepage. */
body.page:not(.home) {
  background:
    radial-gradient(circle at top left, rgba(236, 63, 152, .09), transparent 30%),
    radial-gradient(circle at top right, rgba(139, 92, 246, .075), transparent 28%),
    #fff8fb;
}

body.page:not(.home) .site-content {
  width: min(960px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

body.page:not(.home) .content-area {
  width: 100% !important;
}

body.page:not(.home) .widget-area,
body.page:not(.home) .is-right-sidebar,
body.page:not(.home) .is-left-sidebar {
  display: none !important;
}

body.page:not(.home) .site-main {
  margin-top: clamp(22px, 4vw, 42px);
}

body.page:not(.home) .inside-article {
  padding: clamp(24px, 4vw, 44px) !important;
  border-radius: 30px !important;
  border: 1px solid rgba(190, 45, 115, .11) !important;
  background:
    radial-gradient(circle at top left, rgba(236, 63, 152, .075), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,248,252,.98)) !important;
  box-shadow: 0 18px 48px rgba(39, 22, 48, .06) !important;
}

body.page:not(.home) .entry-title {
  margin: 0 0 18px;
  color: var(--bag-ink);
  font-size: clamp(36px, 6vw, 62px);
  line-height: 1.04;
  letter-spacing: -.055em;
}

body.page:not(.home) .entry-content {
  color: #463944;
  font-size: 18px;
  line-height: 1.78;
}

body.page:not(.home) .entry-content > *:first-child {
  margin-top: 0;
}

body.page:not(.home) .entry-content h2 {
  margin: 1.45em 0 .55em;
  color: var(--bag-ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.16;
  letter-spacing: -.04em;
}

body.page:not(.home) .entry-content h3 {
  margin: 1.25em 0 .45em;
  color: var(--bag-ink);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.22;
  letter-spacing: -.03em;
}

body.page:not(.home) .entry-content a {
  color: var(--bag-pink-dark);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.page:not(.home) .entry-content ul,
body.page:not(.home) .entry-content ol {
  padding-left: 1.25em;
}

body.page:not(.home) .entry-content li {
  margin: .35em 0;
}

body.page:not(.home) .entry-content table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(190, 45, 115, .12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(39, 22, 48, .04);
}

body.page:not(.home) .entry-content th,
body.page:not(.home) .entry-content td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(190, 45, 115, .09);
}

body.page:not(.home) .entry-content th {
  color: var(--bag-ink);
  background: rgba(236, 63, 152, .07);
  font-weight: 900;
}

/* Search results and no-results page. */
body.search .site-main > .no-results,
body.search .site-main > .not-found,
body.search .site-main > .inside-article {
  grid-column: 1 / -1;
}

body.search .search-form,
body.search .no-results .search-form,
body.search .not-found .search-form {
  display: flex;
  align-items: stretch;
  gap: 10px;
  max-width: 580px;
  margin-top: 20px;
}

body.search .search-form label {
  flex: 1 1 auto;
  min-width: 0;
}

body.search .search-field {
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(190, 45, 115, .16);
  background: rgba(255,255,255,.92);
  color: var(--bag-ink);
  padding: 11px 16px;
}

body.search .search-field:focus {
  border-color: rgba(236, 63, 152, .45);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(236, 63, 152, .10);
}

body.search .search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 48px;
  border-radius: 999px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--bag-pink), var(--bag-purple));
  box-shadow: 0 14px 26px rgba(197, 55, 141, .16);
}

body.search .no-results .inside-article,
body.search .not-found .inside-article {
  padding: clamp(24px, 4vw, 42px) !important;
  border-radius: 30px !important;
  border: 1px solid rgba(190, 45, 115, .12) !important;
  background:
    radial-gradient(circle at top left, rgba(236, 63, 152, .10), transparent 34%),
    rgba(255,255,255,.96) !important;
  box-shadow: 0 18px 48px rgba(39, 22, 48, .06) !important;
}

body.search .no-results .entry-title,
body.search .not-found .entry-title {
  margin: 0 0 10px;
  color: var(--bag-ink);
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

/* Comments and sidebar final safeguards. */
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area textarea,
.sidebar input[type="text"],
.sidebar input[type="search"],
.widget-area input[type="text"],
.widget-area input[type="search"] {
  box-sizing: border-box;
  max-width: 100%;
}

.comment-content p:last-child,
.widget-area p:last-child,
.sidebar p:last-child {
  margin-bottom: 0;
}

.sidebar .search-form,
.widget-area .search-form {
  display: flex;
  gap: 8px;
}

.sidebar .search-form label,
.widget-area .search-form label {
  flex: 1 1 auto;
  min-width: 0;
}

.sidebar .search-field,
.widget-area .search-field {
  width: 100%;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(190, 45, 115, .14);
  background: #fff;
  padding: 9px 12px;
}

.sidebar .search-submit,
.widget-area .search-submit {
  min-width: 44px;
  min-height: 42px;
  border-radius: 999px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--bag-pink), var(--bag-purple));
}

@media (max-width: 768px) {
  body.page:not(.home) .site-content,
  body.search .site-content {
    width: min(100% - 22px, 960px);
  }

  body.page:not(.home) .inside-article {
    border-radius: 24px !important;
    padding: 22px 18px !important;
  }

  body.page:not(.home) .entry-content {
    font-size: 16px;
  }

  body.search .search-form,
  body.search .no-results .search-form,
  body.search .not-found .search-form {
    display: grid;
  }

  body.search .search-submit {
    width: 100%;
  }
}

/* v1.0.19: responsive content tables */
.bag-table-scroll {
  width: 100%;
  max-width: 100%;
  margin: clamp(22px, 4vw, 34px) 0;
  padding: 0 0 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0)) left center / 26px 100% no-repeat,
    linear-gradient(270deg, rgba(255,255,255,1), rgba(255,255,255,0)) right center / 26px 100% no-repeat,
    #fff;
  box-shadow: 0 10px 28px rgba(39, 22, 48, .035);
}

.bag-table-scroll:focus {
  outline: 2px solid rgba(236, 63, 152, .32);
  outline-offset: 3px;
}

.bag-table-scroll table,
body.home .entry-content .bag-table-scroll table,
body.single-post .entry-content .bag-table-scroll table,
body.page:not(.home) .entry-content .bag-table-scroll table,
.bag-review-content .bag-table-scroll table {
  display: table !important;
  width: 100% !important;
  min-width: 720px;
  margin: 0 !important;
  overflow: visible !important;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(190, 45, 115, .12);
  border-radius: 20px;
  background: #fff;
  box-shadow: none !important;
}

.bag-table-scroll th,
.bag-table-scroll td {
  min-width: 155px;
  padding: 13px 14px;
  border-bottom: 1px solid rgba(190, 45, 115, .09);
  color: #463944;
  line-height: 1.55;
  vertical-align: top;
  white-space: normal;
}

.bag-table-scroll th {
  color: var(--bag-ink);
  background: rgba(236, 63, 152, .07);
  font-weight: 900;
}

.bag-table-scroll tr:last-child td {
  border-bottom: 0;
}

.bag-table-scroll::-webkit-scrollbar {
  height: 9px;
}

.bag-table-scroll::-webkit-scrollbar-track {
  background: rgba(236, 63, 152, .07);
  border-radius: 999px;
}

.bag-table-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, rgba(236, 63, 152, .55), rgba(139, 92, 246, .55));
  border-radius: 999px;
}

/* Fallback for any table that is printed outside the normal content filter. */
body.home .entry-content > table,
body.single-post .entry-content > table,
body.page:not(.home) .entry-content > table,
.bag-review-content > table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  .bag-table-scroll {
    margin: 20px 0 28px;
    border-radius: 18px;
  }

  .bag-table-scroll table,
  body.home .entry-content .bag-table-scroll table,
  body.single-post .entry-content .bag-table-scroll table,
  body.page:not(.home) .entry-content .bag-table-scroll table,
  .bag-review-content .bag-table-scroll table {
    min-width: 680px;
    border-radius: 18px;
  }

  .bag-table-scroll th,
  .bag-table-scroll td {
    min-width: 150px;
    padding: 12px 13px;
    font-size: 14px;
  }
}



/* v1.0.20: light pink menu background and 1200x630 archive thumbnails. */
.site-header {
  background:
    radial-gradient(circle at top left, rgba(236, 63, 152, .10), transparent 34%),
    linear-gradient(135deg, rgba(255, 244, 250, .98), rgba(255, 236, 247, .96)) !important;
  border-bottom-color: rgba(190, 45, 115, .13) !important;
}

.main-navigation,
.main-navigation .inside-navigation {
  background: transparent !important;
}

.main-navigation .main-nav > ul {
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 229, 243, .72);
  border: 1px solid rgba(236, 63, 152, .10);
}

.main-navigation .main-nav ul li a {
  background: transparent !important;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  background: rgba(255, 255, 255, .74) !important;
}

.main-navigation.toggled .main-nav > ul,
.main-navigation .main-nav ul ul {
  background:
    radial-gradient(circle at top left, rgba(236, 63, 152, .10), transparent 36%),
    linear-gradient(135deg, #fff4fa, #ffeaf5) !important;
  border-color: rgba(236, 63, 152, .14) !important;
}

body.archive article .post-image a,
body.blog article .post-image a,
body.search article .post-image a {
  display: block;
  aspect-ratio: 1200 / 630;
  overflow: hidden;
  background: #fff0f7;
}

body.archive article .post-image img,
body.blog article .post-image img,
body.search article .post-image img {
  display: block;
  width: 100%;
  height: 100% !important;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 768px) {
  .main-navigation .main-nav > ul {
    border-radius: 20px;
    background: rgba(255, 229, 243, .82) !important;
  }
}
