body.hsb-page-surface-light {
  --hsb-light-bg: #f7f7f5;
  --hsb-light-bg-2: #f1f2ee;
  --hsb-light-text: #171614;
  --hsb-light-muted: #625c52;
  --hsb-light-subtle: #80786c;
  --hsb-light-accent-text: #76530c;
  --hsb-light-card: rgba(255, 255, 255, .84);
  --hsb-light-card-strong: rgba(255, 255, 255, .94);
  --hsb-light-border: rgba(28, 26, 23, .10);
  --hsb-light-border-strong: rgba(195, 142, 25, .24);
  --hsb-light-gold: #c89219;
  --hsb-light-gold-soft: rgba(242, 194, 61, .18);
  --hsb-light-shadow: 0 18px 48px rgba(17, 16, 14, .09);
  --hsb-light-shadow-soft: 0 10px 28px rgba(17, 16, 14, .07);
  --hsb-light-shadow-float: 0 18px 42px rgba(17, 16, 14, .10), 0 2px 0 rgba(255, 255, 255, .72) inset;
  --hsb-context-text: var(--hsb-light-text);
  --hsb-context-muted: var(--hsb-light-muted);
  --hsb-context-subtle: var(--hsb-light-subtle);
  --hsb-context-accent: var(--hsb-light-accent-text);
  --hsb-context-link: #604008;
  --hsb-context-border: var(--hsb-light-border);
  --hsb-context-card: var(--hsb-light-card);
  background:
    radial-gradient(circle at 10% 4%, rgba(242, 194, 61, .22), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(72, 217, 137, .10), transparent 24%),
    linear-gradient(180deg, #fff 0%, var(--hsb-light-bg) 48%, var(--hsb-light-bg-2) 100%) !important;
  background-attachment: fixed !important;
  color: var(--hsb-light-text);
}

body.hsb-page-surface-light::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .44), transparent 34%, rgba(255, 255, 255, .28)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .52), transparent 36%);
}

body.hsb-page-surface-light :where(
  .drawer,
  .modal,
  .modal-backdrop,
  .hsb-dd,
  .uk-dropdown,
  .hsb-bottom-sheet,
  .comments-sheet,
  .comments-overlay,
  .hsb-slide-shell,
  .bg-black,
  .bg-dark
) {
  color-scheme: dark;
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-home-section,
  .hsb-schedule-search-results,
  .hsb-place-search-results,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-panel-page,
  .hsb-profile-page,
  .hsb-place-view,
  .hsb-schedule-page,
  .hsb-about-page,
  .legal-document,
  .hsb-marketing-page,
  .hsb-admin-marketing,
  .hsb-admin-marketing-page
) {
  --hsb-context-text: var(--hsb-light-text);
  --hsb-context-muted: var(--hsb-light-muted);
  --hsb-context-subtle: var(--hsb-light-subtle);
  --hsb-context-accent: var(--hsb-light-accent-text);
  --hsb-context-link: #604008;
  color: var(--hsb-context-text);
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-home-section,
  .hsb-schedule-search-results,
  .hsb-place-search-results,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-panel-page,
  .hsb-profile-page,
  .hsb-place-view,
  .hsb-schedule-page,
  .hsb-about-page,
  .legal-document,
  .hsb-marketing-page,
  .hsb-admin-marketing,
  .hsb-admin-marketing-page
) :where(h1, h2, h3, h4, h5, h6, .text-white, .text-light) {
  color: var(--hsb-context-text) !important;
  text-shadow: none !important;
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-home-section,
  .hsb-schedule-search-results,
  .hsb-place-search-results,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-panel-page,
  .hsb-profile-page,
  .hsb-place-view,
  .hsb-schedule-page,
  .hsb-about-page,
  .legal-document,
  .hsb-marketing-page,
  .hsb-admin-marketing,
  .hsb-admin-marketing-page
) :where(p, li, label, small, .text-muted, .text-secondary, .text-white-50, .fc-2) {
  color: var(--hsb-context-muted) !important;
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-home-section,
  .hsb-schedule-search-results,
  .hsb-place-search-results,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-panel-page,
  .hsb-profile-page,
  .hsb-place-view,
  .hsb-schedule-page,
  .hsb-about-page,
  .legal-document,
  .hsb-marketing-page,
  .hsb-admin-marketing,
  .hsb-admin-marketing-page
) :where(a:not(.btn), .fc-1, .text-warning) {
  color: var(--hsb-context-accent) !important;
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-home-section
) :where(input:not(.bg-black):not(.bg-dark), select:not(.bg-black):not(.bg-dark), textarea:not(.bg-black):not(.bg-dark)) {
  color: var(--hsb-context-text) !important;
  border-color: rgba(28, 26, 23, .18) !important;
  background-color: rgba(255, 255, 255, .84) !important;
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-home-section
) :where(input, textarea)::placeholder {
  color: var(--hsb-context-subtle) !important;
}

