@charset "UTF-8";
@font-face {
  font-family: "Acumin Pro Condensed";
  src: url("../fonts/9d98f534f006d8c613a5dc3ace7fe507.eot");
  src: url("../fonts/9d98f534f006d8c613a5dc3ace7fe507.eot?#iefix") format("embedded-opentype"), url("../fonts/9d98f534f006d8c613a5dc3ace7fe507.woff") format("woff"), url("../fonts/9d98f534f006d8c613a5dc3ace7fe507.woff2") format("woff2"), url("../fonts/9d98f534f006d8c613a5dc3ace7fe507.ttf") format("truetype"), url("../fonts/9d98f534f006d8c613a5dc3ace7fe507.svg#Acumin Pro Condensed") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro ExtraCondensed";
  src: url("../fonts/AcuminProExtraCond-Regular.eot");
  src: url("../fonts/AcuminProExtraCond-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AcuminProExtraCond-Regular.woff2") format("woff2"), url("../fonts/AcuminProExtraCond-Regular.woff") format("woff"), url("../fonts/AcuminProExtraCond-Regular.ttf") format("truetype"), url("../fonts/AcuminProExtraCond-Regular.svg#AcuminProExtraCond-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 3rem;
}
@media (min-width: 0) and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    margin-bottom: 2.1rem;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.1;
}
@media (min-width: 0) and (max-width: 767px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 0) and (max-width: 767px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (min-width: 0) and (max-width: 767px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.125rem;
}
@media (min-width: 0) and (max-width: 600px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 1.1rem;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 600px) {
  p {
    font-size: 15px;
  }
}

img {
  height: auto;
  max-width: 100%;
}

.dark-bg {
  background-color: #21201e;
}

body {
  overflow-x: hidden;
}

body:not(.front) {
  padding-top: 63px;
}
@media (min-width: 768px) {
  body:not(.front) {
    padding-top: 96px;
  }
}
body:not(.front).toolbar-horizontal, body:not(.front).toolbar-vertical {
  padding-top: 102px !important;
}
@media (min-width: 768px) {
  body:not(.front).toolbar-horizontal, body:not(.front).toolbar-vertical {
    padding-top: 135px !important;
  }
}
body:not(.front).toolbar-horizontal.toolbar-tray-open, body:not(.front).toolbar-vertical.toolbar-tray-open {
  padding-top: 142px !important;
}
@media (min-width: 768px) {
  body:not(.front).toolbar-horizontal.toolbar-tray-open, body:not(.front).toolbar-vertical.toolbar-tray-open {
    padding-top: 175px !important;
  }
}
body:not(.front).header-hidden {
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  body:not(.front).header-hidden {
    padding-top: 0 !important;
  }
}

.header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  height: 63px;
  left: 0;
  padding: 12px 21px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media (min-width: 768px) {
  .header {
    height: 96px;
    padding: 24px 21px;
  }
}
body.toolbar-horizontal .header, body.toolbar-vertical .header {
  top: 39px;
}
body.toolbar-horizontal.toolbar-tray-open .header {
  top: 79px;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  max-width: 142px;
  position: relative;
}
@media (min-width: 1024px) {
  .header__logo {
    max-width: 210px;
  }
}
.header__logo-img {
  display: block;
  width: 100%;
  height: auto;
}
.header__logo-img--default {
  display: block;
}
.header__logo-img--white {
  display: none;
}
.header__logo-text {
  display: block;
  color: #000;
  font-size: 11px;
  text-align: right;
}
.header__menu {
  display: flex;
  list-style: none;
  gap: 1rem;
  margin-bottom: 0;
}
.header__menu .menu-icon {
  display: none;
}
.header__menu-item a {
  color: #21201e;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  transition: color 0.3s;
}
.header__menu-item--user-link {
  display: none;
}
.header__auth {
  display: flex;
  gap: 1rem;
}
.header__auth-btn {
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s;
}
@media (min-width: 1440px) {
  .header__auth-btn {
    padding: 0.5rem 1rem;
    border: 1px solid #d32f2f;
    background: #d32f2f;
    color: #fff !important;
    border-radius: 9px;
  }
  .header__auth-btn:hover {
    background: #21201e;
    border-color: #21201e;
    color: #fff !important;
  }
}
@media (min-width: 1440px) {
  .header__auth-btn--user {
    background: none;
    color: #21201e !important;
    border-color: #21201e;
  }
}
.header__user-photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.header__search {
  flex: 1;
  max-width: 900px;
  margin: 0 2.25rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .header__search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
    margin: 0;
    max-width: none;
    display: block;
    padding: 0;
  }
  .header__search.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.header__search-close {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  .header__search-close {
    display: block;
    position: absolute;
    top: 0;
    right: 1rem;
    z-index: 1001;
    font-size: 1.5rem;
  }
  .header__search-close a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 2rem;
    color: #333;
    text-decoration: none;
  }
}
.header__actions {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .header__search.is-active ~ .header__actions {
    display: none;
  }
}
.header--transparent {
  background: transparent;
  border: none;
  /*
  @include breakpoint(mobile) {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  */
}
@media (min-width: 1440px) {
  .header--transparent .header__auth-btn--user {
    background: none;
    color: #fff !important;
    border-color: #fff;
  }
}
.header--transparent .header__menu-item a {
  color: #fff;
}
.header--transparent .header__logo-img--default {
  display: none;
}
.header--transparent .header__logo-img--white {
  display: block;
}

body.toolbar-horizontal .header__search,
body.toolbar-vertical .header__search {
  top: 39px;
}

.mobile-menu-toggle,
.search-toggle {
  display: none;
  background: none;
  border: none;
  color: #444;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1001;
  position: relative;
  transition: color 0.3s;
}
.header--transparent .mobile-menu-toggle,
.header--transparent .search-toggle {
  color: #fff;
}
.header--transparent .mobile-menu-toggle.is-open,
.header--transparent .search-toggle.is-open {
  color: #21201e;
}

@media (min-width: 0) and (max-width: 1439px) {
  .mobile-menu-toggle {
    display: block;
  }
}

@media (min-width: 0) and (max-width: 1439px) {
  .mobile-menu-toggle {
    display: block;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .search-toggle {
    display: block;
    margin-right: 1rem;
  }
  .hero .search-toggle {
    margin-right: 0;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  body.search-open {
    overflow: hidden;
  }
}

.footer {
  padding: 3rem 0 1rem;
  color: #fff;
}
.footer__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer__logo {
  display: block;
  margin-bottom: 18px;
}
.footer__logo img {
  max-width: 100%;
}
.footer__logo-text {
  text-align: right;
  display: block;
  font-size: 11px;
}
.footer__section-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.footer__links {
  list-style: none;
  padding-left: 0;
}
.footer__links li {
  margin-bottom: 0;
}
.footer__links a {
  color: #ddd;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s;
}
.footer__links a:hover {
  color: #fff;
}
.footer__bottom {
  border-top: 1px solid #333;
  padding-top: 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: #ccc;
}
.footer__bottom a {
  color: #ccc;
}
.footer__bottom a:hover {
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.text-center {
  text-align: center;
}

.mt-4 {
  margin-top: 2rem;
}

@media (min-width: 0) and (max-width: 1439px) {
  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 80%;
    max-width: 300px;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 3rem 1.5rem;
    margin: 0;
    z-index: 1000;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  }
  .header__menu.is-open {
    transform: translateX(0);
  }
  .menu-icon {
    display: inline-block !important;
    width: 1.25em;
    margin-right: 0.5rem;
    text-align: center;
  }
  .header__menu-item--user-dropdown {
    display: none;
  }
  .header__menu-item--user-link {
    display: list-item;
  }
  .header__menu-item {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /*
    &:last-child {
      border-bottom: none;
      margin-top: auto;
    }
    */
  }
  .header__menu-item a {
    display: block;
    color: #21201e !important;
  }
  .dropdown {
    position: static;
  }
  .dropdown-toggle {
    padding-right: 1.5rem;
  }
  .dropdown-toggle::after {
    transition: transform 0.25s ease;
  }
  .dropdown-toggle[aria-expanded=true]::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .dropdown-menu {
    position: static !important;
    transform: none !important;
    float: none;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    min-width: 0;
    padding: 0 !important;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, visibility 0s 0.3s;
    display: block !important;
    visibility: hidden;
  }
  .dropdown-menu.show {
    max-height: 500px;
    visibility: visible;
    transition: max-height 0.3s ease, visibility 0s 0s;
  }
  .dropdown-item {
    padding: 0;
  }
  .dropdown-item a {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 1rem;
    padding: 0.4rem 0;
  }
  .dropdown-item a:hover {
    color: #fff !important;
    background: none;
  }
}
@media (min-width: 0) and (max-width: 1439px) and (min-width: 0) and (max-width: 1439px) {
  .dropdown-item a {
    color: #21201e !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
  }
  .dropdown-item a:hover {
    color: #21201e !important;
  }
}
@media (min-width: 0) and (max-width: 1439px) {
  .dropdown--user .dropdown-toggle {
    padding-right: 0;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
  }
  .dropdown--user .dropdown-toggle::after {
    display: none;
  }
  .dropdown--user .dropdown-toggle i {
    color: #fff;
  }
  .dropdown--user .dropdown-menu {
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .dropdown--user .dropdown-item a i {
    color: rgba(255, 255, 255, 0.7);
  }
  body.mobile-menu-open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 11;
  }
}
.bg-black-checker {
  background: url(../images/bgs/black-checker-bg.svg) 0 100%/cover no-repeat;
}

.bg-red-checker {
  background: url(../images/bgs/red-checker-bg.svg) 0 100%/cover no-repeat;
}

.bg-blue-checker {
  background: url(../images/bgs/blue-checker-bg.jpg) 0 100%/cover no-repeat;
}

.bg-green-checker {
  background: url(../images/bgs/green-checker-bg.jpg) 0 100%/cover no-repeat;
}

.bg-teal-map {
  background: url(../images/bgs/teal-map-bg.svg) 0 100%/cover no-repeat;
}

.bg-white-66 {
  background: url(../images/bgs/white-66-bg.jpg) 0 100%/cover no-repeat;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-red,
.text-primary {
  color: #d32f2f;
}

.text-secondary {
  color: #00bbc8;
}

.text-tertiary {
  color: #ecaf3b;
}

.text-none {
  color: #333;
}

.clip-text-1 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
}

.clip-text-2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
}

.clip-text-3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
}

.clip-text-4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 4;
}

.clip-text-5 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 5;
}

.btn {
  background: #d32f2f;
  color: #fff;
  font-family: "Inter", sans-serif;
  line-height: 1.7;
  display: inline-block;
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}
.btn--rounded {
  border-radius: 4px;
}
.btn--sm {
  padding: 0.325rem 0.75rem;
  font-size: 0.875rem;
}
.btn--big {
  padding: 0.8rem 2rem;
  font-size: 1.3125rem;
}
@media (min-width: 0) and (max-width: 767px) {
  .btn--big {
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
  }
}
.btn--primary {
  background: #d32f2f;
  color: #fff;
}
.btn--primary:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
  color: #fff;
}
.btn--secondary {
  background: #00bbc8;
  color: #000;
  text-shadow: none;
}
.btn--secondary:hover {
  background: #fff;
  color: #000;
}
.btn--black {
  background: #000;
  color: #fff;
}
.btn--black:hover {
  background: #222;
  color: #fff;
}
.btn--outline {
  background: transparent;
  color: #d32f2f;
  border: 1px solid #d32f2f;
}
.btn--outline:hover {
  background: #d32f2f;
  color: #fff;
}
.btn--outline-white {
  border-color: #fff;
  color: #fff;
}
.btn--outline-white:hover {
  background: #fff;
  color: #d32f2f;
}
.btn--outline-grey {
  border-color: #ccc;
  color: #333;
}
.btn--outline-grey:hover {
  background: transparent;
  border-color: #bbb;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  color: #333;
}
.btn--outline-grey.active {
  border-color: #ccc;
  background: #f9f9f9;
}
.btn--outline-grey.active i {
  color: #d32f2f;
}
.btn--white {
  background: #fff;
  color: #444;
}
.btn--white:hover {
  background: #eee;
  color: #444;
}
.btn--block {
  display: block;
  width: 100%;
}
.btn--pill {
  border-radius: 100px;
}
.btn--map {
  margin-left: 12px;
  margin-top: -6px;
}
.btn--map i {
  margin-right: 6px;
}
@media (max-width: 480px) {
  .btn--map {
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    left: 0;
    margin-left: 0;
    padding-block: 3px;
  }
}
.btn--google {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 1rem;
  height: 44px;
  letter-spacing: 0.25px;
  outline: none;
  padding: 0 12px;
  position: relative;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
  text-transform: none;
}
.btn--google::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/google-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.btn--google:hover {
  border: 1px solid #999;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.1), 0 1px 3px 1px rgba(60, 64, 67, 0.1);
}
.btn--none {
  background: none;
  color: #00bbc8;
  padding-inline: 0;
  box-shadow: none;
}
.btn--none:hover {
  background: none;
  color: inherit;
  box-shadow: none;
  text-decoration: underline;
}
.btn--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.btn--icon i {
  font-size: 0.9rem;
}
.btn--save i {
  transition: all 0.2s ease;
}
.btn--save.active i {
  font-weight: 900;
  color: #d32f2f;
}
.btn--save.active {
  border-color: #ccc;
  background: #f9f9f9;
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pill {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 100px;
  font-size: 0.688rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .pill {
    font-size: 0.75rem;
  }
}

a.pill:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}

