/* ================================
   EVENTI CUSTOM ARCHIVE
================================ */

.eb-events-v1 .eb-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.eb-events-v1 .eb-event-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.eb-events-v1 .eb-event-card:hover {
    transform: translateY(-6px);
}

.eb-events-v1 .eb-event-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.eb-events-v1 .eb-event-content {
    padding: 16px;
}

.eb-events-v1 .eb-event-meta {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 10px;
}

.eb-events-v1 .eb-event-title {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 1.3;
}

.eb-events-v1 .eb-event-title a {
    text-decoration: none;
    color: #111;
}

.eb-events-v1 .eb-event-location {
    font-size: 14px;
    color: #666;
}

/* MOBILE */
@media (max-width: 768px) {
    .eb-events-v1 .eb-events-grid {
        grid-template-columns: 1fr;
    }
}

.eb-my-events-wrap {
    max-width: 1400px;
    margin: 40px auto;
    padding: 0 20px;
}

.eb-my-events-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.eb-my-events-header h1 {
    font-size: 28px;
}

.eb-btn-primary {
    background: #b91c1c;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
}

.eb-btn {
    background: #333;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
}

.eb-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.eb-event-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.eb-event-img {
    height: 180px;
    background-size: cover;
    background-position: center;
}

.eb-event-content {
    padding: 15px;
}

.eb-status {
    font-size: 12px;
    color: #b91c1c;
    font-weight: bold;
}

.eb-event-content h3 {
    margin: 10px 0;
    font-size: 16px;
}

.eb-actions {
    display: flex;
    gap: 10px;
    font-size: 14px;
}

.eb-actions a {
    color: #333;
    text-decoration: none;
}

.eb-box-empty {
    text-align: center;
    padding: 60px;
    background: #fafafa;
    border-radius: 12px;
}

/* FORM INSERISCI EVENTO */
.eb-event-form-pro {
    max-width: 1180px;
    margin: 45px auto 70px;
    padding: 0 22px;
}

.eb-event-form-shell {
    background: linear-gradient(180deg, #fff 0%, #fff7f4 100%);
    border: 1px solid rgba(150, 21, 42, .14);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 18px 50px rgba(40, 30, 30, .06);
}

.eb-form-intro {
    margin-bottom: 28px;
}

.eb-form-kicker {
    display: inline-block;
    color: #9b162d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.eb-form-intro h1 {
    font-size: 34px;
    margin: 0 0 8px;
}

.eb-form-intro p,
.eb-form-help,
.eb-upload-box small {
    color: #666;
}

.eb-form-section {
    background: #fff;
    border: 1px solid rgba(150, 21, 42, .12);
    border-radius: 22px;
    padding: 26px;
    margin-bottom: 22px;
}

.eb-form-section h3 {
    font-size: 22px;
    margin: 0 0 18px;
}

.eb-form-row {
    margin-bottom: 18px;
}

.eb-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.eb-event-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 7px;
    color: #222;
}

.eb-event-form input,
.eb-event-form select,
.eb-event-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #ead9d9;
    border-radius: 14px;
    padding: 12px 14px;
    background: #fff;
    font-size: 15px;
}

.eb-event-form textarea {
    min-height: 130px;
}

.eb-event-form input:focus,
.eb-event-form select:focus,
.eb-event-form textarea:focus {
    outline: none;
    border-color: #9b162d;
    box-shadow: 0 0 0 3px rgba(155, 22, 45, .08);
}

.eb-form-checks {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.eb-form-checks label,
.eb-privacy-check {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 500;
}

.eb-form-checks input,
.eb-privacy-check input {
    width: auto;
    min-height: auto;
}

.eb-program-block {
    display: none;
    border: 1px solid #f0dddd;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 18px;
    background: #fffdfc;
}

.eb-program-block.is-visible {
    display: block;
}

.eb-program-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.eb-add-program,
.eb-remove-program {
    border: 1px solid #9b162d;
    color: #9b162d;
    background: #fff;
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 700;
    cursor: pointer;
}

.eb-remove-program {
    padding: 7px 13px;
    font-size: 13px;
}

.eb-upload-box {
    border: 1px dashed #d8b8b8;
    border-radius: 18px;
    padding: 18px;
    background: #fffafa;
}

.eb-form-submit {
    text-align: right;
}

.eb-btn-primary {
    background: #9b162d;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 14px 26px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(155, 22, 45, .18);
}

.eb-btn-primary:hover {
    background: #7f1024;
}

@media (max-width: 768px) {
    .eb-event-form-shell {
        padding: 20px;
        border-radius: 20px;
    }

    .eb-form-grid {
        grid-template-columns: 1fr;
    }

    .eb-form-intro h1 {
        font-size: 28px;
    }

    .eb-form-section {
        padding: 20px;
    }
}

.eb-event-form input:focus,
.eb-event-form select:focus,
.eb-event-form textarea:focus {
    border-color: #9b162d !important;
    box-shadow: 0 0 0 3px rgba(155, 22, 45, .10) !important;
    outline: none !important;
}

.eb-event-form input[type="checkbox"] {
    accent-color: #9b162d;
}

/* =========================
   FILTRI EVENTI - FIX TESTI LUNGHI
========================= */

#eb-events-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

#eb-events-filters .eb-filter-dd {
  min-width: 160px;
  flex: 1 1 220px;
}

