/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/modules/single-location.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.location-item {
  padding: 0;
}
.location-item .location-status {
  background: var(--wp--preset--color--primary);
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
  color: var(--wp--preset--color--white);
  font-size: 1.2rem;
  font-weight: 700;
}
.location-item .location-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.location-item .location-content-left {
  flex: 1;
}
.location-item .location-content-right {
  flex: 1;
}
.location-item .location-ticket-urls *:not(:first-child)::before {
  content: "";
  display: inline-block;
  border-left: thin solid #ddd;
  height: 14px;
  align-items: center;
  padding-right: 10px;
}
.location-item .location-title {
  text-transform: none;
  color: var(--wp--preset--color--text-primary);
  position: relative;
  top: -4px;
  line-height: 1.1;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.location-item .location-meta-data {
  margin-bottom: 20px;
}
.location-item .location-meta-data p {
  line-height: 1.3;
  font-size: 1.1rem;
  color: var(--wp--preset--color--text-primary);
  margin-bottom: 10px;
}
.location-item .location-meta-data p:last-child {
  margin-bottom: 0;
}
.location-item .location-content, .location-item .location-sponsored {
  font-family: var(--wp--preset--font-family--source-serif-4);
  padding-top: 20px;
  margin-top: 10px;
  border-top: thin solid var(--wp--preset--color--text-primary);
  color: var(--wp--preset--color--text-primary);
  font-size: 1.05rem;
  display: block;
  margin-bottom: 20px;
}
.location-item .location-sponsored {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.location-item .location-best-of-title {
  display: inline-block;
  padding: 2px 12px;
  color: #fff;
  background: var(--wp--preset--color--primary);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2;
}
.location-item .location-best-of ul {
  list-style: none;
  margin: 8px 0 0 !important;
  padding: 0 0 0 8px;
  width: 100%;
  box-sizing: border-box;
}
.location-item .location-best-of ul a {
  color: var(--wp--preset--color--text-primary);
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  transition: color 0.2s ease;
}
.location-item .location-best-of ul a:hover {
  color: var(--wp--preset--color--primary);
}
.location-item .location-gallery .location-gallery-credit {
  color: #595959;
  font-weight: 700;
  margin-right: 4px;
  text-align: right;
}
.location-item .location-gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.location-item .location-gallery-thumbnails .location-gallery-thumbnail {
  width: calc(25% - 15px);
}
.location-item .location-gallery-thumbnails .location-gallery-thumbnail img {
  width: 100%;
  height: auto;
}
.location-item .location-related-articles {
  margin: 30px 0;
}
.location-item .location-related-articles > h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.4;
}
.location-item .location-related-articles .location-related-articles-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.location-item .location-related-articles .location-related-article-item {
  width: calc(25% - 18.75px);
}
.location-item .location-related-articles .location-related-article-item .location-related-article-link {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}
.location-item .location-related-articles .location-related-article-item .location-related-article-image .location-related-article-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
}
.location-item .location-related-articles .location-related-article-item .location-related-article-image .location-related-article-placeholder {
  width: 100%;
  height: 160px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}