body.hsb-page-surface-light :where(
  .hsb-home-hero,
  .hsb-explore-header-wrap .hsb-explore-head,
  .drawer,
  .modal,
  .modal-content,
  .hsb-dd,
  .uk-dropdown,
  .hsb-bottom-sheet,
  .comments-sheet,
  .comments-overlay,
  .hsb-slide-shell,
  .bg-black,
  .bg-dark
) {
  --hsb-context-text: rgba(255, 255, 255, .92);
  --hsb-context-muted: rgba(255, 255, 255, .68);
  --hsb-context-subtle: rgba(255, 255, 255, .54);
  --hsb-context-accent: #f5d574;
  --hsb-context-link: #f5d574;
  color: var(--hsb-context-text);
}

body.hsb-page-surface-light :where(
  .hsb-home-hero,
  .hsb-explore-header-wrap .hsb-explore-head,
  .drawer,
  .modal,
  .modal-content,
  .hsb-dd,
  .uk-dropdown,
  .hsb-bottom-sheet,
  .comments-sheet,
  .comments-overlay,
  .hsb-slide-shell,
  .bg-black,
  .bg-dark
) :where(h1, h2, h3, h4, h5, h6, .text-white, .text-light, .fc-1) {
  color: var(--hsb-context-text) !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .32) !important;
}

body.hsb-page-surface-light :where(
  .hsb-home-hero,
  .hsb-explore-header-wrap .hsb-explore-head,
  .drawer,
  .modal,
  .modal-content,
  .hsb-dd,
  .uk-dropdown,
  .hsb-bottom-sheet,
  .comments-sheet,
  .comments-overlay,
  .hsb-slide-shell,
  .bg-black,
  .bg-dark
) :where(p, li, label, small, .text-muted, .text-secondary, .text-white-50, .fc-2) {
  color: var(--hsb-context-muted) !important;
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-home-section,
  .hsb-explore-header-wrap,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-panel-page,
  .hsb-profile-page,
  .hsb-place-view,
  .hsb-schedule-page,
  .hsb-about-page,
  .legal-document,
  .hsb-marketing-page,
  .hsb-admin-marketing,
  .hsb-admin-marketing-page
) {
  color: var(--hsb-light-text);
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-home-section,
  .hsb-explore-header-wrap,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-panel-page,
  .hsb-profile-page,
  .hsb-place-view,
  .hsb-schedule-page,
  .hsb-marketing-page,
  .hsb-admin-marketing,
  .hsb-admin-marketing-page
) :where(h1, h2, h3, h4, h5, h6) {
  color: var(--hsb-light-text);
  letter-spacing: 0;
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-home-section,
  .hsb-explore-header-wrap,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-panel-page,
  .hsb-profile-page,
  .hsb-place-view,
  .hsb-schedule-page,
  .hsb-admin-marketing,
  .hsb-admin-marketing-page
) :where(p, small, .fc-2, .text-white-50, .text-muted) {
  color: var(--hsb-light-muted) !important;
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-home-section,
  .hsb-explore-header-wrap,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-panel-page,
  .hsb-profile-page,
  .hsb-place-view,
  .hsb-schedule-page,
  .hsb-admin-marketing,
  .hsb-admin-marketing-page
) :where(.fc-1, .text-warning, .hsb-explore-country) {
  color: var(--hsb-light-gold) !important;
}

body.hsb-page-surface-light :where(
  .hsb-home-section,
  .hsb-explore-header-wrap,
  .pub-hero,
  .hsb-place-hero-card,
  .hsb-place-info-grid,
  .hsb-place-rent-panel,
  .hsb-place-activities-section,
  #profileSection.hsb-profile-modern,
  .hsb-schedule-view-shell,
  .hsb-schedule-main-panel,
  .hsb-publication-detail-wrap,
  .hsb-related-publications,
  .hsb-admin-marketing-card,
  .hsb-glass,
  .hsb-home-loading-card
) {
  border: 1px solid var(--hsb-light-border);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .72)),
    var(--hsb-light-card);
  box-shadow: var(--hsb-light-shadow-soft);
}

body.hsb-page-surface-light .hsb-explore-header-wrap {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .10) 28%, transparent 100%),
    radial-gradient(circle at 50% 0%, rgba(242, 194, 61, .16), transparent 46%);
  border-bottom: 0 !important;
  box-shadow: none !important;
}

body.hsb-page-surface-light .hsb-explore-header-wrap .hsb-explore-head {
  width: min(620px, calc(100% - 24px));
  padding: 7px 11px;
  border: 1px solid rgba(242, 194, 61, .22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 0%, rgba(242, 194, 61, .18), transparent 36%),
    linear-gradient(145deg, rgba(13, 12, 10, .94), rgba(36, 31, 22, .86));
  box-shadow: 0 18px 46px rgba(17, 16, 14, .22), inset 0 1px 0 rgba(255, 255, 255, .11);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

body.hsb-page-surface-light .hsb-home-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .12)),
    var(--hsb-home-hero-bg, transparent);
  box-shadow: var(--hsb-light-shadow);
}