.form-item {
  position: relative;
  margin-bottom: 0.625rem;
}

.form-text {
  margin-top: 0;
}

input[type=text]:not(.places-autocomplete-field):not(.city-autocomplete-field),
input[type=email]:not(.places-autocomplete-field):not(.city-autocomplete-field),
input[type=password]:not(.places-autocomplete-field):not(.city-autocomplete-field),
select:not(.places-autocomplete-field):not(.city-autocomplete-field),
textarea:not(.places-autocomplete-field):not(.city-autocomplete-field) {
  width: 100%;
  padding: 0.5rem 0.875rem;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}
input[type=text]:not(.places-autocomplete-field):not(.city-autocomplete-field):focus,
input[type=email]:not(.places-autocomplete-field):not(.city-autocomplete-field):focus,
input[type=password]:not(.places-autocomplete-field):not(.city-autocomplete-field):focus,
select:not(.places-autocomplete-field):not(.city-autocomplete-field):focus,
textarea:not(.places-autocomplete-field):not(.city-autocomplete-field):focus {
  border-color: #aaa;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
input[type=text]:not(.places-autocomplete-field):not(.city-autocomplete-field)::placeholder,
input[type=email]:not(.places-autocomplete-field):not(.city-autocomplete-field)::placeholder,
input[type=password]:not(.places-autocomplete-field):not(.city-autocomplete-field)::placeholder,
select:not(.places-autocomplete-field):not(.city-autocomplete-field)::placeholder,
textarea:not(.places-autocomplete-field):not(.city-autocomplete-field)::placeholder {
  color: #fff;
}
input[type=text]:not(.places-autocomplete-field):not(.city-autocomplete-field).business-search__input::placeholder,
input[type=email]:not(.places-autocomplete-field):not(.city-autocomplete-field).business-search__input::placeholder,
input[type=password]:not(.places-autocomplete-field):not(.city-autocomplete-field).business-search__input::placeholder,
select:not(.places-autocomplete-field):not(.city-autocomplete-field).business-search__input::placeholder,
textarea:not(.places-autocomplete-field):not(.city-autocomplete-field).business-search__input::placeholder {
  color: #999;
}

legend {
  color: #374151;
  font-size: 1rem;
  font-weight: 600;
}

.form-type-checkbox label,
.form-type-radio label {
  position: static;
  display: inline;
  padding: 0;
  background: none;
  pointer-events: auto;
  font-size: 1rem;
  color: inherit;
}

.floating-labels label {
  position: absolute;
  left: 12px;
  top: 10px;
  color: #888;
  font-size: 1rem;
  background: white;
  padding: 0 4px;
  transition: 0.2s ease all;
  pointer-events: none;
}
.floating-labels {
  /* when input is focused or has text */
}
.floating-labels input:focus + label,
.floating-labels input:not(:placeholder-shown) + label,
.floating-labels input:valid + label,
.floating-labels input.has-value + label,
.floating-labels input:required:valid + label {
  top: -9px;
  left: 12px;
  font-size: 0.75rem;
  color: #333;
}

/* For required fields that have content 
input:required:valid+label {
  top: -9px;
  left: 12px;
  font-size: 0.75rem;
  color: #333;
}*/
.form__group {
  margin-bottom: 1.5rem;
}
.form__label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.form__input, .form__textarea, .form__select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s;
}
.form__input:focus, .form__textarea:focus, .form__select:focus {
  outline: none;
  border-color: #d32f2f;
}
.form__textarea {
  min-height: 120px;
  resize: vertical;
}

.form-item {
  position: relative;
}