.location-item .location-related-articles .location-related-article-item .location-related-article-content .location-related-article-category {
  color: var(--wp--preset--color--primary);
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 8px;
  line-height: 1;
  text-transform: uppercase;
  transition: 144ms ease;
}
.location-item .location-related-articles .location-related-article-item .location-related-article-content .location-related-article-category:hover {
  color: var(--wp--preset--color--text-secondary);
}
.location-item .location-related-articles .location-related-article-item .location-related-article-content .location-related-article-title {
  margin: 7px 0 0;
  font-size: 1.1rem;
  line-height: 1.15em;
  font-weight: 700;
  transition: 144ms ease;
  color: var(--wp--preset--color--text-primary);
}
.location-item .location-related-articles .location-related-article-item .location-related-article-content .location-related-article-author {
  color: var(--wp--preset--color--text-secondary);
  font-size: 0.9rem;
  font-weight: 400;
  margin: 8px 0 0;
  line-height: 1.25;
}
.location-item .location-advertisement {
  margin: 60px 0 30px;
}
.location-item .location-advertisement .advertisement-link {
  width: auto;
}
.location-item .location-advertisement .advertisement-image {
  width: 100%;
  height: auto;
}
.location-item .trending-articles-block .container-wide {
  padding: 0;
}
.location-item .trending-articles-block .trending-articles-container .trending-articles-item {
  width: calc(25% - 18.75px);
}
.location-item .location-map-link {
  cursor: pointer;
  font-weight: 400;
  padding-left: 20px;
  margin-left: 10px;
}
.location-item .location-map-link[data-tooltip] {
  position: relative;
}
.location-item .location-map-link[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -160%;
  left: 50%;
  background-color: #737373;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.location-item .location-map-link[data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
}
.location-item .location-map-link svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.location-item .location-map-link svg path {
  fill: var(--wp--preset--color--primary);
}
.location-item .location-map {
  padding-top: 20px;
  padding-bottom: 20px;
}
.location-item .location-map-canvas {
  display: none;
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 1;
}
.location-item .location-map-canvas.active {
  display: block;
}
.location-item .location-map-canvas.rendered {
  height: 400px;
}
.location-item .leaflet-control-attribution.leaflet-control {
  display: none;
}
.location-item .trending-articles-block .trending-articles-container .trending-articles-item .trending-articles-content .trending-articles-title {
  font-size: 1.1rem;
  line-height: 1.15em;
}
@media (max-width: 1199px) {
  .location-item .location-related-articles .location-related-articles-list {
    gap: 20px;
  }
  .location-item .location-related-articles .location-related-article-item {
    width: calc(50% - 12.5px);
  }
  .location-item .trending-articles-block .trending-articles-container .trending-articles-item {
    width: calc(50% - 12.5px);
  }
}
@media (max-width: 767px) {
  .location-item .location-content-wrapper {
    flex-direction: column;
  }
  .location-item .location-content-wrapper .location-content-left {
    order: 2;
  }
  .location-item .location-content-wrapper .location-content-right {
    order: 1;
  }
  .location-item .location-content-left {
    display: flex;
    flex-direction: column;
  }
  .location-item .location-content-left .location-header {
    order: 2;
  }
  .location-item .location-content-left .location-header .location-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  .location-item .location-content-left .location-meta-data {
    order: 6;
    margin-top: 25px;
  }
  .location-item .location-content-left .location-content {
    margin-top: 0;
    order: 3;
  }
  .location-item .location-content-left .location-sponsored {
    order: 4;
  }
  .location-item .location-content-left .location-best-of {
    order: 5;
  }
  .location-item .location-content-left .location-map {
    order: 7;
  }
}
@media screen and (max-width: 640px) {
  .location-item .location-related-articles .location-related-article-item {
    width: 100%;
  }
  .location-item .trending-articles-block .trending-articles-container .trending-articles-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .location-item .location-content-left .location-header {
    order: 2;
  }
  .location-item .location-content-left .location-header .location-title {
    font-size: 2rem;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/components/lightbox.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.vmg-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.vmg-lightbox.vmg-lightbox--open {
  opacity: 1;
  visibility: visible;
}
.vmg-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10001;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vmg-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.vmg-lightbox__close::before, .vmg-lightbox__close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}
.vmg-lightbox__close::before {
  transform: rotate(45deg);
}
.vmg-lightbox__close::after {
  transform: rotate(-45deg);
}
.vmg-lightbox__container {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.vmg-lightbox--open .vmg-lightbox__container {
  transform: scale(1);
}
.vmg-lightbox__image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.vmg-lightbox__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.vmg-lightbox--open .vmg-lightbox__image {
  transform: scale(1);
}
.vmg-lightbox__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  max-width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
  z-index: 10002;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.vmg-lightbox--open .vmg-lightbox__caption {
  transform: translateY(0);
  opacity: 1;
}
.vmg-lightbox__caption__title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
}
.vmg-lightbox__caption__title:not(:last-child) {
  margin-bottom: 4px;
}
.vmg-lightbox__caption__title .vmg-lightbox__caption__credit {
  font-style: italic;
  color: #999;
  margin-left: 10px;
}
.vmg-lightbox__caption__alt {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.3;
  font-style: italic;
  opacity: 0.8;
}
.vmg-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
  display: none;
  align-items: center;
  justify-content: center;
}
.vmg-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.2);
}
.vmg-lightbox__nav--prev {
  left: 20px;
}
.vmg-lightbox__nav--prev::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid #fff;
  margin-left: -2px;
}
.vmg-lightbox__nav--next {
  right: 20px;
}
.vmg-lightbox__nav--next::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  margin-right: -2px;
}
.vmg-lightbox__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #fff;
  border-radius: 50%;
  animation: vmg-lightbox-spin 1s linear infinite;
}
.vmg-lightbox__touch-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.vmg-lightbox--open .vmg-lightbox__touch-indicator {
  opacity: 1;
}

@keyframes vmg-lightbox-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
body.vmg-lightbox-open {
  overflow: hidden;
  height: 100vh;
}

.vmg-lightbox-hover-zoom {
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.vmg-lightbox-hover-zoom:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 768px) {
  .vmg-lightbox {
    padding: 10px;
  }
  .vmg-lightbox__close {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
  }
  .vmg-lightbox__close::before, .vmg-lightbox__close::after {
    width: 16px;
  }
  .vmg-lightbox__container {
    max-width: 95vw;
    max-height: 95vh;
  }
  .vmg-lightbox__caption {
    padding: 15px;
  }
  .vmg-lightbox__caption__title {
    font-size: 1rem;
  }
  .vmg-lightbox__caption__alt {
    font-size: 0.8rem;
  }
  .vmg-lightbox__nav {
    width: 40px;
    height: 40px;
  }
  .vmg-lightbox__nav--prev {
    left: 10px;
  }
  .vmg-lightbox__nav--next {
    right: 10px;
  }
}

/*# sourceMappingURL=single-location.css.map*/