body.hsb-page-surface-light .hsb-home-hero :where(.hsb-title, .hsb-subtitle, .hsb-hero-signals span) {
  color: rgba(255, 255, 255, .92) !important;
}

body.hsb-page-surface-light .hsb-home-section,
body.hsb-page-surface-light .pub-hero {
  padding: 18px;
}

body.hsb-page-surface-light :where(.hsb-section-eyebrow, .hsb-home-publications__eyebrow, .hsb-admin-marketing-kicker) {
  color: #8b6410 !important;
  border-color: rgba(195, 142, 25, .28) !important;
  background: rgba(242, 194, 61, .14) !important;
}

body.hsb-page-surface-light :where(.hsb-section-heading h2, .hsb-home-publications__head h3) {
  color: var(--hsb-light-text) !important;
  text-shadow: none !important;
}

body.hsb-page-surface-light .nav-tabs {
  border-color: rgba(28, 26, 23, .10);
}

body.hsb-page-surface-light .nav-tabs .nav-link {
  color: var(--hsb-light-muted);
  border: 1px solid transparent;
  border-radius: 999px;
}

body.hsb-page-surface-light .nav-tabs .nav-link.active {
  color: #171614;
  border-color: var(--hsb-light-border-strong);
  background: linear-gradient(180deg, rgba(242, 194, 61, .24), rgba(242, 194, 61, .12));
}

body.hsb-page-surface-light .hsb-explore-country-label {
  color: rgba(255, 255, 255, .78) !important;
}

body.hsb-page-surface-light .hsb-explore-country-label i,
body.hsb-page-surface-light .hsb-filter-trigger i,
body.hsb-page-surface-light .hsb-filter-summary-chip i {
  color: var(--hsb-light-gold) !important;
}

body.hsb-page-surface-light .hsb-filter-trigger {
  color: #f5d574 !important;
  border-color: rgba(242, 194, 61, .24) !important;
  background: rgba(255, 255, 255, .055) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

body.hsb-page-surface-light .hsb-filter-trigger:hover,
body.hsb-page-surface-light .hsb-filter-trigger:focus {
  color: #fff4c2 !important;
  border-color: rgba(242, 194, 61, .42) !important;
  background: rgba(242, 194, 61, .12) !important;
}

body.hsb-page-surface-light .hsb-filter-summary-chip {
  color: var(--hsb-light-text) !important;
  border-color: rgba(195, 142, 25, .18) !important;
  background: rgba(255, 255, 255, .72) !important;
}

body.hsb-page-surface-light .hsb-panel-page {
  --hsb-bg: transparent;
  --hsb-panel: rgba(255, 255, 255, .86);
  --hsb-panel-2: rgba(255, 255, 255, .72);
  --hsb-border: rgba(28, 26, 23, .10);
  --hsb-border-2: rgba(195, 142, 25, .24);
  --hsb-text: #171614;
  --hsb-text-dim: #625c52;
  --hsb-gold: #c89219;
  --hsb-gold-soft: rgba(242, 194, 61, .18);
  --hsb-gold-line: rgba(195, 142, 25, .34);
}

body.hsb-page-surface-light .hsb-panel-page .hsb-tabs-subbar {
  top: calc(56px + env(safe-area-inset-top, 0px)) !important;
  left: 50% !important;
  right: auto !important;
  width: min(920px, calc(100% - 24px)) !important;
  margin-top: 8px !important;
  transform: translateX(-50%);
  z-index: 1028;
  gap: 8px;
  padding: 7px 10px !important;
  border: 1px solid rgba(242, 194, 61, .22) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(242, 194, 61, .18), transparent 32%),
    linear-gradient(135deg, rgba(18, 18, 17, .96), rgba(35, 32, 27, .90) 54%, rgba(16, 16, 15, .96)) !important;
  box-shadow:
    0 18px 44px rgba(17, 16, 14, .18),
    0 1px 0 rgba(255, 255, 255, .10) inset;
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

body.hsb-page-surface-light .hsb-panel-page .hsb-tabs-subbar::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: -10px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(195, 142, 25, .42), transparent);
  pointer-events: none;
}

body.hsb-page-surface-light .hsb-panel-page .hsb-subbar-tabs {
  gap: 5px;
}

body.hsb-page-surface-light .hsb-panel-page .hsb-tab-icon {
  color: rgba(255, 255, 255, .70) !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .045) !important;
  box-shadow: none !important;
}

body.hsb-page-surface-light .hsb-panel-page .hsb-tab-icon:hover,
body.hsb-page-surface-light .hsb-panel-page .hsb-tab-icon:focus {
  color: #fff7c8 !important;
  border-color: rgba(242, 194, 61, .22) !important;
  background: rgba(242, 194, 61, .12) !important;
  transform: translateY(-1px);
}