/*
input {
    width: 100%;
    padding: 12px 8px;
    font-size: 16px;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: none;
  }
*/
.card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}
.card:hover {
  transform: translateY(-5px);
}
.card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card__content {
  padding: 1.5rem;
}
.card__title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #333;
}
.card__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #666;
}
.card__meta i {
  color: #d32f2f;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 21px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.happ-card {
  background: #fff;
  border: 1px solid #ccc;
  overflow: visible;
  position: relative;
  padding: 20px;
}
.happ-card__image-container {
  position: relative;
  margin-bottom: 1rem;
}
.happ-card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.happ-card img:hover {
  transform: scale(1.05);
}
.happ-card__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.happ-card__date {
  position: absolute;
  bottom: -10px;
  right: 0;
  background: #d32f2f;
  color: #fff;
  padding: 0.75rem 1rem;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  text-align: center;
  min-width: 60px;
}
.happ-card__date-month {
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
}
.happ-card__date-day {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.happ-card__content {
  padding: 1rem 0;
}
.happ-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: #333;
}
.happ-card__address {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  color: #333;
  font-size: 0.95rem;
}
.happ-card__address i {
  color: #ff6c44;
}
.happ-card__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #333;
  flex-wrap: wrap;
}
.happ-card__meta-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.happ-card__meta-item i {
  color: #00bbc8;
}
.happ-card__btn {
  background: #d32f2f;
  color: #fff;
  border: none;
  padding: 0.6rem 1.25rem;
  border-radius: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  transition: background 0.3s;
  text-transform: uppercase;
}
.happ-card__btn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
  color: #fff;
}
.happ-card__btn i {
  font-size: 0.9rem;
}
.events__grid--light-bg .happ-card__title, .events__grid--light-bg .happ-card__address, .events__grid--light-bg .happ-card__meta-item {
  color: #333;
}
.happ-card--compact {
  border: none;
  padding: 0;
}
.happ-card--compact .happ-card__image-container {
  border-radius: 6px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 0.325rem;
  overflow: hidden;
}
.happ-card--compact .happ-card__content {
  padding: 0;
}
.happ-card--compact .happ-card__exp {
  color: #666;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.happ-card--compact .happ-card__title {
  font-size: 0.875rem;
  height: auto;
  margin-bottom: 0;
  min-height: 0;
}
.happ-card--compact:hover .happ-card__image-container {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.happ-card--compact:hover img {
  transform: scale(1.05);
}

.hero {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 750px;
  position: relative;
}
.hero--sm {
  height: 320px;
}
.hero--md {
  height: 500px;
}
@media (min-width: 0) and (max-width: 767px) {
  .hero {
    max-height: 500px;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  .hero {
    max-height: 420px;
  }
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.hero__content {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.hero__content .container {
  max-width: 800px;
}
.hero__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  text-transform: none;
}
@media (min-width: 601px) {
  .hero__title {
    font-size: 3rem;
  }
  .hero__title span {
    display: block;
  }
}
.hero__subtitle {
  font-size: 2rem;
  color: #666;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .hero__subtitle {
    font-size: 1.5rem;
  }
}
.hero__map {
  position: relative;
  height: 400px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 400"><path d="M50 200 Q200 150 400 200 T750 180" stroke="%232196f3" stroke-width="4" fill="none"/></svg>') center/contain no-repeat;
  margin: 2rem 0;
}
.hero__map-points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__map-point {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #00bbc8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  cursor: pointer;
  transition: transform 0.3s;
}
.hero__map-point:hover {
  transform: scale(1.2);
}
.hero__video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  z-index: 0;
}
.hero .global-search-form {
  border: none !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .hero .global-search-form {
    background: none;
    padding: 0;
  }
}
.hero .global-search-form.focused--category {
  border-bottom-left-radius: 0;
}
.hero .global-search-form input[type=text] {
  font-size: 1rem;
  padding: 1.25rem 1rem 1.25rem 40px !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .hero .global-search-form input[type=text] {
    padding: 0.5rem 1rem 0.5rem 40px !important;
  }
}
.hero .global-search-form .global-search-submit {
  background-size: 24px;
  padding: 12px 30px;
}
@media (min-width: 0) and (max-width: 767px) {
  .hero .global-search-form .global-search-submit {
    background-image: none;
    border-radius: 9px;
    color: #fff;
    display: block;
    text-indent: 0;
  }
}

@media (min-width: 768px) {
  body.search-open .hero__overlay {
    background: rgba(0, 0, 0, 0.8);
  }
  body.search-open .hero__content {
    filter: blur(2px);
  }
}

.search {
  background: #21201e;
  padding: 2rem 0;
}
.search__form {
  display: flex;
  gap: 1rem;
  align-items: end;
}
@media (max-width: 600px) {
  .search__form {
    flex-direction: column;
  }
}
.search__group {
  flex: 1;
}
.search__label {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.search__input {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
}
.search__btn {
  background: #d32f2f;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}
.search__btn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
}

.global-search-form {
  display: flex;
  align-items: stretch;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 9px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: box-shadow 0.3s;
}
@media (min-width: 0) and (max-width: 767px) {
  .global-search-form {
    background: #eee;
    border: none;
    border-radius: 0;
    padding: 2rem 1.5rem 1rem;
    width: 100%;
  }
}
.global-search-form form {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .global-search-form form {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.global-search-form .global-search-location-wrapper,
.global-search-form .places-autocomplete-field {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.global-search-form .global-search-location-wrapper,
.global-search-form .global-search-city-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  align-items: stretch;
}
.global-search-form .global-search-location-wrapper .form-item,
.global-search-form .global-search-city-wrapper .form-item {
  display: flex;
  align-items: stretch;
  flex: 1;
  margin: 0;
}
.global-search-form .global-search-location-wrapper::before,
.global-search-form .global-search-city-wrapper::before {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 16px;
  pointer-events: none;
  z-index: 1;
}
.global-search-form .global-search-location-wrapper::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f54e";
}
.global-search-form .global-search-city-wrapper::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f3c5";
}
@media (min-width: 0) and (max-width: 767px) {
  .global-search-form .global-search-city-wrapper::before {
    left: 17px;
  }
}
@media (min-width: 768px) {
  .global-search-form .global-search-city-wrapper {
    border-left: 1px solid #eee;
  }
}
.global-search-form input[type=text] {
  flex: 1;
  border: none !important;
  padding: 8px 16px !important;
  font-size: 16px;
  outline: none;
  background: #fff;
  margin: 0 !important;
  height: auto;
  width: 100%;
}
.global-search-form input[type=text].places-autocomplete-field {
  border-top-left-radius: 9px;
  padding-left: 40px !important;
}
.global-search-form input[type=text].city-autocomplete-field {
  padding-left: 35px !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .global-search-form input[type=text].city-autocomplete-field {
    padding-left: 40px !important;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .global-search-form input[type=text] {
    border: 1px solid #ccc !important;
    border-radius: 9px !important;
  }
}
.global-search-form input[type=text]::placeholder {
  color: #999;
}
.global-search-form input[type=text]:focus {
  outline: none;
}
.global-search-form input[type=hidden],
.global-search-form label,
.global-search-form .visually-hidden {
  display: none !important;
}
.global-search-form .global-search-submit {
  background-color: #d32f2f;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376C296.3 401.1 253.9 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  color: transparent;
  border: none;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  white-space: nowrap;
  margin: 0;
  border-radius: 0;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  flex-shrink: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.global-search-form .global-search-submit:hover {
  background-color: rgb(170.8571428571, 36.1428571429, 36.1428571429);
}
.global-search-form .global-search-submit:focus {
  outline: 2px solid #d32f2f;
  outline-offset: -2px;
}
@media (min-width: 0) and (max-width: 767px) {
  .global-search-form .global-search-submit {
    display: none;
    width: 100%;
    border-radius: 0;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top-right-radius: 0;
  }
}
.global-search-form .form-actions {
  margin: 0;
  padding: 0;
  display: flex;
}
.global-search-form.focused {
  border-color: #fff;
  box-shadow: none;
}
@media (min-width: 768px) {
  .global-search-form.focused--category .global-search-location-wrapper,
  .global-search-form.focused--category .global-search-city-wrapper,
  .global-search-form.focused--category input[type=text].city-autocomplete-field {
    background: #eee;
  }
}
.global-search-form.focused--category input[type=text].places-autocomplete-field {
  background: #fff;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.global-search-form.focused--category .city-autocomplete-field {
  color: #999;
}
.global-search-form.focused--city-state input[type=text].city-autocomplete-field {
  background: #fff;
  border-left: none !important;
  border-top-left-radius: 9px !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.global-search-form.focused--city-state .global-search-location-wrapper,
.global-search-form.focused--city-state .global-search-city-wrapper,
.global-search-form.focused--city-state input[type=text].places-autocomplete-field {
  color: #999;
}
@media (min-width: 768px) {
  .global-search-form.focused--city-state .global-search-location-wrapper,
  .global-search-form.focused--city-state .global-search-city-wrapper,
  .global-search-form.focused--city-state input[type=text].places-autocomplete-field {
    background: #eee;
  }
}
.header--transparent .global-search-form {
  background: none;
  border-color: transparent;
}
@media (min-width: 0) and (max-width: 767px) {
  .header--transparent .global-search-form {
    background: #eee;
  }
}

.global-search-form-places-autocomplete,
.global-search-form-city-state-autocomplete {
  position: relative;
}

/**
 * Search Results Component
 * Yelp-style layout for places search results with map
 * Using BEM naming convention
 */
.search-results-page .search-results__grid {
  display: flex;
  gap: 0;
  width: 100%;
}
.search-results-page .search-results__filters {
  background: #fff;
  overflow-y: auto;
  padding: 2rem;
  width: 300px;
}
@media (min-width: 0) and (max-width: 1365px) {
  .search-results-page .search-results__filters {
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    z-index: 1000;
    transition: left 0.3s ease-in-out;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0);
  }
  .search-results-page .search-results__filters.is-active {
    left: 0;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 1366px) {
  .search-results-page .search-results__filters {
    position: sticky;
    left: auto;
    flex: 0 0 300px;
    height: calc(100vh - 96px);
    top: 96px;
  }
}
.search-results-page .search-results__filters h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-block: 1rem;
  text-transform: none;
}
.search-results-page .search-results__filters .filter-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-results-page .search-results__filters .filter-categories li {
  border-bottom: 1px solid #e6e6e6;
}
.search-results-page .search-results__filters .filter-categories li:last-child {
  border-bottom: none;
}
.search-results-page .search-results__filters .filter-categories li a {
  display: block;
  padding: 0.65rem 0;
  color: #333;
  text-decoration: none;
  font-size: 0.875rem;
  position: relative;
}
.search-results-page .search-results__filters .filter-categories li a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.search-results-page .search-results__filters .filter-categories li a:hover {
  color: #00bbc8;
}
.search-results-page .search-results__filters .filter-categories li a:hover::after {
  color: #00bbc8;
}
.search-results-page .search-results__filters .filter-categories li.active a {
  font-weight: 600;
  color: #00bbc8;
}
.search-results-page .search-results__filters .filter-categories li.active a::after {
  color: #00bbc8;
}
.search-results-page .search-results__list {
  padding: 1.5rem;
  flex: 1;
}
@media (min-width: 1024px) {
  .search-results-page .search-results__list {
    flex: 0 0 600px;
    overflow-y: auto;
    padding: 2rem 3rem;
    width: 600px;
  }
}
@media (min-width: 1366px) {
  .search-results-page .search-results__list {
    flex: 0 0 700px;
    padding: 2rem 2rem 2rem 0;
    width: 700px;
  }
}
@media (min-width: 1440px) {
  .search-results-page .search-results__list {
    flex: 0 0 800px;
    width: 800px;
    padding: 2rem 4rem 2rem 2rem;
  }
}
.search-results-page .search-results__list h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .search-results-page .search-results__list h1 {
    font-size: 2.15rem;
  }
}
@media (min-width: 1024px) {
  .search-results-page .search-results__list h1 {
    font-size: 2.5rem;
  }
}
.search-results-page .search-results__header {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1.5rem;
}
.search-results-page .search-results__summary {
  font-size: 0.875rem;
  font-style: italic;
  color: #666;
  margin-top: 0.5rem;
}
@media (min-width: 0) and (max-width: 1023px) {
  .search-results-page .search-results__map {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .search-results-page .search-results__map.is-active {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .search-results-page .search-results__map {
    display: block;
    flex: 1;
    position: sticky;
    top: 96px;
    height: calc(100vh - 96px);
    overflow: hidden;
  }
}
.search-results-page .search-results__map #happ-explore-map-container {
  width: 100%;
  height: 100%;
}
.search-results-page .places-results {
  margin-top: 0;
}
.search-results-page .places-list {
  display: flex;
  flex-direction: column;
}
.search-results-page .place-item {
  border-bottom: 1px solid #e6e6e6;
  transition: box-shadow 0.2s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .search-results-page .place-item {
    margin: 0 -1.5rem;
  }
}
@media (min-width: 1024px) {
  .search-results-page .place-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}
.search-results-page .place-item:last-child {
  border-bottom: none;
}
.search-results-page .place-item__card {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  padding: 1.25rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .search-results-page .place-item__card {
    gap: 1rem;
    padding: 1.5rem 0;
  }
}
@media (min-width: 1024px) {
  .search-results-page .place-item__card {
    padding: 1.5rem;
  }
}
.search-results-page .place-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.search-results-page .place-item__image {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .search-results-page .place-item__image {
    width: 180px;
    height: 163.6363636364px;
  }
}
.search-results-page .place-item__content-wrapper {
  display: contents;
}
@media (min-width: 768px) {
  .search-results-page .place-item__content-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
  }
}
.search-results-page .place-item__content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}
@media (min-width: 768px) {
  .search-results-page .place-item__content {
    flex: 0 0 auto;
  }
}
.search-results-page .place-item__content-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-basis: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .search-results-page .place-item__content-bottom {
    flex-basis: auto;
    width: auto;
    margin-top: 0.5rem;
  }
}
.search-results-page .place-item__title {
  margin: 0;
  font-size: 0.93rem;
  font-weight: 600;
  text-transform: none;
}
@media (min-width: 768px) {
  .search-results-page .place-item__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .search-results-page .place-item__title {
    font-size: 1.5rem;
  }
}
.search-results-page .place-item__title a {
  color: #333;
  text-decoration: none;
}
.search-results-page .place-item__title a:hover {
  text-decoration: underline;
}
.search-results-page .place-item__number {
  color: #999;
}
.search-results-page .place-item__address, .search-results-page .place-item__distance {
  color: #666;
  font-size: 0.8125rem;
  margin: 0;
}
@media (min-width: 768px) {
  .search-results-page .place-item__address, .search-results-page .place-item__distance {
    font-size: 0.875rem;
  }
}
.search-results-page .place-item__address i, .search-results-page .place-item__distance i {
  color: #00bbc8;
  text-align: center;
  width: 14px;
}
.search-results-page .place-item__description {
  color: #333;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 768px) {
  .search-results-page .place-item__description {
    font-size: 0.875rem;
  }
}
.search-results-page .place-item__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.search-results-page .place-item__category {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 100px;
  font-size: 0.688rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .search-results-page .place-item__category {
    font-size: 0.75rem;
  }
}
.search-results-page .no-results {
  font-size: 1rem;
  padding-bottom: 2rem;
  color: #666;
}
.search-results-page .pagination-wrapper {
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .search-results-page .search-results__grid {
    flex-direction: column;
  }
  .search-results-page .search-results__list,
  .search-results-page .search-results__map {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .search-results-page .search-results__list {
    order: 2;
  }
}
.search-results-page .search-results__filters-close {
  display: none;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: right;
}
@media (max-width: 1365px) {
  .search-results-page .search-results__filters-close {
    display: block;
  }
}
@media (min-width: 1366px) {
  .search-results-page .search-results__filters-close {
    display: none;
  }
}
.search-results-page .search-results__filters-close .button {
  padding: 0.5rem 0.75rem;
  min-width: auto;
}
.search-results-page .search-results__map-close {
  display: none;
}
@media (min-width: 0) and (max-width: 1023px) {
  .search-results-page .search-results__map-close {
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1001;
    font-size: 1.5rem;
  }
  .search-results-page .search-results__map-close a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-decoration: none;
  }
  .search-results-page .search-results__map-close a:hover {
    background: #f5f5f5;
  }
}
@media (min-width: 1024px) {
  .search-results-page .search-results__map-close {
    display: none;
  }
}
.search-results-page .search-results__actions {
  margin-bottom: 1.5rem;
}
@media (min-width: 1366px) {
  .search-results-page .search-results__actions {
    display: none;
  }
}
@media (min-width: 1024px) {
  .search-results-page .search-results__view-map {
    display: none;
  }
}
.search-results-page body.filters-open {
  overflow: hidden;
}
@media (min-width: 1366px) {
  .search-results-page body.filters-open {
    overflow: auto;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .search-results-page body.map-open {
    overflow: hidden;
  }
}

.newsletter {
  background: linear-gradient(45deg, #21201e 0%, #333 100%);
  padding: 4rem 0;
  text-align: center;
  color: #fff;
}
.newsletter__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.newsletter__subtitle {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #ccc;
}
.newsletter__form {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  gap: 1rem;
}
@media (max-width: 600px) {
  .newsletter__form {
    flex-direction: column;
    align-items: center;
  }
}
.newsletter__input {
  flex: 1;
  padding: 1rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
}
@media (max-width: 600px) {
  .newsletter__input {
    width: 100%;
    max-width: 300px;
  }
}
.newsletter__btn {
  background: #d32f2f;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}
.newsletter__btn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
}
@media (max-width: 600px) {
  .newsletter__btn {
    width: 100%;
    max-width: 300px;
  }
}

.stripe-heading {
  display: flex;
  align-items: center;
  width: 100%; /* fill parent container */
  gap: 10px; /* spacing between text and lines */
}
.stripe-heading__title {
  font-size: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .stripe-heading__title {
    font-size: 1.75rem;
  }
}
.stripe-heading__sub-title {
  font-size: 0.875rem;
  color: #666;
  font-style: italic;
  margin-top: 5px;
}
.footer .stripe-heading__title {
  font-size: 1rem;
}
.stripe-heading__line {
  flex-grow: 1;
  height: 7px; /* total height including space between lines */
  background: linear-gradient(to bottom, #FFC72C 0px, #FFC72C 1px, transparent 1px, transparent 6px, #FFC72C 6px, #FFC72C 7px);
}
.stripe-heading--with-nav .stripe-heading__line {
  margin-right: 20px; /* add space before nav buttons */
}
.stripe-heading__nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0; /* prevent buttons from shrinking */
}
.stripe-heading__nav-btn {
  width: 40px;
  height: 40px;
  background: #d32f2f;
  color: white;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 14px;
}
.stripe-heading__nav-btn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
  transform: scale(1.05);
}
.stripe-heading__nav-btn:active {
  transform: scale(0.95);
}
.stripe-heading__nav-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

.sep {
  border-bottom: 1px solid #d32f2f;
  padding-bottom: 12px;
}

.or-sep {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1.5rem 0;
}
.or-sep::before, .or-sep::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ddd;
}
.or-sep span {
  padding: 0 1rem;
  color: #999;
  font-size: 0.875rem;
}

.business-hours__row {
  display: flex;
  align-items: center;
}
.business-hours__row:last-child {
  margin-bottom: 0;
}
.business-hours__days {
  width: 80px;
  flex-shrink: 0;
  margin-right: 15px;
}
.business-hours__time {
  font-size: 14px;
  width: auto;
}

.pager__items {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 2rem 0;
}
.pager__items li {
  margin: 0 0.25rem;
}
.pager__items li a {
  display: inline-block;
  min-width: 2.5rem;
  padding: 0.5rem 0.75rem;
  text-align: center;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}
.pager__items li a:hover {
  background-color: #d32f2f;
  color: #fff;
}
.pager__items li.is-active a {
  background-color: #d32f2f;
  color: #fff;
}
@media (min-width: 0) and (max-width: 600px) {
  .pager__items li.pager__item--first, .pager__items li.pager__item--last, .pager__items li.pager__item--previous, .pager__items li.pager__item--next {
    display: none !important;
  }
}

.messages {
  max-width: 1200px;
  margin-inline: auto;
}

.check-list {
  list-style: none;
  margin-bottom: 24px;
  padding-left: 0;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
  font-size: 18px;
}

.slick-block .slick-track,
#place-child-locations-slider .slick-track {
  margin-left: -21px;
  margin-right: 0;
}

.slick-block .slick-slide,
#place-child-locations-slider .slick-slide {
  margin-left: 21px;
}

/**
 * Favorites - Toast Notifications and Modal
 */
.favorites-toast-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 0) and (max-width: 600px) {
  .favorites-toast-container {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    max-width: 400px;
  }
}

.favorites-toast {
  background: #21201e;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  min-width: 300px;
}
.favorites-toast.show {
  opacity: 1;
  transform: translateY(0);
}
.favorites-toast--error {
  background: #d32f2f;
}
.favorites-toast--success {
  background: #2e7d32;
}
.favorites-toast .toast-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9375rem;
}
.favorites-toast .toast-change {
  color: #00bbc8;
  text-decoration: underline;
  font-weight: 600;
  white-space: nowrap;
}
.favorites-toast .toast-change:hover {
  color: rgb(0, 234.685, 251);
}