#eb-events-filters .eb-filter-trigger {
  width: 100%;
  min-height: 54px;
  padding: 0 42px 0 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Freccia */
#eb-events-filters .eb-filter-trigger::after {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

/* Mobile */
@media (max-width: 767px) {

  #eb-events-filters {
    gap: 10px;
  }

  #eb-events-filters .eb-filter-dd {
    flex: 1 1 100%;
    min-width: 100%;
  }

  #eb-events-filters .eb-filter-trigger {
    min-height: 50px;
    font-size: 15px;
  }
}

/* =========================================================
   EB EVENTS - AREA UTENTE / I MIEI EVENTI
   ========================================================= */

.eb-my-events-wrap {
    max-width: 1040px;
    margin: 70px auto 90px;
    padding: 0 20px;
}

.eb-my-events-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
}

.eb-my-events-header h1,
.eb-my-events-header h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #151515;
}

.eb-my-events-add,
.eb-add-event-btn,
.eb-btn-add-event,
.eb-my-events-wrap a[href*="inserisci-evento-nuovo"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 13px 24px;
    border-radius: 999px;
    background: #9b0f25 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    border: 0;
    box-shadow: 0 10px 24px rgba(155, 15, 37, 0.18);
}

.eb-my-events-add:hover,
.eb-add-event-btn:hover,
.eb-btn-add-event:hover,
.eb-my-events-wrap a[href*="inserisci-evento-nuovo"]:hover {
    background: #7f0c1e !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.eb-my-events-empty,
.eb-box-empty {
    background: #fff;
    border: 1px solid rgba(155, 15, 37, 0.10);
    border-radius: 22px;
    padding: 60px 28px;
    text-align: center;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.05);
}

.eb-my-events-empty h3,
.eb-box-empty h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #161616;
}

.eb-my-events-empty p,
.eb-box-empty p {
    margin: 0 0 24px;
    font-size: 16px;
    color: #555;
}

.eb-my-events-empty .eb-btn,
.eb-box-empty .eb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #9b0f25 !important;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    border: 0;
}

.eb-my-events-empty .eb-btn:hover,
.eb-box-empty .eb-btn:hover {
    background: #7f0c1e !important;
    color: #fff !important;
}

/* Card eventi utente */