body.hsb-page-surface-light .hsb-panel-page .nav-link-2.active.hsb-tab-icon {
  color: #fff4a3 !important;
  border-color: rgba(242, 194, 61, .28) !important;
  background: linear-gradient(180deg, rgba(242, 194, 61, .22), rgba(242, 194, 61, .10)) !important;
  box-shadow: inset 0 -2px 0 rgba(242, 194, 61, .56) !important;
}

body.hsb-page-surface-light .hsb-panel-page .hsb-subbar-create-btn {
  border-radius: 8px !important;
  color: #171614 !important;
  border-color: rgba(242, 194, 61, .38) !important;
  background: linear-gradient(180deg, #f2c23d, #d69d1c) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .22) !important;
}

body.hsb-page-surface-light :where(
  .hsb-panel-page,
  .hsb-place-search-results,
  .hsb-schedule-search-results,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-place-view,
  .hsb-schedule-page
) :where(.hsb-discovery-card, .hsb-place-activity-card, .hsb-home-publication-card, .hsb-shared-schedule-card) {
  border: 1px solid var(--hsb-light-border);
  border-radius: 8px;
  color: var(--hsb-light-text);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .78)),
    var(--hsb-light-card-strong);
  box-shadow: var(--hsb-light-shadow-soft);
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-panel-page,
  .hsb-place-search-results,
  .hsb-schedule-search-results,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-place-view,
  .hsb-schedule-page
) :where(.hsb-discovery-card, .hsb-place-activity-card, .hsb-shared-schedule-card) {
  gap: 16px;
  padding: 14px;
}

body.hsb-page-surface-light :where(.hsb-schedule-search-results, .hsb-place-search-results) {
  row-gap: 16px;
}

body.hsb-page-surface-light :where(.hsb-schedule-search-results, .hsb-place-search-results) > .item-container {
  padding: 8px 10px !important;
}

body.hsb-page-surface-light .hsb-discovery-card::before {
  display: none;
}

body.hsb-page-surface-light .hsb-discovery-media {
  border-color: rgba(195, 142, 25, .14) !important;
  border-radius: 8px;
}

body.hsb-page-surface-light .hsb-place-search-results .hsb-discovery-card--place {
  border: 1px solid var(--hsb-light-border) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .78)),
    var(--hsb-light-card-strong) !important;
  box-shadow: var(--hsb-light-shadow-soft) !important;
  overflow: hidden;
}

body.hsb-page-surface-light .hsb-place-search-results .hsb-discovery-card--place .hsb-discovery-media {
  border-radius: 8px 8px 0 0 !important;
}

body.hsb-page-surface-light .hsb-place-search-results .hsb-discovery-card--place .hsb-discovery-body {
  gap: 7px !important;
  padding: 13px 14px 15px !important;
}

body.hsb-page-surface-light .hsb-place-search-results .hsb-discovery-card--place .hsb-discovery-title {
  color: var(--hsb-light-text) !important;
  text-shadow: none !important;
}

body.hsb-page-surface-light .hsb-place-search-results .hsb-discovery-card--place .hsb-discovery-meta {
  color: var(--hsb-light-muted) !important;
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-panel-page,
  .hsb-place-search-results,
  .hsb-schedule-search-results,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-place-view,
  .hsb-schedule-page
) :where(.hsb-discovery-card, .hsb-place-activity-card, .hsb-home-publication-card, .hsb-shared-schedule-card):hover {
  border-color: var(--hsb-light-border-strong);
  box-shadow: var(--hsb-light-shadow);
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-panel-page,
  .hsb-place-search-results,
  .hsb-schedule-search-results,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-place-view,
  .hsb-schedule-page
) :where(.hsb-discovery-title, .hsb-thread-title, .pub-title) {
  color: var(--hsb-light-text) !important;
  text-shadow: none !important;
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-panel-page,
  .hsb-place-search-results,
  .hsb-schedule-search-results,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-place-view,
  .hsb-schedule-page
) :where(.hsb-discovery-meta, .hsb-thread-meta, .pub-subtitle) {
  color: var(--hsb-light-muted) !important;
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-panel-page,
  .hsb-place-search-results,
  .hsb-schedule-search-results,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-place-view,
  .hsb-schedule-page
) :where(.hsb-discovery-meta i, .hsb-discovery-kicker, .hsb-discovery-status) {
  color: var(--hsb-light-gold) !important;
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-panel-page,
  .hsb-place-search-results,
  .hsb-schedule-search-results,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-place-view,
  .hsb-schedule-page
) :where(.hsb-discovery-pill) {
  color: #6f4f09 !important;
  border-color: rgba(195, 142, 25, .24) !important;
  background: rgba(242, 194, 61, .16) !important;
}