#favoritesModal .modal-content {
  border-radius: 8px;
  border: none;
}
#favoritesModal .modal-header {
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding: 1rem 1.5rem;
}
#favoritesModal .modal-header .modal-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #333;
}
#favoritesModal .modal-header .btn-close:focus {
  box-shadow: none;
}
#favoritesModal .modal-body {
  padding: 0.25rem 1.5rem 1.5rem;
}

.favorite-lists {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.favorite-list-option {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.favorite-list-option:hover {
  border-color: #eee;
}
.favorite-list-option .favorite-list-info {
  flex: 1;
}
.favorite-list-option .favorite-list-name {
  font-weight: 600;
  color: #333;
  font-size: 0.875rem;
}
.favorite-list-option .favorite-list-count {
  color: #666;
  font-size: 0.75rem;
}
.favorite-list-option .favorite-list-action {
  white-space: nowrap;
}

.favorite-create-new {
  padding-top: 0.5rem;
}
.favorite-create-new #newListForm {
  margin-top: 1rem;
}
.favorite-create-new #newListForm input {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}
.favorite-create-new #newListForm input:focus {
  outline: none;
  border-color: #d32f2f;
}
.favorite-create-new #newListForm input::placeholder {
  color: #999;
}

.link__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 2;
}

.auth-modal__form {
  text-align: center;
}
.auth-modal__form--signup {
  display: none;
}

.auth-modal__title {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.auth-modal__desc {
  margin-bottom: 1rem;
}

.auth-modal__toggle {
  font-size: 0.65rem;
  margin-top: 1.25rem;
}

.auth-modal__toggle-link {
  color: #d32f2f;
  text-decoration: underline;
}

.modal--auth .modal-dialog,
.modal--checkin .modal-dialog {
  max-width: 400px;
}
.modal--auth .modal-header,
.modal--checkin .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.modal--auth .modal-body,
.modal--checkin .modal-body {
  padding: 1rem 1.375rem;
  text-align: center;
}

.modal--checkin .modal-body {
  padding: 0.5rem 1.5rem 1.5rem;
}

.checkin-modal__icon {
  font-size: 2rem;
  color: #d32f2f;
  margin-bottom: 0.75rem;
}

.checkin-modal__title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.checkin-modal__location {
  background: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 1rem;
}
.checkin-modal__location i {
  color: #d32f2f;
  margin-right: 0.25rem;
}

.checkin-modal__location-label {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.dropdown-toggle {
  display: block;
  line-height: 30px;
  padding-right: 1.2rem;
  position: relative;
}
.dropdown-toggle::after {
  font-family: "Font Awesome 6 Free";
  font-size: 0.75rem;
  font-weight: 900;
  content: "\f107";
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-menu {
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  padding: 1rem 1.25rem;
}
.dropdown-item {
  padding: 0;
}
.dropdown-item:hover {
  background: none;
}
.dropdown-item a {
  display: block;
  font-size: 0.875rem;
  margin-inline: -1.25rem;
  padding: 0.325rem 1.25rem;
}
.dropdown-item--btn {
  padding-top: 0.5rem;
}
.dropdown-item--btn a {
  color: #d32f2f !important;
  margin-inline: 0;
}
.dropdown-item--btn a:hover {
  background: #d32f2f;
  color: #fff !important;
}
.dropdown--user .dropdown-toggle {
  background: #eee;
  color: #666;
  border-radius: 50%;
  border: 1px solid #ddd;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
  padding-right: 0;
}
.dropdown--user .dropdown-toggle::after {
  display: none;
}

.header--transparent .header__menu-item .dropdown--user a.dropdown-toggle,
.header--transparent .header__menu-item .dropdown-item a {
  color: #333;
}

.map-embed {
  width: 100%;
}
.map-embed .mapboxgl-popup-content {
  padding: 12px 28px 12px 12px;
}
.map-embed .mapboxgl-popup-content h3 {
  font-size: 14px;
  margin-bottom: 0;
}
.map-embed .mapboxgl-popup-close-button {
  font-size: 20px;
  padding: 4px 8px;
  line-height: 1;
  outline: none;
}

.mapbox-container {
  width: 100%;
}
.mapbox-container--sm {
  height: 150px;
}
@media (min-width: 768px) {
  .mapbox-container--sm {
    height: 200px;
  }
}
.mapbox-container--md {
  height: 200px;
}
@media (min-width: 768px) {
  .mapbox-container--md {
    height: 300px;
  }
}
.mapbox-container--lg {
  height: 250px;
}
@media (min-width: 768px) {
  .mapbox-container--lg {
    height: 350px;
  }
}

.city-autocomplete-wrapper {
  position: relative;
}

gmp-place-autocomplete {
  border-color: #bbbbbb;
  display: block;
  width: 100%;
}
gmp-place-autocomplete::part(input) {
  color: rgba(33, 37, 41, 0.75);
  width: 100%;
  padding: 0;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease;
}
gmp-place-autocomplete::part(input):focus {
  outline: none;
}
gmp-place-autocomplete::part(prediction-list) {
  border: 1px solid #d8d8d8;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
gmp-place-autocomplete::part(prediction-item) {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 0.9375rem;
  color: #333;
  text-align: left;
}
gmp-place-autocomplete::part(prediction-item-selected) {
  background-color: #f5f5f5;
}
gmp-place-autocomplete::part(prediction-item-main-text) {
  font-size: 0.9375rem;
  color: #333;
}

.city-autocomplete-wrapper.has-error gmp-place-autocomplete {
  border-color: #d32f2f;
}

.city-autocomplete-error {
  color: #d32f2f;
  font-size: 0.875rem;
  margin-top: 4px;
}

.share-tooltip {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  animation: share-tooltip-fade 2s ease forwards;
}

@keyframes share-tooltip-fade {
  0%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal--share .modal-dialog {
  max-width: 480px;
}
.modal--share .modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 1.5rem;
}
.modal--share .modal-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.modal--share .modal-body {
  padding: 1.5rem;
}

.share-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.share-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem 1rem;
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.875rem;
  color: #333;
  transition: background 0.15s, border-color 0.15s;
}
.share-option:hover {
  background: #f7f7f7;
  border-color: #333;
}
.share-option i {
  font-size: 1.5rem;
}
.share-option span {
  font-weight: 500;
}

.specials {
  padding: 4rem 0;
}
.specials__header {
  text-align: center;
  margin-bottom: 3rem;
}
.specials__title {
  margin-bottom: 3px;
}
.specials__subtitle {
  color: #666;
  font-size: 1.1rem;
}
.specials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.special-card {
  overflow: hidden;
  transition: transform 0.3s;
}
.special-card:hover {
  transform: translateY(-5px);
}
.special-card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.special-card__content {
  padding: 1rem 0 0;
}
.special-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  margin-bottom: 3px;
  color: #333;
  height: 60px;
  line-height: 1.2;
}
.special-card__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #666;
}
.special-card__date i {
  color: #d32f2f;
}
.special-card__location {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.special-card__location-logo {
  width: 40px;
  height: 40px;
  background: #d32f2f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  flex-shrink: 0;
}
.special-card__location-info {
  flex: 1;
}
.special-card__location-name {
  font-weight: bold;
  color: #333;
  font-size: 0.95rem;
}
.special-card__location-address {
  color: #666;
  font-size: 0.85rem;
}
.special-card__btn {
  background: #d32f2f;
  color: #fff;
  border: none;
  padding: 1rem;
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  transition: background 0.3s;
  text-transform: uppercase;
}
.special-card__btn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
  color: #fff;
}
.special-card__btn i {
  font-size: 0.9rem;
}

.events {
  background: url(../images/home/events-bg.jpg) 50% 50%/cover no-repeat;
  padding: 4rem 0;
  color: #fff;
}
.events--light {
  background: #fff;
}
.events__header {
  text-align: center;
  margin-bottom: 3rem;
}
.events__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}
.events__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 21px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 601px) {
  .events__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .events__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.event-card {
  background: #fff;
  border: 1px solid #ccc;
  overflow: visible;
  position: relative;
  padding: 20px;
}
.event-card__image-container {
  position: relative;
  margin-bottom: 1rem;
}
.event-card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.event-card img:hover {
  transform: scale(1.05);
}
.event-card__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.event-card__date {
  position: absolute;
  bottom: -10px;
  right: 0;
  background: #d32f2f;
  color: #fff;
  padding: 0.75rem 1rem;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  text-align: center;
  min-width: 60px;
}
.event-card__date-month {
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
}
.event-card__date-day {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.event-card__content {
  padding: 1rem 0;
}
.event-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  margin-bottom: 3px;
  color: #333;
  min-height: 56px;
}
.event-card__place {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  color: #333;
}
.event-card__address {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  color: #333;
  font-size: 0.95rem;
}
.event-card__address i {
  color: #ff6c44;
}
.event-card__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #333;
  flex-wrap: wrap;
}
.event-card__meta-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.event-card__meta-item i {
  color: #00bbc8;
}
.event-card__btn {
  background: #d32f2f;
  color: #fff;
  display: block;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: background 0.3s;
  text-transform: uppercase;
  text-align: center;
}
.event-card__btn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
  color: #fff;
}
.events__grid--light-bg .event-card__title, .events__grid--light-bg .event-card__address, .events__grid--light-bg .event-card__meta-item {
  color: #333;
}
.event-card--compact {
  background: none;
  border: none;
  padding: 0;
}
.event-card--compact .event-card__date {
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  padding: 0.3rem 0.5rem;
}
.event-card--compact .event-card__date-day {
  font-size: 1.25rem;
}
.event-card--compact .event-card__image-container {
  border-radius: 6px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 0.325rem;
  overflow: hidden;
}
.event-card--compact .event-card__content {
  padding: 0;
}
.event-card--compact .event-card__meta {
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
}
.event-card--compact .event-card__title {
  font-size: 1rem;
  margin-bottom: 0;
  min-height: 0;
}
.event-card--compact:hover .event-card__image-container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.event-card--compact:hover img {
  transform: scale(1.05);
}

.place__events.dark-bg .event-card--compact .event-card__title,
.place__events.dark-bg .event-card--compact .event-card__meta {
  color: #fff;
}