.eb-my-events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.eb-my-event-card {
    background: #fff;
    border: 1px solid rgba(155, 15, 37, 0.12);
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.eb-my-event-thumb {
    height: 220px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 18px;
    background: #f5f5f5;
}

.eb-my-event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.eb-my-event-body h3 {
    margin: 12px 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #151515;
}

.eb-event-status {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.eb-status-pending {
    background: rgba(155, 15, 37, 0.10);
    color: #9b0f25;
}

.eb-status-publish {
    background: rgba(30, 130, 76, 0.12);
    color: #1e824c;
}

.eb-status-draft {
    background: rgba(80, 80, 80, 0.12);
    color: #444;
}

.eb-my-event-date {
    margin: 0 0 18px;
    font-size: 15px;
    color: #555;
}

.eb-my-event-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.eb-btn-primary,
.eb-btn-outline,
.eb-btn-disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.eb-btn-primary {
    background: #9b0f25;
    color: #fff !important;
}

.eb-btn-outline {
    background: #fff;
    color: #9b0f25 !important;
    border: 1px solid #9b0f25;
}

.eb-btn-disabled {
    background: #f3e9ec;
    color: #9b0f25;
    cursor: default;
}

/* Programma evento singolo */

.eb-event-program {
    margin-top: 42px;
}

.eb-event-program h2 {
    margin: 0 0 22px;
    font-size: 28px;
    font-weight: 700;
    color: #151515;
}

.eb-event-program-item {
    padding: 22px 24px;
    margin-bottom: 18px;
    border: 1px solid rgba(155, 15, 37, 0.12);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.eb-event-program-time {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(155, 15, 37, 0.08);
    color: #9b0f25;
    font-size: 13px;
    font-weight: 700;
}

.eb-event-program-item h3 {
    margin: 0 0 10px;
    font-size: 21px;
    font-weight: 700;
    color: #151515;
}

.eb-event-program-place {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.eb-event-program-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.eb-event-program-text p:last-child {
    margin-bottom: 0;
}

/* PDF evento */

.eb-event-pdf-box {
    margin-top: 20px;
}

.eb-event-pdf-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #9b0f25;
    text-decoration: none !important;
}

.eb-event-pdf-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #9b0f25;
    text-decoration: none;
    margin-top: 10px;
}

.eb-event-pdf-link:hover {
    text-decoration: underline;
}

/* Info utili evento */

.eb-event-info-title {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
}

/* Mobile */

@media (max-width: 767px) {
    .eb-my-events-wrap {
        margin: 42px auto 60px;
        padding: 0 16px;
    }

    .eb-my-events-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .eb-my-events-header h1,
    .eb-my-events-header h2 {
        font-size: 26px;
    }

    .eb-my-events-add,
    .eb-add-event-btn,
    .eb-btn-add-event,
    .eb-my-events-wrap a[href*="inserisci-evento-nuovo"] {
        width: 100%;
    }

    .eb-my-events-empty,
    .eb-box-empty {
        padding: 42px 20px;
    }

    .eb-my-events-grid {
        grid-template-columns: 1fr;
    }

    .eb-my-event-thumb {
        height: 190px;
    }

    .eb-my-event-actions {
        flex-direction: column;
    }

    .eb-btn-primary,
    .eb-btn-outline,
    .eb-btn-disabled {
        width: 100%;
    }
}

/* EB EVENTS - miniature modifica evento */
.eb-edit-existing-media,
.eb-edit-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}

.eb-edit-media-item,
.eb-edit-gallery-item {
    position: relative;
    width: 92px;
    max-width: 92px;
}

.eb-edit-media-item img,
.eb-edit-gallery-item img {
    width: 92px !important;
    height: 68px !important;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.eb-remove-media,
.eb-remove-gallery,
.eb-remove-featured {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 0;
    background: #9b0f25;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,.16);
}

.eb-media-remove-checkbox {
    display: none !important;
}

.eb-media-marked-remove img {
    opacity: .35;
    filter: grayscale(1);
}

.eb-media-marked-remove::after {
    content: "Rimosso";
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #9b0f25;
    font-weight: 700;
}

/* FIX EB EVENTS - X miniature modifica evento */
.eb-edit-featured-preview,
.eb-edit-gallery-item {
    position: relative;
    display: inline-block;
    width: 92px !important;
    height: auto;
    margin: 0 10px 12px 0;
}

.eb-edit-featured-preview img,
.eb-edit-gallery-item img {
    width: 92px !important;
    height: 68px !important;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.eb-edit-gallery-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
}

.eb-media-remove-x {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #9b0f25;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,.18);
    z-index: 5;
}

.eb-media-remove-x input {
    display: none !important;
}

.eb-media-remove-x span {
    display: block;
    line-height: 20px;
}

.eb-media-removable.is-marked-remove img {
    opacity: .35;
    filter: grayscale(1);
}

/* Base breadcrumb */
body.single-eb_event .eb-event-breadcrumb {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

/* Home / Eventi */
body.single-eb_event .eb-event-breadcrumb a {
  color: #8A1726 !important;
  text-decoration: none;
}

/* Titolo finale (NON link) */
body.single-eb_event .eb-event-breadcrumb {
  color: #232323 !important;
}

/* Se anche il titolo è link (fallback) */
body.single-eb_event .eb-event-breadcrumb a:last-child {
  color: #232323 !important;
  font-weight: 600;
}

/* ================================
   SIDEBAR EVENTO - TESTI
================================ */

/* Titolo box (es. "Informazioni evento") */
body.single-eb_event .eb-info-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 12px;
}

/* Label (DATA, CATEGORIE, ecc) */
body.single-eb_event .eb-info-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8a8a8a;
  font-weight: 600;
}

/* Valore (data, nome borgo ecc) */
body.single-eb_event .eb-info-value {
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

/* Spaziatura tra righe */
body.single-eb_event .eb-info-row {
  margin-bottom: 12px;
}

/* Card sidebar */
body.single-eb_event .eb-info-card {
  border-radius: 14px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.eb-related-places-section {
    margin-top: 54px;
    border-top: 1px solid #eee;
    padding-top: 32px;
}

.eb-related-places-section h2 {
    margin: 0 0 34px;
    font-size: 28px;
    line-height: 1.25;
    color: #111 !important;
    letter-spacing: -0.02em;
    -webkit-text-fill-color: #111 !important;
}

.eb-related-places-section h2 span {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
}

.eb-related-place-group {
    margin-top: 34px;
}

.eb-related-place-group:first-of-type {
    margin-top: 0;
}

/* -----------------------------------
   Titoli categoria
----------------------------------- */

.eb-related-place-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    font-size: 21px;
    line-height: 1.25;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    font-weight: 700;
}

.eb-related-place-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f1f1f1;
    color: #111 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    flex: 0 0 42px;
}

/* -----------------------------------
   Slider swiper
----------------------------------- */

.eb-related-place-slider {
    position: relative;
    overflow: hidden;
}

.eb-related-place-swiper {
    overflow: visible;
}

.eb-related-place-swiper .swiper-wrapper {
    align-items: stretch;
}

.eb-related-place-swiper .swiper-slide {
    height: auto;
    width: 320px;
}

.eb-related-place-card {
    height: 100%;
}

/* -----------------------------------
   Card
----------------------------------- */

.eb-related-place-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(0,0,0,.05);
    transition: transform .18s ease, box-shadow .18s ease;
}