body.hsb-page-surface-light :where(
  .hsb-home-shell,
  .hsb-panel-page,
  .hsb-place-search-results,
  .hsb-schedule-search-results,
  .pub-container,
  .hsb-publication-detail-page,
  .hsb-place-view,
  .hsb-schedule-page
) :where(.hsb-discovery-pill.is-rent, .hsb-discovery-status.is-rent, .hsb-pill--rent, .hsb-place-rent-badge, .hsb-rent-badge) {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .18) !important;
  background: linear-gradient(135deg, #ff4f8f, #dc245f) !important;
  box-shadow: 0 9px 20px rgba(220, 36, 95, .26) !important;
  text-shadow: 0 1px 1px rgba(70, 0, 26, .28) !important;
}

body.hsb-page-surface-light .hsb-home-shell .hsb-tab {
  color: var(--hsb-light-muted) !important;
  border: 1px solid rgba(28, 26, 23, .10) !important;
  background: rgba(255, 255, 255, .66) !important;
  box-shadow: 0 8px 20px rgba(17, 16, 14, .06);
}

body.hsb-page-surface-light .hsb-home-shell .hsb-tab.active {
  color: #171614 !important;
  border-color: rgba(195, 142, 25, .30) !important;
  background: linear-gradient(180deg, rgba(242, 194, 61, .34), rgba(242, 194, 61, .16)) !important;
}

body.hsb-page-surface-light .hsb-schedule-search-results :where(
  .hsb-schedule-search-details,
  .hsb-schedule-search-detail,
  .hsb-schedule-search-detail span,
  .hsb-schedule-search-separator
) {
  color: var(--hsb-light-muted) !important;
}

body.hsb-page-surface-light .hsb-schedule-search-results .hsb-schedule-search-detail i {
  color: var(--hsb-light-accent-text) !important;
}