.happenings {
  padding: 4rem 0;
  text-align: center;
}
.happenings__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.happenings__content {
  background: linear-gradient(45deg, #21201e 0%, #333 100%);
  padding: 3rem;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.happenings__logo {
  font-size: 3rem;
  color: #d32f2f;
  margin-bottom: 1rem;
}
.happenings__text {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.happenings__buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .happenings__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.happenings__btn {
  background: #d32f2f;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.3s;
}
.happenings__btn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
  color: #fff;
}

.explore {
  background: url(../images/home/events-bg.jpg) 50% 50%/cover no-repeat;
  padding: 4rem 0;
  color: #000;
}
.explore__header {
  text-align: center;
  margin-bottom: 3rem;
}
.explore__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.explore__subtitle {
  color: #444;
  font-size: 1.1rem;
}
.explore__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
@media (max-width: 600px) {
  .explore__grid {
    grid-template-columns: 1fr;
  }
}

.place-card {
  background: #fff;
  border: 1px solid #ccc;
  overflow: visible;
  position: relative;
  padding: 20px;
  transition: transform 0.3s;
}
.place-card:hover {
  transform: translateY(-5px);
}
.place-card__image {
  position: relative;
}
.place-card__content {
  padding: 1rem 0;
}
.place-card__title {
  margin-bottom: 3px;
  color: #333;
}
.place-card__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #666;
}
.place-card__date i {
  color: #d32f2f;
}
.place-card__location {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.place-card__address {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  color: #333;
  font-size: 0.95rem;
}
.place-card__address i {
  color: #d32f2f;
}
.place-card__attribution {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  font-style: italic;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.25rem 0.5rem;
  z-index: 2;
}

.meeting-point {
  padding: 42px 0;
}
@media (min-width: 1024px) {
  .meeting-point {
    padding: 90px 0;
  }
}
.meeting-point .event-card__btn {
  position: relative !important;
}
.meeting-point__title {
  margin-bottom: 2rem;
}
.meeting-point__map {
  background: #f0f0f0;
  height: 300px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  overflow: hidden;
}
.meeting-point__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.meeting-point__sponsors {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  opacity: 0.6;
}
.meeting-point__sponsors img {
  height: 40px;
}

.announcement-card {
  height: 320px;
  background-image: url(../images/bgs/red-checker-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  position: relative;
}
.announcement-card.slick-slide {
  height: 320px;
}
.announcement-card__content {
  position: relative;
  height: 100%;
}
.announcement-card__title {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}
.announcement-card__description {
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
  margin-top: 9px;
}
.announcement-card__url {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.announcement-card__url a {
  pointer-events: auto;
}
.announcement-card__url:hover {
  color: #cccccc;
}
.announcement-card--compact {
  border-radius: 6px;
  cursor: pointer;
  height: 100%;
}
.announcement-card--compact .announcement-card__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
.announcement-card--compact {
  /*&.slick-slide {
    height: 220px;
  }*/
}

.announcement-wrapper {
  height: 100%;
}
.announcement-wrapper .modal {
  pointer-events: none;
}
.announcement-wrapper .modal.show {
  pointer-events: auto;
}

.modal-content--announcement {
  border: none;
  border-radius: 0;
}
.modal-content--announcement .modal-header {
  align-items: flex-start;
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}
.modal-content--announcement .modal-header h5 {
  color: #fff;
  line-height: 1.2;
  font-size: 21px;
  padding-right: 21px;
}
.modal-content--announcement .modal-body {
  padding: 0 30px 30px 30px;
}
.modal-content--announcement .modal-body p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}

/**
   * Action Buttons Row
   */
.place__actions {
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 0) and (max-width: 600px) {
  .place__actions {
    width: 100%;
    gap: 0;
  }
  .place__actions .btn {
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border: none;
    border-radius: 0;
    padding: 0.5rem;
    font-size: 0.75rem;
    min-width: 0;
    background: none;
    color: #333;
  }
  .place__actions .btn i {
    font-size: 1.25rem;
    margin: 0;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  .place__actions--signed .place__action-btn--sign-guestbook i {
    color: #d32f2f;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  .place__banner .place__actions {
    display: none;
  }
}

.place__mobile-actions {
  display: none;
}
@media (min-width: 0) and (max-width: 600px) {
  .place__mobile-actions {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0.5rem 0.75rem;
  }
}
.place__mobile-actions a,
.place__mobile-actions button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: none !important;
  border: none;
  color: #fff;
  font-size: 0.75rem;
  text-decoration: none;
  padding: 0.5rem 0;
  cursor: pointer;
}
.place__mobile-actions a i,
.place__mobile-actions button i {
  font-size: 1.25rem;
}
.place__mobile-actions a.active,
.place__mobile-actions button.active {
  color: #d32f2f;
}
.place__mobile-actions a.btn--checkin.active i,
.place__mobile-actions button.btn--checkin.active i {
  background: #fff;
  border-radius: 100px;
}

/*
.place__action-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: $spacing-xs;
  padding: $spacing-sm $spacing-md;
  background: $white;
  border: 1px solid #d8d8d8;
  border-radius: $border-radius-md;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: $text-dark;
  min-width: 100px;

  @include breakpoint(mobile) {
    flex: 1 1 calc(50% - $spacing-xs);
    min-width: auto;
    padding: $spacing-sm;
  }

  i {
    font-size: 20px;
    color: #aaa;
    margin-right: 6px;
  }

  span {
    font-weight: 500;
  }

  &:hover {
    border-color: #aaa;
    background: #f2f2f2;
    transform: translateY(-2px);
  }

  &.active {
    border-color: #ccc;
    background: #f9f9f9;

    i {
      color: $primary-color;
    }
  }

  &--save {
    .fa-heart {
      transition: all 0.2s ease;
    }

    &:hover .fa-heart,
    &.active .fa-heart {
      font-weight: 900; // solid
      color: $primary-color;
    }

    &.active {
      border-color: #ccc;
      background: #f9f9f9;
    }
  }
}
*/
/**
 * Place Banner - Yelp-style hero section
 * BEM naming convention
 */
.place__banner {
  position: relative;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media (min-width: 768px) {
  .place__banner {
    height: 450px;
  }
}
.place__banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 55%);
  z-index: 1;
  /*
  @include breakpoint(mobile) {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.85) 25%,
      rgba(0, 0, 0, 0.7) 50%,
      rgba(0, 0, 0, 0.55) 75%,
      rgba(0, 0, 0, 0.4) 100%
    );
  }
  */
}
.place__banner-attribution {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  font-style: italic;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.25rem 0.5rem;
  z-index: 2;
}
.place__banner-content {
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
  width: 100%;
}
.place__banner-title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 0.25rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.place__banner-subtitle {
  position: relative;
  z-index: 3;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.place__banner-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.place__banner-claimed {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 0;
}
.place__banner-claimed i {
  color: #00c896;
  font-size: 1rem;
}
.place__banner-checkmark {
  width: 16px;
  height: 16px;
  color: #00c896;
  stroke-width: 2.5;
}
.place__banner-claim {
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: underline;
  transition: opacity 0.2s;
}
.place__banner-claim:hover {
  opacity: 0.8;
}
.place__banner-status {
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
}
.place__banner-status::before {
  color: #fff !important;
  content: "•";
  margin-right: 1rem;
  opacity: 0.7;
}
.place__banner-status--open {
  color: #00c896;
}
.place__banner-status--closed {
  color: #d32f2f;
}
.place__banner-category {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}
.place__banner-category::before {
  color: #fff;
  content: "•";
  margin-right: 1rem;
  opacity: 0.7;
}
.place__banner-weather-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  pointer-events: none;
  z-index: 3;
}
.place__banner-weather {
  position: absolute;
  top: 20px;
  right: 0;
  width: 320px;
  pointer-events: auto;
}
.place__banner-weather a {
  text-decoration: none;
}
.place__banner .place__actions {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .place__banner .place__actions {
    margin-top: 0.875rem;
  }
}
.place__banner .place__actions .btn {
  color: #fff;
}
.place__banner .place__actions .btn.active {
  background: none;
}
@media (min-width: 1024px) {
  .place__banner .place__actions .btn:hover {
    transform: translateY(-2px);
  }
}
@media (min-width: 0) and (max-width: 600px) {
  .place__banner .place__actions .btn:not(.place__action-btn--sign-guestbook) {
    display: none;
  }
}
@media (max-width: 768px) {
  .place__banner-content {
    padding-bottom: 1rem;
  }
  .place__banner-title {
    font-size: 2rem;
  }
  .place__banner-meta {
    gap: 0.75rem;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  .place__banner {
    height: 240px;
  }
  .place__banner-title {
    font-size: 1.75rem;
  }
  .place__banner-meta {
    font-size: 0.8125rem;
  }
}
@media (min-width: 0) and (max-width: 480px) {
  .place__banner-title {
    font-size: 1.25rem;
  }
  .place__banner-content {
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .place__banner--streetview-hero {
    background-image: var(--default-hero) !important;
  }
}
@media (min-width: 0) and (max-width: 480px) {
  .place__banner--city .place__banner-content {
    padding-bottom: 45px;
  }
}

@media (max-width: 714px) {
  .place__weather {
    height: 95px;
    overflow: hidden;
  }
}
.place__hero {
  padding: 60px 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .place__hero {
    padding: 40px 0;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  .place__hero {
    padding: 20px 0;
  }
}

.place-info__col {
  background: url(../images/bgs/centennial-flag-black.svg) 100% 0/auto 100% no-repeat;
  border: 1px solid #fff;
  padding: 20px;
  position: relative;
}
@media (min-width: 0) and (max-width: 767px) {
  .place-info__col {
    background: none;
    padding: 0 0 1.25rem 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 1.25rem;
  }
}
.place-info__col::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: url(../images/icons/star-yellow.svg) 0 0/32px 32px no-repeat;
}
@media (min-width: 0) and (max-width: 767px) {
  .place-info__col::after {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    top: 0;
  }
}

.place__info-bar {
  color: #fff;
}
.place__info-bar h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
@media (min-width: 0) and (max-width: 600px) {
  .place__info-bar h1 {
    margin-bottom: 20px;
  }
}
.place__info-bar h3 {
  font-size: 16px;
  font-weight: 400;
}
.place__info-bar h3 i {
  margin-right: 7px;
}
.place__info-bar div {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 0) and (max-width: 767px) {
  .place__info-bar .col-12:last-child .place-info__col {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.place__about {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 0) and (max-width: 1439px) {
  .place__about {
    padding-top: 50px;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  .place__about {
    padding-block: 20px;
  }
}
.place__about img {
  max-width: 100%;
}

.place__hours span {
  display: inline-block;
}

/*
.place__gallery {
  background: #11557c;
  padding-top: $section-padding-vertical;
  padding-bottom: $section-padding-vertical;
  overflow: hidden;

  .gallery {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;

    &.slick-initialized {
      display: block;
    }

    .slick-list {
      overflow: visible;
    }

    .slick-track {
      display: flex;
      align-items: center;
    }

    .slick-slide {
      padding: 0 10px;
      height: auto;

      img {
        width: 100%;
        height: 300px;
        border-radius: $border-radius-md;
        object-fit: cover;
        transition: transform 0.3s ease;
        display: block;
      }

      &.slick-center img {
        transform: scale(1.05);
      }
    }

    .slick-dots {
      bottom: -50px;

      li button:before {
        color: $primary-color;
        font-size: 12px;
      }

      li.slick-active button:before {
        color: $primary-color;
        opacity: 1;
      }
    }

    .slick-arrow {
      width: 40px;
      height: 40px;
      background: $primary-color;
      border-radius: 50%;
      border: none;
      z-index: 10;

      &:before {
        color: white;
        font-size: 16px;
      }

      &.slick-prev {
        left: 20px;
      }

      &.slick-next {
        right: 20px;
      }
    }

    // Fallback for non-slick gallery (if JS fails)
    &:not(.slick-initialized) {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: $spacing-md;
      margin: 0;

      img {
        width: 100%;
        height: auto;
        border-radius: $border-radius-md;
        object-fit: cover;
      }
    }
  }
}
*/
.place__gallery {
  background: #11557c;
  padding: 3rem 0;
}
@media (min-width: 0) and (max-width: 600px) {
  .place__gallery {
    padding: 1.5rem 0;
  }
}
.place__gallery .gallery.slick-initialized {
  display: block;
}
.place__gallery .gallery .slick-list {
  overflow: visible;
}
.place__gallery .gallery .slick-track {
  display: flex;
  align-items: center;
}
.place__gallery .gallery .slick-slide {
  padding: 0 10px;
  height: auto;
}
.place__gallery .gallery .slick-slide img {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}
.place__gallery .gallery .slick-slide.slick-center img {
  transform: scale(1.05);
}
.place__gallery .gallery .slick-dots {
  bottom: -50px;
}
.place__gallery .gallery .slick-dots li button:before {
  color: #d32f2f;
  font-size: 12px;
}
.place__gallery .gallery .slick-dots li.slick-active button:before {
  color: #d32f2f;
  opacity: 1;
}
.place__gallery .gallery .slick-arrow {
  width: 40px;
  height: 40px;
  background: #d32f2f;
  border-radius: 50%;
  border: none;
  z-index: 10;
}
.place__gallery .gallery .slick-arrow:before {
  color: white;
  font-size: 16px;
}
.place__gallery .gallery .slick-arrow.slick-prev {
  left: 20px;
}
.place__gallery .gallery .slick-arrow.slick-next {
  right: 20px;
}
.place__gallery .gallery:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0;
}
@media (min-width: 768px) {
  .place__gallery .gallery:not(.slick-initialized) {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .place__gallery .gallery:not(.slick-initialized) {
    grid-template-columns: repeat(6, 1fr);
  }
}
.place__gallery .gallery:not(.slick-initialized) img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

.place__history {
  background: #eaeaea;
  padding: 3rem 0;
}

.place__social-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.place__social-links a {
  color: #d32f2f;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 27px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.place__social-links a:hover {
  opacity: 0.8;
}

.place__events,
.place__offers,
.place__announcements,
.place__guestbook {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.place__map .place__map-title,
.place__map .place__map-subtitle {
  background: #666;
  color: #fff;
  padding: 0 1rem;
}
@media (min-width: 0) and (max-width: 600px) {
  .place__map .place__map-title {
    font-size: 1.5rem;
  }
}
.place__map .place__map-subtitle {
  font-size: 0.875rem;
  font-style: italic;
}
.place__map .mapboxgl-popup-content {
  padding: 12px 28px 12px 12px;
}
.place__map .mapboxgl-popup-content h3 {
  font-size: 14px;
  margin-bottom: 0;
}
.place__map .mapboxgl-popup-close-button {
  font-size: 20px;
  padding: 4px 8px;
  line-height: 1;
  outline: none;
}

/**
 * Place Listing - Styles for unclaimed/listing places
 * BEM naming convention
 *
 * These styles only apply when .place--listing is present
 */
@media (min-width: 1024px) {
  .place--listing .place__banner {
    height: 450px;
  }
}
.place--listing .place__content {
  padding: 2rem 0;
  background: #fff;
}
@media (min-width: 0) and (max-width: 600px) {
  .place--listing .place__content {
    padding: 0 0 1rem;
  }
}
@media (min-width: 1024px) {
  .place--listing .place__content > .container > .row {
    --bs-gutter-x: 2.75rem;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  .place--listing .place__main {
    margin-bottom: 1.5rem;
  }
}
.place--listing .place__sidebar {
  position: sticky;
  top: calc(96px + 1rem);
  align-self: flex-start;
}
@media (min-width: 0) and (max-width: 600px) {
  .place--listing .place__sidebar {
    position: static;
    margin-top: 1rem;
  }
}
.place--listing {
  /**
   * Actions Section for listing layout
   */
}
.place--listing .place__actions {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 0) and (max-width: 600px) {
  .place--listing .place__actions {
    background: #eee;
    margin-bottom: 0.25rem;
    margin-inline: -1rem;
    padding-bottom: 0;
    padding-top: 0.25rem;
    width: calc(100% + 2rem);
  }
}
.place--listing {
  /**
   * About Section
   */
}
.place--listing .place__about {
  margin-bottom: 2rem;
  padding: 0;
}
@media (min-width: 0) and (max-width: 600px) {
  .place--listing .place__about {
    padding: 1.5rem 0;
  }
}
.place--listing .place__about h3 {
  margin-bottom: 1rem;
  color: #333;
  font-size: 1.25rem;
}
.place--listing .place__about p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.place--listing .place__about img {
  max-width: 100%;
  border-radius: 6px;
}
.place--listing .place__social {
  margin-top: 1rem;
}
.place--listing .place__social-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.place--listing .place__social-links a {
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.place--listing .place__social-links a:hover {
  background: #f9f9f9;
}
.place--listing {
  /**
   * Gallery Section
   */
}
.place--listing .place__gallery {
  padding: 2rem 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 0) and (max-width: 600px) {
  .place--listing .place__gallery {
    padding: 1.5rem 0;
  }
}
.place--listing .place__gallery .gallery.slick-initialized {
  display: block;
}
.place--listing .place__gallery .gallery .slick-list {
  overflow: visible;
}
.place--listing .place__gallery .gallery .slick-track {
  display: flex;
  align-items: center;
}
.place--listing .place__gallery .gallery .slick-slide {
  padding: 0 10px;
  height: auto;
}
.place--listing .place__gallery .gallery .slick-slide img {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}
.place--listing .place__gallery .gallery .slick-slide.slick-center img {
  transform: scale(1.05);
}
.place--listing .place__gallery .gallery .slick-dots {
  bottom: -50px;
}
.place--listing .place__gallery .gallery .slick-dots li button:before {
  color: #d32f2f;
  font-size: 12px;
}
.place--listing .place__gallery .gallery .slick-dots li.slick-active button:before {
  color: #d32f2f;
  opacity: 1;
}
.place--listing .place__gallery .gallery .slick-arrow {
  width: 40px;
  height: 40px;
  background: #d32f2f;
  border-radius: 50%;
  border: none;
  z-index: 10;
}
.place--listing .place__gallery .gallery .slick-arrow:before {
  color: white;
  font-size: 16px;
}
.place--listing .place__gallery .gallery .slick-arrow.slick-prev {
  left: 20px;
}
.place--listing .place__gallery .gallery .slick-arrow.slick-next {
  right: 20px;
}
.place--listing .place__gallery .gallery:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 0;
}
@media (min-width: 1024px) {
  .place--listing .place__gallery .gallery:not(.slick-initialized) {
    grid-template-columns: repeat(5, 1fr);
  }
}
.place--listing .place__gallery .gallery:not(.slick-initialized) img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}
.place--listing {
  /**
   * Offers, Events, Announcements Sections
   */
}
.place--listing .place__offers,
.place--listing .place__events,
.place--listing .place__announcements,
.place--listing .place__guestbook {
  padding: 2rem 0;
}
@media (min-width: 0) and (max-width: 600px) {
  .place--listing .place__offers,
  .place--listing .place__events,
  .place--listing .place__announcements,
  .place--listing .place__guestbook {
    padding: 1.5rem 0;
  }
}
.place--listing {
  /**
   * Sidebar Styling
   */
}
.place--listing .place__map {
  margin-bottom: 1.5rem;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  overflow: hidden;
}
.place--listing .place__map .mapboxgl-popup-content h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.place--listing .place__sidebar-block {
  border-bottom: 1px solid #e8e8e8;
  font-size: 0.875rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.place--listing .place__sidebar-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.place--listing .place__sidebar-block h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.place--listing .place__sidebar-block h3 i {
  color: #333;
  padding-right: 6px;
}
.place--listing .place__address-text {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #333;
}
.place--listing .place__directions-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #d32f2f;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.place--listing .place__directions-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.place--listing .place__directions-link::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.place--listing .place__phone-link {
  display: inline-block;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.place--listing .place__phone-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.place--listing .place__hours span {
  display: inline-block;
}
.place--listing .place__hours table {
  width: 100%;
  font-size: 14px;
}
.place--listing .place__hours table td {
  padding: 4px 0;
}
.place--listing .place__hours table td:first-child {
  font-weight: 500;
  width: 80px;
}
.place--listing .place__hours table td:last-child {
  text-align: right;
}
.place--listing .place__banner-founded {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}
.place--listing .place__banner-founded::before {
  color: #fff;
  content: "•";
  margin-right: 1rem;
  opacity: 0.7;
}

/**
 * Place Guestbook Section
 * BEM naming convention
 */
.place__guestbook {
  padding: 3rem 0;
  background-color: #fff;
}
.place__guestbook .container {
  max-width: 1200px;
}

.guestbook__entries {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.guestbook__entry {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  background-color: #fefefe;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .guestbook__entry {
    flex-direction: row;
    gap: 2rem;
  }
}
.guestbook__entry-header {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .guestbook__entry-header {
    flex: 0 0 25%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.guestbook__entry-avatar {
  flex-shrink: 0;
}
.guestbook__entry-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .guestbook__entry-avatar img {
    width: 60px;
    height: 60px;
  }
}
.guestbook__entry-user {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}
.guestbook__entry-name {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  font-family: "Inter", sans-serif;
}
.guestbook__entry-date {
  font-size: 0.875rem;
  color: #666;
}
.guestbook__entry-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.guestbook__entry-message {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333;
  word-wrap: break-word;
}
.guestbook__entry-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.guestbook__entry-image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #eee;
}
.guestbook__entry-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.guestbook__entry-image img:hover {
  transform: scale(1.05);
}
.guestbook__entry-image-caption {
  font-size: 0.8125rem;
  color: #666;
  padding: 0.25rem 0.5rem;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #ddd;
}

.place__guestbook p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.place__guestbook .btn {
  margin-top: 0.5rem;
}

.guestbook-sign-page {
  margin-inline: auto;
  max-width: 600px;
  padding: 2.5rem 21px;
}
.guestbook-sign-page label {
  left: auto;
  position: relative;
  top: auto;
}

.intro {
  padding: 42px 0;
}
@media (min-width: 1024px) {
  .intro {
    padding: 90px 0;
  }
}

.car-stripe {
  background: url("../images/home/double-stripe.svg") 0 -108px repeat-x;
  border-bottom: 90px solid #d32f2f;
  position: relative;
}
.car-stripe__image {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
  transform: translateX(-100%);
  transition: none;
  will-change: transform;
}
body.front .hero--md {
  height: 596px;
}
body.front .row {
  row-gap: 1.5rem;
}

.business-claim {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}
.business-claim__container {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  padding: 60px;
  width: calc(100% - 42px);
}
.business-claim__icon {
  font-size: 3rem;
  color: #d32f2f;
  margin-bottom: 1rem;
}
.business-claim__header {
  text-align: center;
  margin-bottom: 2rem;
}
.business-claim__title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
  text-transform: none;
}
.business-claim__description {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.business-claim__search-wrapper {
  position: relative;
}
.business-claim__info p {
  font-weight: 600;
}
.business-claim__info {
  /*
  a {
    color: $primary-color;
    text-decoration: underline;

    &:hover {
      color: color.adjust($primary-color, $lightness: -10%);
    }
  }
  */
}

.business-search {
  margin: 0;
}
.business-search__input {
  width: 100%;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 1.1rem;
  text-align: center;
  transition: border-color 0.2s ease;
}
.business-search__input:focus {
  border-color: #ddd;
  outline: none;
}
.business-search__input::placeholder {
  color: #999;
}
.business-search__results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-top: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
}
.business-search__loading, .business-search__error {
  padding: 1rem;
  text-align: center;
  color: #666;
  font-style: italic;
}
.business-search__error {
  color: #dc3545;
}
.business-search__item {
  padding: 1rem;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.business-search__item:hover {
  background-color: #f8f9fa;
}
.business-search__item:last-child {
  border-bottom: none;
}
.business-search__item--add-new {
  background-color: #f8f9ff;
  border-left: 4px solid #007bff;
}
.business-search__item--add-new:hover {
  background-color: #e6f2ff;
}
.business-search__item--add-new .business-search__item-address {
  color: #007bff;
  font-weight: 500;
}
.business-search__item-name {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.25rem;
}
.business-search__item-address {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}

.subscription-plans__container {
  max-width: 1200px;
  margin: 0 auto;
}
.subscription-plans__header {
  text-align: center;
  margin-bottom: 3rem;
  color: white;
}
.subscription-plans__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.subscription-plans__subtitle {
  font-size: 1.25rem;
  opacity: 0.9;
  margin-bottom: 1rem;
}
.subscription-plans__business {
  font-size: 1.1rem;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
}
.subscription-plans__tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  align-items: start;
}

.subscription-tier {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.subscription-tier:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.subscription-tier--cruiser {
  border: 3px solid #007bff;
}
.subscription-tier__badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #007bff;
  color: white;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}
.subscription-tier__header {
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.5rem;
}
.subscription-tier__name {
  font-size: 1.75rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}
.subscription-tier__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
}
.subscription-tier__currency {
  font-size: 1.25rem;
  color: #666;
}
.subscription-tier__amount {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
.subscription-tier__period {
  font-size: 1rem;
  color: #666;
}
.subscription-tier__features {
  margin-bottom: 2rem;
}
.subscription-tier__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.subscription-tier__item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 1.75rem;
}
.subscription-tier__item:last-child {
  border-bottom: none;
}
.subscription-tier__item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}
.subscription-tier__action {
  text-align: center;
}
.subscription-tier__button {
  display: block;
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.subscription-tier__button--free {
  background: #28a745;
  color: white;
}
.subscription-tier__button--free:hover:not(:disabled) {
  background: #218838;
}
.subscription-tier__button--primary {
  background: #d32f2f;
  color: white !important;
  text-decoration: none !important;
}
.subscription-tier__button--primary:hover:not(:disabled) {
  background: #0056b3;
}
.subscription-tier__button--premium {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.subscription-tier__button--premium:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}
.subscription-tier__button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.claim-success {
  display: flex;
  align-items: center;
  justify-content: center;
}
.claim-success__container {
  background: white;
  border-radius: 12px;
  padding: 42px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
.claim-success__icon {
  margin-bottom: 2rem;
}
.claim-success__icon i {
  font-size: 80px;
}
.claim-success__icon--warning i {
  color: #ecaf3b;
}
.claim-success__checkmark {
  color: #28a745;
  animation: checkmark-scale 0.5s ease-in-out;
}
.claim-success__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
}
.claim-success__message {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.claim-success__message p {
  margin: 0.5rem 0;
}
.claim-success__message a {
  color: #d32f2f;
  text-decoration: underline;
}
.claim-success__business {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.claim-success__label {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 0.5rem 0;
}
.claim-success__name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.claim-success__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.claim-success__button {
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}
.claim-success__button--primary {
  background: #d32f2f;
  color: white;
}
.claim-success__button--primary:hover {
  background: rgb(149.8095238095, 31.6904761905, 31.6904761905);
}
.claim-success__button--secondary {
  background: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}
.claim-success__button--secondary:hover {
  background: #007bff;
  color: white;
}

@keyframes checkmark-scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.business-signup {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.business-signup-form__first-last {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.business-signup__intro {
  text-align: center;
  margin-bottom: 2rem;
}
.business-signup__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
  text-transform: none;
}
.business-signup__description {
  font-size: 1.1rem;
  color: #666;
  margin: 0;
}
.business-signup .form-item {
  margin-bottom: 1rem;
}
.business-signup {
  /*
  label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
  }
  */
  /*
  &__input {
    width: 100%;
    padding: 0.875rem;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s ease;

    &:focus {
      border-color: #666;
      outline: none;
      box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

    &::placeholder {
      color: #999;
    }
  }
  */
}
.business-signup .description {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.25rem;
}
.business-signup__actions {
  margin-top: 1.2rem;
}
.business-signup__submit {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.business-signup__submit--primary {
  background: #d32f2f;
  color: white;
}
.business-signup__submit--primary:hover {
  background: rgb(149.8095238095, 31.6904761905, 31.6904761905);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.business-signup__submit--primary:active {
  transform: translateY(0);
}
.business-signup__login-link {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
  color: #666;
}
.business-signup__login-link a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}
.business-signup__login-link a:hover {
  text-decoration: underline;
}
.business-signup .form-item--error .business-signup__input {
  border-color: #dc3545;
}
.business-signup .form-item--error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.business-signup {
  /*
  label {
    position: absolute;
    left: 12px;
    top: 20px;
    color: #888;
    font-size: 16px;
    background: white;
    padding: 0 4px;
    transition: 0.2s ease all;
    pointer-events: none;
  }
  */
  /*
  // when input is focused or has text
  input:focus + label,
  input:not(:placeholder-shown) + label,
  input:valid + label,
  input.has-value + label {
    top: -5px;
    left: 12px;
    font-size: 12px;
    color: #333;
  }

  // For required fields that have content
  input:required:valid + label {
    top: -5px;
    left: 12px;
    font-size: 12px;
    color: #333;
  }
  */
}

.page-business-signup {
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-add {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.business-add__intro {
  text-align: center;
  margin-bottom: 2rem;
}
.business-add__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}
.business-add__description {
  font-size: 1.1rem;
  color: #666;
  margin: 0;
}
.business-add .form-item {
  margin-bottom: 1.5rem;
}
.business-add label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.business-add__input, .business-add__select, .business-add__textarea {
  width: 100%;
  padding: 0.875rem;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}
.business-add__input:focus, .business-add__select:focus, .business-add__textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.business-add__input::placeholder, .business-add__select::placeholder, .business-add__textarea::placeholder {
  color: #999;
}
.business-add__input--state, .business-add__input--zip {
  width: auto;
  display: inline-block;
  margin-right: 1rem;
}
.business-add__address-fieldset {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}
.business-add__address-fieldset legend {
  font-weight: 600;
  color: #333;
  padding: 0 0.5rem;
}
.business-add__address-fieldset .form-item {
  margin-bottom: 1rem;
}
.business-add__address-fieldset .form-item:last-child {
  margin-bottom: 0;
}
.business-add__textarea {
  resize: vertical;
  min-height: 80px;
}
.business-add .description {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.25rem;
}
.business-add__actions {
  margin-top: 2rem;
  text-align: center;
}
.business-add__submit {
  padding: 1rem 2rem;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.business-add__submit--primary {
  background: #007bff;
  color: white;
}
.business-add__submit--primary:hover {
  background: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}
.business-add__submit--primary:active {
  transform: translateY(0);
}
.business-add .form-item--error .business-add__input, .business-add .form-item--error .business-add__select, .business-add .form-item--error .business-add__textarea {
  border-color: #dc3545;
}
.business-add .form-item--error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.signup-success {
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-success__container {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  max-width: 500px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
.signup-success__icon {
  margin-bottom: 2rem;
}
.signup-success__checkmark {
  color: #28a745;
  animation: checkmark-scale 0.5s ease-in-out;
}
.signup-success__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
}
.signup-success__message {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.signup-success__message p {
  margin: 0.5rem 0;
}
.signup-success__info {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  text-align: left;
}
.signup-success__info h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  text-align: center;
}
.signup-success__steps {
  margin: 0;
  padding-left: 1.5rem;
}
.signup-success__steps li {
  margin-bottom: 0.75rem;
  color: #555;
  line-height: 1.5;
}
.signup-success__steps li:last-child {
  margin-bottom: 0;
}
.signup-success__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.signup-success__button {
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}
.signup-success__button--primary {
  background: #007bff;
  color: white;
}
.signup-success__button--primary:hover {
  background: #0056b3;
}
.signup-success__button--secondary {
  background: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}
.signup-success__button--secondary:hover {
  background: #007bff;
  color: white;
}

@media (max-width: 768px) {
  .business-claim {
    padding: 1rem;
  }
  .business-claim__container {
    padding: 1.5rem;
  }
  .business-claim__title {
    font-size: 1.75rem;
  }
  .business-search__input {
    font-size: 1rem;
    padding: 0.875rem;
  }
  .subscription-plans__title {
    font-size: 2rem;
  }
  .subscription-plans__subtitle {
    font-size: 1.1rem;
  }
  .subscription-plans__tiers {
    grid-template-columns: 1fr;
  }
  .subscription-tier__name {
    font-size: 1.5rem;
  }
  .subscription-tier__amount {
    font-size: 2rem;
  }
  .claim-success__container {
    padding: 2rem;
  }
  .claim-success__title {
    font-size: 1.75rem;
  }
  .claim-success__actions {
    flex-direction: column;
  }
  .claim-success__button {
    width: 100%;
  }
  .business-signup {
    margin: 1rem;
    padding: 1.5rem;
  }
  .business-signup__title {
    font-size: 1.75rem;
  }
  .business-signup__description {
    font-size: 1rem;
  }
  .signup-success__container {
    padding: 2rem;
    margin: 1rem;
  }
  .signup-success__title {
    font-size: 1.75rem;
  }
  .signup-success__info {
    padding: 1rem;
  }
  .signup-success__actions {
    flex-direction: column;
  }
  .signup-success__button {
    width: 100%;
  }
  .business-add {
    margin: 1rem;
    padding: 1.5rem;
    max-width: none;
  }
  .business-add__title {
    font-size: 1.75rem;
  }
  .business-add__description {
    font-size: 1rem;
  }
  .business-add__address-fieldset {
    padding: 1rem;
  }
  .business-add__input--state, .business-add__input--zip {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.offer-header {
  position: relative;
  padding: 80px 0 60px;
  margin-bottom: 60px;
  overflow: hidden;
}
.offer-header__pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03) 10px, transparent 10px, transparent 20px);
  pointer-events: none;
}
.offer-header__content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.offer-header__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.offer-header__badge i {
  font-size: 16px;
}
.offer-header__title {
  color: white;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .offer-header__title {
    font-size: 2rem;
  }
}
.offer-header__business {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}
.offer-header__business i {
  color: white;
}

.offer-content {
  padding-bottom: 60px;
}

.offer-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.offer-image img {
  width: 100%;
  height: auto;
  display: block;
}
.offer-image__placeholder {
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.offer-image__expire {
  background: #d60000;
  color: white;
  padding: 15px 20px;
  margin-top: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
}
.offer-image__expire i {
  font-size: 24px;
}
.offer-image__expire small {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.9;
  letter-spacing: 1px;
}
.offer-image__expire strong {
  display: block;
  font-size: 18px;
  margin-top: 2px;
}

.offer-details__heading {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d32f2f;
}
.offer-details__description {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}
.offer-details__description p {
  margin-bottom: 15px;
}

.offer-location {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.offer-location__title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px;
}
.offer-location__title i {
  color: #d32f2f;
  margin-right: 8px;
}
.offer-location__info strong {
  display: block;
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}
.offer-location__address {
  color: #666;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.offer-location__address:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 1px;
  background: #ccc;
}
.offer-location__phone {
  color: #666;
  padding-left: 28px;
  position: relative;
}
.offer-location__phone i {
  position: absolute;
  left: 0;
  color: #d32f2f;
  font-size: 14px;
}

.offer-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.offer-actions .btn--large {
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .offer-actions .btn {
    width: 100%;
  }
}

.offer-more {
  background: #f8f8f8;
  padding: 60px 0;
  border-top: 1px solid #e0e0e0;
}
.offer-more h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

body.wifi-offer .header,
body.wifi-offer .footer {
  display: none;
}
body.wifi-offer .offer-header {
  background-size: auto;
  background-repeat: repeat;
  border-bottom: 5px solid #d32f2f;
  padding: 42px 0;
  margin-bottom: 21px;
}
body.wifi-offer .offer-header__content i {
  color: #d32f2f;
  font-size: 48px;
  margin-bottom: 12px;
}
body.wifi-offer .offer-header__content img {
  height: 48px;
  margin-bottom: 12px;
  width: auto;
}
body.wifi-offer .offer-header__content h1 {
  margin-bottom: 0;
}
body.wifi-offer .offer-details__heading {
  font-size: 2.5rem;
  border-color: #d32f2f;
  margin-bottom: 25px;
}
body.wifi-offer .offer-details__expiration {
  display: flex;
}
body.wifi-offer .offer-details__expiration div, body.wifi-offer .offer-details__expiration a {
  border: 2px solid #aaa;
  padding: 6px 15px;
  border-radius: 10px;
  font-size: 14px;
  color: #666;
}
body.wifi-offer .offer-details__expiration div {
  margin-right: 12px;
}
body.wifi-offer .offer-more {
  background: url(../images/bgs/black-checker-bg.svg) 0 100% repeat;
}
body.wifi-offer .offer-more i {
  background: #fff;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  padding: 9px 0;
  color: #d32f2f;
  font-size: 32px;
  margin-bottom: 12px;
}

.event__hero {
  padding: 90px 0;
}
.event__title-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.event__title h1 {
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .event__title {
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .event__title h1 {
    font-size: 60px;
  }
}
.event__title .event__organizer {
  font-size: 16px;
  color: #666;
}

.event-details {
  background-color: #f9f9f9;
  margin-top: -35px;
  padding: 35px;
  border-radius: 8px;
  width: 100%;
}
.event-details .event-detail-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.event-details .event-detail-item h4 i {
  color: #d32f2f;
  margin-right: 8px;
}
.event-details .event-detail-item div {
  font-size: 14px;
  color: #333;
}
.event-details .event-detail-item div a {
  color: #d32f2f;
  text-decoration: none;
}
.event-details .event-detail-item div a:hover {
  text-decoration: underline;
}
.event-details .event-detail-item div a i {
  color: #d32f2f;
  margin-left: 4px;
}
.event-details .event-detail-row .row .col-6 {
  padding-right: 15px;
  padding-left: 15px;
}

body.business .content {
  background: url(../images/bgs/business-bg2.jpg) 50% 100%/cover no-repeat fixed;
  min-height: calc(100vh - 112px);
  padding: 60px 0;
}

.node-page--grey {
  background-color: #f5f5f5;
}

.auth-page {
  background: #f9f9f9;
  padding: 90px 20px;
}
.auth-page__inner {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 40px 30px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h1.auth-page__title {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  text-transform: none;
}

.auth-page__forgot-password,
.auth-page__back-link {
  font-size: 14px;
  margin-top: 1rem;
}
.auth-page__forgot-password a:hover,
.auth-page__back-link a:hover {
  text-decoration: underline;
}

.auth-page__form .description {
  font-size: 13px;
  margin-top: 0.25rem;
}
.auth-page__form .btn--primary:disabled {
  background: #999;
  color: #fff;
}

.password-reset-form__message .messages {
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 1rem;
  text-align: left;
}
.password-reset-form__message .messages--warning,
.password-reset-form__message .messages--error {
  background-color: #c0392b;
  color: #fff;
}
.password-reset-form__message .messages--status {
  background-color: #27ae60;
  color: #fff;
}

.mile-marker {
  min-height: 100vh;
  background: url(../images/bgs/centennial-charcoal.svg) left center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
.mile-marker__container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.mile-marker__header {
  text-align: center;
  margin-bottom: 3rem;
  color: #ffffff;
}
.mile-marker__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
}
.mile-marker__subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.mile-marker__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.mile-marker__card {
  background: linear-gradient(135deg, #c62828 0%, #b71c1c 100%);
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .mile-marker__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  }
}
.mile-marker__card--learn, .mile-marker__card--explore {
  aspect-ratio: auto;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.mile-marker__card--learn .mile-marker__button, .mile-marker__card--explore .mile-marker__button {
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
}
.mile-marker__card--learn .mile-marker__icon, .mile-marker__card--explore .mile-marker__icon {
  font-size: 1rem;
  margin-bottom: 0;
}
.mile-marker__card--learn .mile-marker__button-label, .mile-marker__card--explore .mile-marker__button-label {
  font-size: 0.875rem;
}
.mile-marker__card--learn .mile-marker__button-text, .mile-marker__card--explore .mile-marker__button-text {
  display: none;
}
.mile-marker__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0.5rem;
  text-decoration: none;
  color: #ffffff;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.mile-marker__button:hover, .mile-marker__button:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-decoration: none;
}
.mile-marker__button.active {
  background: #00bbc8;
}
.mile-marker__button.btn {
  background: transparent;
  border: none;
  box-shadow: none;
}
.mile-marker__button.btn:hover, .mile-marker__button.btn:focus {
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  box-shadow: none;
}
.mile-marker__icon {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
.mile-marker__button-label {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
.mile-marker__button-text {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.mile-marker__branding {
  text-align: center;
  margin-top: 3rem;
}
.mile-marker__powered-by {
  display: block;
  font-size: 0.7rem;
  color: #fff;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.mile-marker__logo {
  max-width: 140px;
}

/**
 * Account Pages
 * BEM naming convention
 */
.account {
  padding: 2rem 0;
  background: #fff;
  min-height: 60vh;
}
.account .container {
  max-width: 1200px;
}
.account h1 {
  margin-bottom: 2rem;
}
.account__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.account__title-row h1 {
  margin-bottom: 0;
}

@media (min-width: 0) and (max-width: 1023px) {
  .account__sidebar {
    margin-bottom: 2rem;
  }
}

/**
 * Account Card (Profile Photo + Name)
 */
.account-card {
  padding: 0 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.account-card__photo {
  width: 180px;
  height: 180px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.account-card__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-card__photo-placeholder {
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-card__photo-placeholder i {
  font-size: 48px;
  color: #999;
}
.account-card__name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

/**
 * Account Navigation
 */
.account-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account-nav__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
  font-size: 0.9375rem;
}
.account-nav__link i {
  color: #d32f2f;
  width: 20px;
  text-align: center;
  transition: color 0.2s ease;
}
.account-nav__link:hover:not(.account-nav__link--disabled) {
  background: #f0f0f0;
}
.account-nav__link--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.account-nav__item {
  margin-bottom: 0.25rem;
}
.account-nav__item--active .account-nav__link {
  background: #d32f2f;
  color: #fff;
  font-weight: 600;
}
.account-nav__item--active .account-nav__link:hover {
  background: #d32f2f;
}
.account-nav__item--active .account-nav__link i {
  color: #fff;
}

/**
 * Account Profile Form Styling
 */
.account__main .form-item {
  margin-bottom: 1.5rem;
}
.account__main .form-type-password-confirm .form-item:last-child,
.account__main .fieldset-wrapper .form-item:last-child,
.account__main fieldset .form-item:last-child {
  margin-bottom: 0;
}
.account__main label {
  position: static;
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #333;
  font-size: 0.9375rem;
  pointer-events: auto;
  padding: 0;
  background: none;
}
.account__main .form-type-checkbox label,
.account__main .form-type-radio label {
  display: inline;
  font-weight: normal;
  margin-bottom: 0;
}
.account__main .description {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.25rem;
}
.account__main input[type=text],
.account__main input[type=email],
.account__main input[type=date],
.account__main select,
.account__main textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}
.account__main input[type=text]:focus,
.account__main input[type=email]:focus,
.account__main input[type=date]:focus,
.account__main select:focus,
.account__main textarea:focus {
  outline: none;
  border-color: #d32f2f;
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1);
}
.account__main textarea {
  resize: vertical;
  min-height: 100px;
}
.account__main .form-managed-file .form-file {
  padding: 0.5rem;
  border: 2px dashed #d8d8d8;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.account__main .form-managed-file .form-file:hover {
  border-color: #d32f2f;
}
.account__main fieldset {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 0 0 1.5rem;
  background: #fff;
}
.account__main fieldset legend {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
}
.account__main fieldset p {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  color: #666;
  line-height: 1.5;
}
.account__main fieldset .help-text {
  font-size: 0.875rem;
  color: #666;
}
.account__main .password-confirm .form-item {
  margin-bottom: 1rem;
}
.account__main .js-form-type-password-confirm.is-initial.is-password-empty.is-confirm-empty .confirm-parent {
  display: none;
}
.account__main .js-form-type-password-confirm.is-initial.is-password-empty.is-confirm-empty .password-strength__title {
  margin: 0;
  line-height: 0;
  overflow: hidden;
}
.account__main .js-form-type-password-confirm.is-initial.is-password-empty .password-strength {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.account__main .js-form-type-password-confirm .password-strength__title,
.account__main .js-form-type-password-confirm .password-strength__text,
.account__main .js-form-type-password-confirm .password-confirm-message,
.account__main .js-form-type-password-confirm .password-suggestions {
  font-size: 12px;
}
.account__main .js-form-type-password-confirm .password-strength__meter {
  border-radius: 21px;
  height: 0.5rem;
}
.account__main .js-form-type-password-confirm .password-strength__indicator.is-weak {
  background-color: #d32f2f;
}
.account__main .js-form-type-password-confirm .password-strength__indicator.is-fair {
  background-color: #e89a3a;
}
.account__main .js-form-type-password-confirm .password-strength__indicator.is-good {
  background-color: #68b85c;
}
.account__main .js-form-type-password-confirm .password-strength__indicator.is-strong {
  background-color: #28a745;
}
.account__main .js-form-type-password-confirm .password-strength__text.is-weak {
  color: #dc3545;
}
.account__main .js-form-type-password-confirm .password-strength__text.is-fair {
  color: #e89a3a;
}
.account__main .js-form-type-password-confirm .password-strength__text.is-good {
  color: #68b85c;
}
.account__main .js-form-type-password-confirm .password-strength__text.is-strong {
  color: #28a745;
}
.account__main input[type=password] {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}
.account__main input[type=password]:focus {
  outline: none;
  border-color: #d32f2f;
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1);
}
.account__main .form-actions {
  margin-top: 2rem;
}
.account__main .account-photo-section {
  border: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.account__main .account-photo-section legend {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #333;
  margin-bottom: 1rem;
}
.account__main .current-photo-container {
  margin-bottom: 1rem;
}
.account__main .current-photo-container .current-photo {
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
  border-radius: 4px;
}
.account__main .photo-preview {
  position: relative;
  display: inline-block;
}
.account__main .photo-preview .preview-image {
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
.account__main .photo-preview .photo-remove {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
}
.account__main .photo-preview-container {
  margin-bottom: 1rem;
}
.account__main .dropzone-container {
  border: 2px dashed #d8d8d8;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  background: #f9fafb;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.account__main .dropzone-container:hover, .account__main .dropzone-container.dz-drag-hover {
  border-color: #d32f2f;
  background: rgba(211, 47, 47, 0.02);
}
.account__main .dropzone-container .dropzone-message {
  color: #666;
  font-size: 0.9375rem;
  margin: 0;
}
.account__main .dropzone-container .dropzone-message small {
  display: block;
  margin-top: 0.25rem;
  color: #999;
}

/**
 * Account Lists Page
 */
.lists-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.list-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
  background: #fff;
}
.list-card:hover {
  border-color: #d32f2f;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
.list-card__header {
  flex: 1;
  min-width: 0;
}
.list-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: #333;
}
.list-card__count {
  display: inline-block;
  font-size: 0.8125rem;
  color: #666;
  background: #f5f5f5;
  padding: 2px 10px;
  border-radius: 12px;
}
.list-card__description {
  font-size: 0.875rem;
  color: #666;
}
.list-card__icon {
  flex-shrink: 0;
  color: #ccc;
  font-size: 1rem;
  transition: color 0.2s ease, transform 0.2s ease;
}
.list-card:hover .list-card__icon {
  color: #d32f2f;
  transform: translateX(2px);
}

/**
 * List Items Page (detail view)
 */
.account-list-items .list-header {
  margin-bottom: 2rem;
}
.account-list-items .list-header__back {
  margin-bottom: 1rem;
}
.account-list-items .list-header__description {
  font-size: 0.9375rem;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.btn-back:hover {
  color: #d32f2f;
}
.btn-back i {
  font-size: 0.75rem;
}

.list-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s ease;
}
.list-item:hover {
  border-color: #ccc;
}
.list-item__thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
}
.list-item__thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.list-item__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-item__thumb-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-item__thumb-placeholder i {
  font-size: 1.25rem;
  color: #ccc;
}
.list-item__content {
  flex: 1;
  min-width: 0;
}
.list-item__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.list-item__title a {
  color: #333;
  text-decoration: none;
}
.list-item__title a:hover {
  color: #d32f2f;
}
.list-item__notes {
  font-size: 0.8125rem;
  color: #666;
  margin-top: 0.25rem;
}
.list-item__actions {
  flex-shrink: 0;
}

.list-card__meta {
  display: flex;
  gap: 0.25rem;
  margin-top: 0.25rem;
}

/**
 * Shared empty state (used across account pages)
 */
.empty-state {
  text-align: center;
  padding: 4rem 2rem;
}
.empty-state__icon {
  font-size: 3rem;
  color: #ddd;
  display: block;
  margin-bottom: 1.5rem;
}
.empty-state__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.5rem;
}
.empty-state__message {
  font-size: 0.9375rem;
  color: #666;
  margin: 0;
}

/**
 * Account Guestbook Pages
 */
.guestbook-entries {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.guestbook-entry-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s ease;
}
.guestbook-entry-card:hover {
  border-color: #ccc;
}
.guestbook-entry-card__content {
  flex: 1;
  min-width: 0;
}
.guestbook-entry-card__place {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.guestbook-entry-card__place a {
  color: #333;
  text-decoration: none;
}
.guestbook-entry-card__place a:hover {
  color: #d32f2f;
}
.guestbook-entry-card__message {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.guestbook-entry-card__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.8125rem;
  color: #999;
}
.guestbook-entry-card__photos {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.guestbook-entry-card__photos i {
  font-size: 0.75rem;
}
.guestbook-entry-card__actions {
  flex-shrink: 0;
}

/**
 * Guestbook Edit Page
 */
.account-guestbook-edit .list-header {
  margin-bottom: 2rem;
}
.account-guestbook-edit .guestbook-existing-images {
  border: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.account-guestbook-edit .guestbook-existing-images legend {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #333;
  margin-bottom: 1rem;
}
.account-guestbook-edit .gallery-images-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.account-guestbook-edit .existing-image-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.account-guestbook-edit .existing-image-item .gallery-thumbnail {
  border-radius: 4px;
}
.account-guestbook-edit .existing-image-item .remove-existing-image {
  font-size: 0.75rem;
  padding: 4px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #d32f2f;
  cursor: pointer;
  transition: all 0.2s ease;
}
.account-guestbook-edit .existing-image-item .remove-existing-image:hover {
  background: #d32f2f;
  border-color: #d32f2f;
  color: #fff;
}
.account-guestbook-edit .guestbook-media-section {
  border: none;
  padding: 0;
  margin: 0;
}
.account-guestbook-edit .guestbook-media-section legend {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #333;
  margin-bottom: 1rem;
}
.account-guestbook-edit .dropzone-container {
  border: 2px dashed #d8d8d8;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.account-guestbook-edit .dropzone-container:hover, .account-guestbook-edit .dropzone-container.dz-drag-hover {
  border-color: #d32f2f;
  background: rgba(211, 47, 47, 0.02);
}
.account-guestbook-edit .dropzone-container .dropzone-message {
  color: #666;
  font-size: 0.9375rem;
}
.account-guestbook-edit .dropzone-container .dropzone-message small {
  color: #999;
}

.paragraph--type--columns > div {
  display: flex;
  gap: 42px;
}
.paragraph--type--columns > div > div {
  flex: 1;
  background: #fff;
  padding: 20px 30px;
  border-radius: 6px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}
.paragraph--type--columns > div > div .paragraph--type--column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.paragraph--type--columns > div > div .paragraph--type--column > div:last-child {
  margin-top: auto;
}

.faqs {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.faq-item__question {
  width: 100%;
  text-align: left;
  padding: 20px 60px 20px 20px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  transition: background-color 0.3s ease;
}
.faq-item__question:hover {
  background-color: #f8f9fa;
}
.faq-item__question[aria-expanded=true] {
  background-color: #f8f9fa;
}
.faq-item__question[aria-expanded=true] .faq-item__icon:before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.faq-item__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.faq-item__icon:before {
  content: "›";
  font-size: 32px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease;
}
.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-item__answer-content {
  padding: 20px;
  color: #666;
  line-height: 1.6;
}
.faq-item.is-open .faq-item__answer {
  max-height: 1000px;
}

@media (min-width: 0) and (max-width: 600px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile {
  display: none !important;
}
@media (min-width: 0) and (max-width: 600px) {
  .show-mobile {
    display: initial !important;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}

.show-tablet {
  display: none !important;
}
@media (min-width: 601px) and (max-width: 768px) {
  .show-tablet {
    display: initial !important;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .hide-tablet-down {
    display: none !important;
  }
}

.show-tablet-down {
  display: none !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .show-tablet-down {
    display: initial !important;
  }
}

@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

.show-desktop {
  display: none !important;
}
@media (min-width: 1024px) {
  .show-desktop {
    display: initial !important;
  }
}

@media (max-width: 600px) {
  .specials__grid,
  .events__grid,
  .explore__grid {
    grid-template-columns: 1fr;
  }
  .happenings__buttons {
    flex-direction: column;
    align-items: center;
  }
  .newsletter__form {
    flex-direction: column;
    align-items: center;
  }
  .newsletter__input,
  .newsletter__btn {
    width: 100%;
    max-width: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