.eb-related-place-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(0,0,0,.09);
}

.eb-related-place-card.is-featured {
    border-color: rgba(155,16,36,.32);
}

.eb-related-place-icon svg {
    width: 21px;
    height: 21px;
    display: block;
    fill: #111;
}

/* -----------------------------------
   Link card
----------------------------------- */

.eb-related-place-card a,
.eb-related-place-card a:hover,
.eb-related-place-card a:focus {
    text-decoration: none !important;
}

.eb-related-place-link {
    display: block;
    color: inherit;
    text-decoration: none !important;
}

/* -----------------------------------
   Pulsante freccia
----------------------------------- */

.eb-related-swiper-next {
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.14);
    z-index: 10;
    cursor: pointer;
}

.eb-related-swiper-next::before {
    content: "›";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #111;
}

/* -----------------------------------
   Immagine
----------------------------------- */

.eb-related-place-img {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #f5f1ef;
    overflow: hidden;
}

.eb-related-place-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.eb-related-place-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f7f1ef, #eadfda);
}

/* -----------------------------------
   Badge evidenza
----------------------------------- */

.eb-related-place-badge {
    display: inline-flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    background: #8A1726 !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 6px 10px !important;
    line-height: 1.2;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
}

/* -----------------------------------
   Corpo card
----------------------------------- */

.eb-related-place-body {
    padding: 14px 16px 16px;
}

.eb-related-place-body h4,
.eb-related-place-body h4 a {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    text-decoration: none !important;
}

/* -----------------------------------
   Indirizzo
----------------------------------- */

.eb-related-place-address,
.eb-related-place-address span,
.eb-related-place-address a {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.35;
    color: #555 !important;
    -webkit-text-fill-color: #555 !important;
    text-decoration: none !important;
}

.eb-related-place-address span {
    margin-right: 4px;
}

/* -----------------------------------
   Responsive
----------------------------------- */

@media (max-width: 1024px) {

    .eb-related-place-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {

    .eb-related-places-section h2 {
        font-size: 24px;
    }

    .eb-related-place-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .eb-related-place-title {
        font-size: 20px;
    }
}

.eb-related-place-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.eb-related-place-swiper {
    width: 100%;
    overflow: visible;
}

.eb-related-place-swiper .swiper-wrapper {
    display: flex !important;
    align-items: stretch;
}

.eb-related-place-swiper .swiper-slide {
    width: 280px !important;
    max-width: 280px !important;
    flex: 0 0 280px !important;
    height: auto !important;
}

.eb-related-place-swiper .eb-related-place-card {
    width: 100%;
    height: 100%;
}

.eb-related-place-swiper .eb-related-place-img {
    aspect-ratio: 16 / 10 !important;
    height: auto !important;
}

.eb-related-place-swiper .eb-related-place-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

@media (max-width: 640px) {
    .eb-related-place-swiper .swiper-slide {
        width: 82vw !important;
        max-width: 82vw !important;
        flex-basis: 82vw !important;
    }
}