body.hsb-page-surface-light .pub-container :where(
  .hsb-thread-body,
  .hsb-thread-head,
  .hsb-thread-author-line,
  .hsb-thread-author,
  .js-publication-text-slot,
  .publication-text-wrapper,
  .hsb-thread-actions,
  .hsb-thread-action,
  .hsb-thread-action span
) {
  color: var(--hsb-light-text) !important;
  text-shadow: none !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) :where(#publications, #myPublications, #connectionInterestPublications) {
  gap: 16px;
  padding-inline: 0;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-post {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  margin: 0;
  padding: 18px !important;
  border: 1px solid rgba(28, 26, 23, .09) !important;
  border-radius: 8px !important;
  color: var(--hsb-light-text) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(242, 194, 61, .13), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(255, 255, 255, .80)) !important;
  box-shadow: 0 16px 40px rgba(17, 16, 14, .08) !important;
  overflow: hidden;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-post::before {
  display: none !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-post:first-child {
  border-top: 1px solid rgba(28, 26, 23, .09) !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-rail {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  min-width: 0;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-rail::after {
  display: none !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-avatar {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: 1px solid rgba(195, 142, 25, .36) !important;
  background:
    radial-gradient(circle at 32% 20%, rgba(242, 194, 61, .24), transparent 34%),
    linear-gradient(145deg, #201b12, #080808 72%) !important;
  color: #f7d880 !important;
  box-shadow: 0 10px 22px rgba(17, 16, 14, .16) !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-head {
  min-height: 35px !important;
  padding-left: 58px;
  align-items: center !important;
  gap: 12px;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-post.is-time-hidden .hsb-thread-head {
  min-height: 35px !important;
  align-items: center !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-post.is-time-hidden .hsb-thread-author-line {
  min-height: 0 !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-post.is-time-hidden .hsb-thread-menu {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  margin-top: 0 !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-author-line {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-author {
  color: var(--hsb-light-text) !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.12;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-author:hover,
body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-title:hover {
  color: var(--hsb-light-accent-text) !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-time {
  color: var(--hsb-light-subtle) !important;
  font-size: 12px;
  font-weight: 700;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-menu {
  width: 34px;
  height: 34px;
  min-width: 34px;
  color: var(--hsb-light-muted) !important;
  border: 1px solid rgba(28, 26, 23, .08) !important;
  background: rgba(255, 255, 255, .68) !important;
  box-shadow: 0 8px 18px rgba(17, 16, 14, .07) !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-menu:hover,
body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-menu:focus {
  color: var(--hsb-light-text) !important;
  border-color: rgba(195, 142, 25, .22) !important;
  background: rgba(242, 194, 61, .15) !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-kicker-row {
  margin-top: 2px;
  gap: 7px;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) :where(.hsb-thread-type, .hsb-thread-date, .hsb-thread-connection-badge) {
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  box-shadow: none !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) :where(.hsb-thread-type, .hsb-thread-connection-badge) {
  color: var(--hsb-light-accent-text) !important;
  border: 1px solid rgba(195, 142, 25, .23) !important;
  background: rgba(242, 194, 61, .15) !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-date {
  color: var(--hsb-light-muted) !important;
  border: 1px solid rgba(28, 26, 23, .08) !important;
  background: rgba(255, 255, 255, .62) !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-title {
  color: var(--hsb-light-text) !important;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
  text-shadow: none !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-text,
body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .publication-text {
  color: var(--hsb-light-muted) !important;
  font-size: 14px;
  line-height: 1.46;
  text-shadow: none !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) :where(.hsb-thread-location, .hsb-publication-meta, .hsb-connection-meta) {
  color: var(--hsb-light-muted) !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) :where(.hsb-publication-location-icon, .hsb-connection-meta-icon) {
  color: var(--hsb-light-gold) !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .js-publication-media-slot {
  min-width: 0;
  margin-top: 2px;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) :where(.hsb-thread-media-link, .hsb-publication-carousel) {
  margin-top: 0 !important;
  border: 1px solid rgba(28, 26, 23, .08) !important;
  border-radius: 8px !important;
  background: #101010 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05) !important;
  overflow: hidden;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-publication-carousel-item {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-media,
body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-publication-carousel-item img {
  display: block;
  max-width: 100%;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-shared-schedule-card {
  border: 1px solid rgba(28, 26, 23, .08) !important;
  border-left-color: rgba(195, 142, 25, .32) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(242, 194, 61, .08)) !important;
  box-shadow: 0 8px 22px rgba(17, 16, 14, .06) !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-shared-schedule-title-row strong {
  color: var(--hsb-light-text) !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-actions {
  margin: 2px -18px -18px;
  padding: 10px 14px;
  gap: 8px;
  justify-content: stretch;
  border-top: 1px solid rgba(28, 26, 23, .07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .38), rgba(242, 194, 61, .07));
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-action {
  flex: 1 1 0;
  justify-content: center;
  min-width: 0;
  min-height: 36px;
  padding: 0 10px;
  gap: 7px;
  border: 1px solid rgba(28, 26, 23, .07) !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, .50) !important;
  color: var(--hsb-light-muted) !important;
  font-size: 13px;
  font-weight: 850;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-action i,
body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-share-icon {
  color: var(--hsb-light-subtle) !important;
  filter: none !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-action:hover,
body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-action:focus {
  color: var(--hsb-light-text) !important;
  border-color: rgba(195, 142, 25, .18) !important;
  background: rgba(242, 194, 61, .13) !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-action:hover i,
body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-action:focus i {
  color: var(--hsb-light-accent-text) !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-action.fc-1,
body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-action.btn-like.fc-1 {
  color: #b71956 !important;
  border-color: rgba(233, 30, 99, .14) !important;
  background: rgba(233, 30, 99, .08) !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-action.fc-1 i,
body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-action.btn-like.fc-1 i {
  color: #d81b60 !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-post .hsb-connection-view {
  border: 1px solid rgba(28, 26, 23, .08) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .62) !important;
  box-shadow: none !important;
}

body.hsb-page-surface-light :where(.pub-container, .hsb-publication-detail-page) .hsb-thread-post .hsb-connection-view::before {
  display: none !important;
}

body.hsb-page-surface-light .pub-container .pub-title,
body.hsb-page-surface-light .pub-container .pub-title span {
  color: var(--hsb-light-text) !important;
  text-shadow: none !important;
}

body.hsb-page-surface-light .pub-container :where(
  .hsb-thread-date,
  .hsb-thread-meta,
  .hsb-thread-kicker-row,
  .hsb-publication-location,
  .hsb-publication-location-body,
  .hsb-publication-location-text,
  .hsb-connection-meta-line,
  .hsb-connection-meta-values,
  .hsb-shared-schedule-meta
) {
  color: var(--hsb-light-muted) !important;
  text-shadow: none !important;
}

body.hsb-page-surface-light .pub-container :where(.hsb-thread-type, .hsb-thread-connection-badge) {
  color: var(--hsb-light-accent-text) !important;
  border-color: rgba(195, 142, 25, .24) !important;
  background: rgba(242, 194, 61, .16) !important;
}

body.hsb-page-surface-light .pub-container .hsb-connection-state.is-active {
  color: #145b2a !important;
  border-color: rgba(72, 157, 94, .22) !important;
  background: rgba(72, 217, 137, .16) !important;
}

body.hsb-page-surface-light .pub-container :where(.publication-toggle, .hsb-thread-toggle) {
  color: var(--hsb-light-accent-text) !important;
}

body.hsb-page-surface-light .pub-container .hsb-thread-menu {
  color: var(--hsb-light-muted) !important;
  border: 1px solid rgba(28, 26, 23, .10) !important;
  background: rgba(255, 255, 255, .70) !important;
  box-shadow: 0 8px 20px rgba(17, 16, 14, .08) !important;
}

body.hsb-page-surface-light .pub-container .hsb-thread-menu:hover,
body.hsb-page-surface-light .pub-container .hsb-thread-menu:focus {
  color: var(--hsb-light-text) !important;
  border-color: rgba(195, 142, 25, .22) !important;
  background: rgba(242, 194, 61, .16) !important;
}

body.hsb-page-surface-light .pub-container :where(.btn-6, .btn-connection-interest, .js-connection-interest-label) {
  color: var(--hsb-light-text) !important;
  text-shadow: none !important;
}

body.hsb-page-surface-light .hsb-bottom :where(p, small, span, .text-light, .text-white, .text-white-50, .fc-2) {
  color: var(--hsb-light-muted) !important;
  text-shadow: none !important;
}

body.hsb-page-surface-light .hsb-bottom :where(.btn-light.text-primary, .btn-light.text-primary > span, .btn-light .text-primary) {
  color: #064fc0 !important;
}

body.hsb-page-surface-light .hsb-bottom :where(.btn-light.text-danger, .btn-light.text-danger > span:not(.bg-danger), .btn-light .text-danger) {
  color: #b3261e !important;
}

body.hsb-page-surface-light .hsb-bottom .btn-light.text-danger > .bg-danger {
  color: #fff !important;
  background-color: #b3261e !important;
}

body.hsb-page-surface-light #profileSection.hsb-profile-modern {
  --profile-surface: rgba(255, 255, 255, .86);
  --profile-surface-2: rgba(255, 255, 255, .72);
  --profile-line: rgba(28, 26, 23, .10);
  --profile-text: #171614;
  --profile-muted: #625c52;
  --profile-gold: #c89219;
  --profile-gold-soft: rgba(242, 194, 61, .18);
  --profile-gold-border: rgba(195, 142, 25, .24);
}

body.hsb-page-surface-light #profileSection.hsb-profile-modern :where(.text-white, .text-light, #myUserNick, #presentation) {
  color: var(--hsb-light-text) !important;
}

body.hsb-page-surface-light #profileSection.hsb-profile-modern :where(.genreName, .levelItems, .optionName, .hsb-profile-location) {
  color: var(--hsb-light-muted) !important;
}

body.hsb-page-surface-light .hsb-place-title,
body.hsb-page-surface-light .hsb-place-activities-title,
body.hsb-page-surface-light .hsb-schedule-page :where(.text-white, .text-light) {
  color: var(--hsb-light-text) !important;
}

body.hsb-page-surface-light .hsb-place-location-text,
body.hsb-page-surface-light .hsb-schedule-page :where(.fc-2, .text-white-50) {
  color: var(--hsb-light-muted) !important;
}

body.hsb-page-surface-light .hsb-place-rent-panel,
body.hsb-page-surface-light .hsb-schedule-main-panel {
  color: var(--hsb-light-text);
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-rent-panel {
  border: 1px solid rgba(195, 142, 25, .18) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(242, 194, 61, .18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .76)) !important;
  box-shadow: var(--hsb-light-shadow-soft) !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-rent-contact {
  border: 1px solid rgba(242, 194, 61, .20) !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(242, 194, 61, .16), transparent 34%),
    linear-gradient(135deg, rgba(18, 18, 17, .96), rgba(36, 32, 24, .92)) !important;
  box-shadow: 0 14px 28px rgba(17, 16, 14, .14) !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-rent-contact h5 {
  color: #56d978 !important;
  text-shadow: none !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-rent-description {
  color: var(--hsb-light-muted) !important;
  font-size: 15px;
  line-height: 1.48;
  text-shadow: none !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-head {
  align-items: center;
  margin-top: 16px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(195, 142, 25, .18) !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-head h6 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 !important;
  color: #76530c !important;
  font-size: 11px !important;
  font-weight: 950;
  letter-spacing: .08em;
  text-shadow: none !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-head h6::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f2c23d, #d69d1c);
  box-shadow: 0 0 0 5px rgba(242, 194, 61, .16);
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-head button {
  color: var(--hsb-light-accent-text) !important;
  border: 1px solid rgba(195, 142, 25, .18) !important;
  border-radius: 999px !important;
  background: rgba(242, 194, 61, .12) !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list {
  display: grid;
  gap: 10px;
  margin-top: 12px !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-view-item {
  padding: 0 !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-modal-item {
  position: relative;
  padding: 12px 12px 12px 14px !important;
  border: 1px solid rgba(28, 26, 23, .08) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(90deg, rgba(242, 194, 61, .12), transparent 42%),
    rgba(255, 255, 255, .82) !important;
  box-shadow: 0 10px 24px rgba(17, 16, 14, .065) !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-card {
  padding: 10px 12px !important;
  border-color: rgba(28, 26, 23, .075) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .78)),
    #f8f7f4 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .62) !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-modal-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f2c23d, #d69d1c);
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-card::before {
  display: none;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-modal-item > .d-flex {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  align-items: start !important;
  justify-content: start !important;
  gap: 8px !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-body {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center !important;
  justify-content: stretch !important;
  gap: 10px !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-time-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 0;
  align-self: center;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-chip {
  min-height: 34px;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  color: var(--hsb-light-muted) !important;
  border: 1px solid rgba(28, 26, 23, .08) !important;
  background: rgba(255, 255, 255, .70) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-card .hsb-chip {
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-chip:first-of-type {
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--hsb-light-muted) !important;
  font-weight: 800;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-chip i {
  color: var(--hsb-light-gold) !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-day {
  max-width: 100%;
  padding: 3px 8px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: rgba(28, 26, 23, .035) !important;
  color: #171614 !important;
  font-size: 11.8px;
  font-weight: 620;
  justify-content: flex-start;
  text-align: left;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-time {
  justify-self: start;
  width: auto;
  color: #171614 !important;
  font-size: 16px;
  font-weight: 700;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-day span,
body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-time span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-action {
  width: auto;
  min-width: 86px;
  min-height: 38px;
  padding: 6px 9px !important;
  border-radius: 7px !important;
  color: #151009 !important;
  background: linear-gradient(180deg, #ffe58f 0%, #f2bd24 100%) !important;
  border: 1px solid rgba(255, 232, 138, .58) !important;
  box-shadow: 0 10px 22px rgba(242, 189, 36, .18), inset 0 1px 0 rgba(255, 255, 255, .36) !important;
  font-size: 10.2px;
  font-weight: 650;
  align-self: center;
  margin: 0 !important;
  white-space: nowrap;
}

@media (max-width: 330px) {
  body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-body {
    grid-template-columns: minmax(0, 1fr);
    align-items: start !important;
  }

  body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-head {
    align-items: flex-start;
    gap: 6px;
  }

  body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-day {
    max-width: 100%;
    justify-content: flex-start;
    text-align: left;
  }

  body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-time-row {
    align-items: start !important;
    gap: 10px !important;
  }

  body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-rent-schedule-action {
    align-self: center;
    margin-top: 2px !important;
  }
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-chip:first-of-type i {
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(195, 142, 25, .20);
  border-radius: 999px;
  background: rgba(242, 194, 61, .14);
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-chip span {
  color: inherit !important;
  line-height: 1.15;
  text-shadow: none !important;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .hsb-chip:last-of-type {
  color: #171614 !important;
  border-color: rgba(195, 142, 25, .24) !important;
  background: linear-gradient(180deg, rgba(242, 194, 61, .26), rgba(242, 194, 61, .13)) !important;
  font-weight: 900;
  width: fit-content;
}

body.hsb-page-surface-light .hsb-place-view .hsb-place-availability-list .js-request-place-availability {
  min-height: 34px;
  border-radius: 999px !important;
  color: #171614 !important;
  background: linear-gradient(180deg, #f2c23d, #d69d1c) !important;
  box-shadow: 0 9px 18px rgba(195, 142, 25, .18) !important;
}

body.hsb-page-surface-light .pub-divider {
  background: linear-gradient(90deg, transparent, rgba(195, 142, 25, .42), transparent);
}

body.hsb-page-surface-light .hsb-admin-marketing-card-head {
  border-color: rgba(28, 26, 23, .10);
}

body.hsb-page-surface-light .hsb-admin-marketing-card h2,
body.hsb-page-surface-light .hsb-admin-marketing-title {
  color: var(--hsb-light-text);
}

body.hsb-page-surface-light .hsb-admin-marketing-subtitle,
body.hsb-page-surface-light .hsb-admin-marketing-card p {
  color: var(--hsb-light-muted);
}

body.hsb-page-surface-light .hsb-bottom {
  background: linear-gradient(180deg, rgba(247, 247, 245, 0), rgba(247, 247, 245, .94));
}

body.hsb-page-surface-light .hsb-bottom .bg-ts-2 {
  border-top: 1px solid rgba(28, 26, 23, .08);
  background: rgba(255, 255, 255, .86) !important;
  box-shadow: 0 -12px 34px rgba(17, 16, 14, .08);
}

@media (max-width: 760px) {
  body.hsb-page-surface-light .hsb-home-section,
  body.hsb-page-surface-light .pub-hero {
    padding: 14px;
  }

  body.hsb-page-surface-light .hsb-explore-header-wrap .hsb-explore-head {
    width: calc(100% - 24px);
    border-radius: 18px;
  }

  body.hsb-page-surface-light .hsb-panel-page .hsb-tabs-subbar {
    width: calc(100% - 16px) !important;
    padding: 6px 7px !important;
    border-radius: 14px !important;
  }

  body.hsb-page-surface-light :where(
    .hsb-panel-page,
    .hsb-place-search-results,
    .hsb-schedule-search-results,
    .pub-container,
    .hsb-publication-detail-page,
    .hsb-place-view,
    .hsb-schedule-page
  ) :where(.hsb-discovery-card, .hsb-place-activity-card, .hsb-shared-schedule-card) {
    gap: 12px;
    padding: 10px;
    border-radius: 8px;
  }

  body.hsb-page-surface-light .hsb-place-search-results .hsb-discovery-card--place {
    padding: 0 !important;
  }

  body.hsb-page-surface-light :where(.hsb-schedule-search-results, .hsb-place-search-results) {
    row-gap: 14px;
  }
}
