body.modal-open {
overflow: hidden;
}

.site-content .ast-container {
    display: block;
}

.contenedor-titulo-dinamico {
    display: inline-block;
}

.contenedor-titulo-dinamico h2,
.contenedor-titulo-dinamico .archive-title-suffix {
    display: inline;
    font-size: 1.7647058823529rem;
    font-weight: 600;
    line-height: 1.3em;
    color: #1e293b;
}

.archive-title-suffix {
    font-size: inherit;
    margin-left: 0.16em;
}

/* Contenedor general */
.archive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Breadcrumbs y título */
.breadcrumbs-title-container {
    display: flex;
    justify-content: space-between;
    margin: -14px 0 6px 0;
    align-items: baseline;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
}

.breadcrumb .breadcrumb-item {
    display: inline;
}

.breadcrumb .breadcrumb-item:last-child {
    margin: 0;
    line-height: 0;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

svg.breadcrumb-separator-icon {
    margin: 3px 3px 0 3px;
}

.archive-h1 {
    font-size: 13px;
    color: #5e5e5e;
    font-weight: 400;
}

/* Mapa, H2 y formulario HOTELES */
.map-h2-form-container {
    display: flex;
    gap: 20px;
    margin: 2px 0 20px 0;
    align-items: center;
    width: 100%;
    height: 145px;
}

/* Mapa y H2 ATRACCIONES, RESTAURANTES Y PLAYAS */
.map-h2-form-container-atraccion, .map-h2-form-container-restaurante, .map-h2-form-container-playa {
    display: flex;
    gap: 20px;
    margin: 2px 0 20px 0;
    align-items: center;
    width: 100%;
    height: 145px;
}

.archive-map-form-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    max-width: 23%;
}
#archive-static-map-image {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    height: 135px;
}
.map-h2-form-content {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.archive-price-comparator-form-container {
    margin-top: 25px;
}

/* Filtros y resultados */
.filters-results-container {
    display: flex;
    gap: 20px;
    background-color: #f9f9f9;
    overflow: hidden;
    max-width: 1160px;
    margin: 0 auto;
}
/* CONTENEDOR SISTEMA DE FILTRADO */
.archive-filter-container {
    min-width: 23%;
    max-width: 23%;
    border-right: 1px solid #ddd;
    padding: 15px;
    overflow-y: auto;
    max-height: 100%;
}

/* Grupos de filtros */
.filter-group {
    margin-bottom: 20px;
    line-height: 0;
    user-select: none;
}
fieldset.filter-group {
    margin-bottom: 20px;
    line-height: 0;
    user-select: none;
    border: none;
    padding: 0;
}
legend.filter-group-name, legend.filter-group-name-modal {
    display: block;
    font-size: 16.5px;
    margin-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px 0;
    line-height: 1.5;
    color: #1e293b;
    width: 100%;
}

.filter-group label {
    display: flex;
    align-items: center;
    font-size: 14.5px;
    color: #555;
    margin-bottom: 7px;
    cursor: pointer;
}

.filter-group input[type="checkbox"],
.filter-group input[type="radio"] {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: border-color 0.2s ease;
    cursor: pointer;
}

.filter-group input[type="checkbox"]:hover,
.filter-group input[type="radio"]:hover {
    border-color: #247dc9;
}

.filter-group input[type="checkbox"]:checked,
.filter-group input[type="radio"]:checked {
    background-color: #247dc9;
    border-color: #247dc9;
}

/* Listas dentro de grupos de filtros */
.filter-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-group ul li {
    margin-bottom: 10px;
}

/* Estilos para el grupo colapsable principal en ATRACCIONES */
fieldset.filter-group--main {
    margin-bottom: 15px !important;
    overflow: hidden;
    user-select: none;
}

legend.collapsible-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 5px;
    background-color: #fff;
    width: 100%;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--vm-brand);
    border: 1px solid #ddd !important;
    border-radius: 4px;
    line-height: 0;
}

.taxonomy-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.collapsible-arrow {
    margin-left: auto; /* Se alinea a la derecha */
    font-weight: bold;
    font-size: 1.2rem;
}

svg.mostrar-mas-menos-collapsible {
    fill: #1e293b;
    stroke-width: 1px;
    stroke: #1e293b;
}

.collapsible-content {
    padding: 0.5rem 1rem;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
}

fieldset.filter-group--main.opened > legend.collapsible-header {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

fieldset.filter-group--main.opened > .collapsible-content {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Títulos secundarios */
.filter-group h4 {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    font-weight: bold;
}

/* Botones o elementos adicionales (como sliders o filtros avanzados) */
.filter-group .filter-buttons {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 15px;
}

.filter-group .filter-buttons button {
    background-color: #247dc9;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.filter-group .filter-buttons button:hover {
    background-color: #1e5fa3;
}

.filter-group .filter-buttons button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Botón de Mostrar más filtros */
.toggle-terms-button {
    background: none;
    color: #1e293b;
    font-size: 14px;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 1px;
    line-height: 0;
    padding: 0;
    text-decoration: underline;
    margin-left: 4px;
}

.toggle-terms-button:hover {
    background: none;
    color: #1e293b;
    opacity: 90%;
    box-shadow: none;
}

.toggle-terms-button:focus {
    background: none;
    color: #1e293b;
    box-shadow: none;
}

svg.mostrar-mas-menos-icon {
    margin-top: 2px;
}

/* ——————————————————————————————
   Slider de distancia
   —————————————————————————————— */
.distance-slider {
  margin-bottom: 20px;
  position: relative;
}
/* ----- contenedor ----- */
.custom-range        { position:relative; width:100%; height:24px; cursor:pointer; margin-bottom: 7px; }
.custom-range-track  { position:absolute; top:50%; left:0; width:100%; height:8px;
                       background:#fff; border-radius:4px; transform:translateY(-50%);
                       overflow:hidden; }
.custom-range-fill   { height:100%; background:#1e293b; width:0%; }
.custom-range-thumb  { position:absolute; top:50%; width:20px; height:20px;
                       background:#fff; border:2px solid #0056b3; border-radius:50%;
                       transform:translate(-50%,-50%); transition:box-shadow .2s,transform .2s; }
.custom-range-thumb:hover,
.custom-range-thumb:focus-visible { box-shadow:0 0 10px rgba(0,115,230,.35);
                                    outline:none; transform:translate(-50%,-50%) scale(1.05); }

/* Valor textual */
.distance-slider #distance_value,
.distance-slider #distance_value_m {
  display: inline-block;
  margin: 10px 0 13px 0;
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
}

/* CONTENEDOR DE RESULTADOS */
.results-container {
    flex: 2;
    padding: 15px;
    margin-bottom: 20px;
}

/* Sección de filtros activos y orden de resultados */
.active-filters-results-order {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}

/* Contenedor de filtros activos */
#active-filters {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

/* Resumen de resultados */
#results-summary {
    display: inline;
    margin: 0;
    line-height: 1.4;
    font-size: 16.5px;
    font-weight: bold;
    color: #333;
}

#results-summary p {
    margin: 0;
}

button#clear-filters {
    background: none;
    color: #4a4a4a;
    box-shadow: none;
    padding: 0;
    text-decoration: underline;
    font-size: 15px;
}

button#clear-filters:hover {
    color: #cc3530;
}

/* Botones de filtros activos */
.filters-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    width: 100%;
    margin: 4px 0 10px 0;
    gap: 7px;
}

.filters-buttons .active-filter {
    background: #fff;
    gap: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 1.5px solid #cbcbcb;
    border-radius: 4px;
    display: flex;
    align-items: stretch;
    cursor: pointer;
    color: #334155;
    white-space: nowrap;
    margin: 0;
    line-height: 1;
    padding: 6px 10px;
}

.filters-buttons .active-filter:hover, .filters-buttons .active-filter:active, .filters-buttons .active-filter:focus {
    background-color: #f8f8f8;
    border: 1.5px solid #cbcbcb !important;
    box-shadow: 1px 1px 2px #0000001f;
}

/* Icono de eliminar filtro */
.filters-buttons .active-filter .remove-filter {
    margin: 0;
    cursor: pointer;
}

.borrar-filtro {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: #cc3530;
}

/* Sección de ordenar resultados */
.filter-results-order {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.filter-results-order label {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.filter-results-order select {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    height: 44px;
    min-width: 155px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.filter-results-order select:focus {
    border: 1px solid #ddd !important;
    box-shadow: 0 0 4px rgba(36, 125, 201, 0.5);
    outline: none;
}

/* CONTENEDOR DE RESULTADOS DE FICHAS DE ATRACCIÓN */
/* Contenedor principal */
.post-item-extended {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 180px;
    max-height: 180px;
    overflow: hidden;
}

.post-item-extended:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Primera sección: Imagen destacada */
.post-thumbnail-container {
    flex: 0 0 25%;
    position: relative;
}

.post-thumbnail-container img {
    width: 100%;
    height: 179px;
    border-radius: 8px 0 0 8px;
    object-fit: cover;
    transition: opacity .1s linear;
}

.post-thumbnail-container img:hover {
    opacity: 0.85;
}

.post-thumbnail-container .favorite-button {
    z-index: 2;
    position: absolute;
    top: 7px;
    right: 7px;
    border: none;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.post-thumbnail-container .favorite-button:hover {
    background-color: #fff;
}

.post-thumbnail-container .favorite-button .favorite-icon {
    width: 20px;
    height: 20px;
}

.post-thumbnail-container button.favorite-button .favorite-icon path:hover {
    fill: #ffcccc;
    stroke: #ff0000 !important;
}

.post-thumbnail-container .favorite-button .favorite-icon.active:hover {
    filter: brightness(1.3);
}

/* Segunda sección: Detalles */
.post-details-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    min-width: 52%;
    max-width: 52%;
    padding: 16px 20px;
    border-right: 1px dashed #d1d1d1;
    min-height: 180px;
}

.post-item-title {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 1px;
}

.post-item-title h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.post-item-title a {
    color: #1e293b;
}

.post-item-title a:hover {
    text-decoration-line: underline;
}

a.rating-link {
    color: #666;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.archive-result-rating .archive-rating-number {
    background: #1e293b;
    display: inline-block;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    background-color: #1e293b;
    padding: 7px 4px 7px 2px;
    font-size: 13px;
    text-align: center;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    border-radius: calc(32px / 5.5) calc(32px / 5.5) calc(32px / 5.5) 0;
    margin-top: -2px;
}

.archive-result-rating .archive-rating-number::before {
    content: "★";
    color: rgb(255, 193, 7);
    margin-right: 1px;
    font-size: 13.5px;
}

.archive-rating-description {
    margin: 0 0 0 1px;
    font-size: 13.5px;
    text-align: left;
    font-weight: 600;
    color: #1e293b;
}

.archive-rating-separator {
    margin: 2px -1px 0 0;
    font-size: 13.5px;
    color: #666;
}

.archive-rating-opinions, .archive-no-rating {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.post-details-container .rating-link:hover .archive-rating-opinions,
.archive-no-rating:hover {
    text-decoration: underline;
}

.archive-info-line {
    margin: 4px 0 7px 1px;
    font-size: 13px;
    color: #334155;
    line-height: 1.2;
}
.archive-info-line svg {
    width: 14px;
    height: 14px;
    margin-right: 3px;
    vertical-align: top;
    overflow: visible;
    color: #1e293b;
}

a.archive-result-location.result-location-link, .archive-result-location {
    display: inline-flex;
    font-size: 13px;
    color: #334155;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}
a.archive-result-location.result-location-link:hover {
    text-decoration: underline;
}
span.location-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Tercera sección: Acciones */
.post-actions-container {
    flex: 0 0 23%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: auto;
}

.archive-result-provider-logo {
    width: 100px;
    height: auto;
    margin-bottom: 2px;
}

a.archive-result-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.archive-result-action-placeholder,
.archive-result-action-button-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 25%);
    height: 41px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    transition: background-color 0.3s;
    text-decoration: none;
}

.archive-result-action-placeholder {
    color: #1e293b;
    background: #ccc;
    box-shadow: 1px 1px 3px #6d6d6d4a;
}
.archive-result-action-placeholder:hover {
    background: #bbbbbb;
}
.archive-result-action-placeholder:active {
    background: #b2b2b2;
}

.archive-result-action-button-text {
    background: #046bd2;
    color: #fff;
    box-shadow: 1px 1px 3px #6d6d6d3b;
}
.archive-result-action-button-text:hover {
    background: #0056b3;
}
.archive-result-action-button-text:active {
    background: #034a91;
}

/* Contenedor sin resultados de archivo */
.empty-archive-results {
    text-align: center;
    margin: 30px 0;
}

svg.empty-results-icon {
    margin: 0 auto 10px auto;
    fill: #909090;
}

.empty-results-text {
    font-weight: 300;
    color: #6d6d6d;
    font-size: 20px;
    margin-top: 3px;
}

/* Botón cargar más resultados */
.results-container #load-more-results {
    margin: 40px auto 5px auto;
    padding: 12px 35px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: block;
    background-color: #1e293b;
    color: #fff;
    border: 2.3px solid #1e293b !important;
    line-height: 1.4;
    border-radius: 50px;
}

.results-container #load-more-results:hover {
    background-color: #1e293b;
    color: #fff;
    filter: opacity(0.94);
}

/* PREGUNTAS FRECUENTES (FAQ) */
.archive-faq {
  margin: 2rem 0;
}
.archive-faq .section-title {
    margin-bottom: .75rem;
    color: #1e293b;
    padding-bottom: 0.5rem;
}

.faq-item {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0.5rem;
}
details.faq-item:first-of-type {
    border-top: 1px solid #e1e1e1;
    padding-top: .4rem;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: .35rem 0 .9rem 0;
    font-size: 16.5px;
    font-weight: 500;
    color: #1e293b;
    list-style: none;
}
.faq-question::-webkit-details-marker { display: none; }

.faq-question span:hover {
    text-decoration: underline;
}

.faq-question-text {
  flex: 1;
  margin-right: 0.5rem;
}

.faq-expandable-icon {
  transition: transform 0.25s ease;
  fill: #1e293b;
  flex-shrink: 0;
}

.faq-item[open] .faq-expandable-icon {
  transform: rotate(180deg);
}

.faq-answer {
    padding: 0 0 1.25rem;
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-answer a { font-weight: 500; }
.faq-answer a:hover { text-decoration: underline; }

.faq-item[open] .faq-answer {
  max-height: 500px;
}

.faq-answer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* AJUSTES RESPONSIVE */
/* ≥ 1025 px  →  desktop */
@media (min-width:1025px){
    .mobile-actions-bar,.mobile-modal {
        display:none !important;
    }
}

/* ≤ 1024 px →  tablet */
@media (max-width: 1024px) {
    #archive-map-container, 
    .archive-filter-container, 
    .filter-results-order,
    .contenedor-titulo-dinamico {
        display: none !important;
    }
    .archive-container {
        padding: 20px 0 0 0;
    }

    .breadcrumbs-title-container {
        display: flex;
        margin: -5px 0 0 0;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
    }

    .breadcrumbs {
        white-space: nowrap;
        overflow-x: auto;
        height: 30px;
        width: 100%;
        scrollbar-width: none;
    }

    .breadcrumb {
        padding: 0;
        margin: 0 0 0 0px;
        font-size: 12.5px;
        line-height: 0;
    }

    svg.breadcrumb-separator-icon {
        margin: 1px 3px 0 3px;
    }

    .archive-h1 {
        font-size: 24.5px;
        font-weight: 600;
        line-height: 1.3em;
        color: #1e293b;
        margin: 0 0 15px 0;
    }
    .map-h2-form-container {
        gap: 0;
        margin: 0;
        height: 4rem;
    }
    .map-h2-form-container-atraccion, .map-h2-form-container-restaurante, .map-h2-form-container-playa {
        margin: 2px 0 -14px 0;
        height: 0;
    }
    .archive-price-comparator-form-container {
        padding: 20px 20px 12px 20px;
        margin: 0;
    }

    .mobile-actions-bar {
        display: flex !important;
        justify-content: center;
        margin: 15px 0 -25px 0;
        height: 85px;
        background: #f9f9f9;
        align-items: center;
        max-width: 100%;
        overflow: hidden;
    }

    .mobile-actions-bar button {
        background-color: #ffffff;
        width: 100%;
        height: 43px;
        color: #1e293b;
        border-radius: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        font-size: 16.3px;
    }

    #mobile-order-button {
        border-right: 1px solid #ddd;
    }

    #mobile-filter-button {
        border-right: 1px solid #ddd;
    }

    svg.filter-result-icon {
       margin-right: 3px;
    }

    svg.map-result-icon {
       margin-right: 3px;
    }

    /* Asegurar que modal estilos en móvil ocupen toda la pantalla */
    .mobile-modal {
        position: fixed;
        z-index: 9999;
        top:0; left:0; right:0; bottom:0;
        background: rgba(0,0,0,0.5);
    }

    .mobile-modal-content {
        background: #fff;
        max-width: 100%;
        height: 100%;
        width: 100%;
        padding: 20px;
        position: relative;
        overflow-y: auto;
    }

    .mobile-modal-header {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        background: #fff;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        line-height: 0;
    }
    .mobile-modal-header h4 { margin: 0; }

    .mobile-modal-close {
        position: absolute;
        left: 20px;
        font-size: 18px;
        cursor: pointer;
        color: #1e293b;
        font-weight: 600;
    }

    #mobile-filter-reset {
        position: absolute;
        right: 15px;
        background: #fff;
        color: #cc3530;
        box-shadow: none;
        padding: 0;
    }

    .mobile-modal-body {
        padding-top: 15px;
    }

    #mobile-filter-form {
        margin: 35px 0 65px 0;
    }

    .mobile-modal-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        background-color: #f8f9fa;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    #mobile-filter-apply, #mobile-order-apply {
        background-color: #1e293b;
        color: white;
        padding: 12px;
        border: none;
        border-radius: 10px;
        font-size: 16px;
        width: 100%;
    }

    .mobile-order-container {
        margin-top: 40px;
    }

    .mobile-order-container label {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #334155;
        font-size: 17px;
        line-height: 1;
        cursor: pointer;
    }

    .mobile-order-container label:hover {
        color: #1e293b;
    }

    #mobile-order-modal input[type="radio"] {
        accent-color: #247dc9;
        width: 15px;
        height: 15px;
        cursor: pointer;
    }

    .results-container {
        overflow: hidden;
    }

    #results-summary p {
        margin: 5px 0 -16px 0;
        line-height: 1.2;
    }

    button#clear-filters {
        margin-top: 20px;
    }

    .filters-buttons {
        gap: 8px;
        overflow: auto;
        flex-wrap: nowrap;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }
    .archive-faq {
        padding: 0 20px;
    }
}

/* ≤ 768 px → small tablet */
@media (max-width:768px){
    .map-h2-form-container {
        height: 128px;
    }

    /* Contenedor de resultados */
    .archive-content {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .post-item-extended {
        min-height: 370px;
        flex-direction: column;
        width: calc(50% - 10px);
        margin: 0;
    }

    .post-thumbnail-container {
        width: 100%;
    }

    .post-thumbnail-container img {
        height: 185px;
        border-radius: 8px 8px 0 0;
        object-fit: cover;
    }

    .post-details-container {
        border: none;
        padding: 15px 20px 0 20px;
        min-width: 100%;
        min-height: 145px;
        flex: 1;
        gap: 8px;
    }
    .archive-info-line {
        display: none;
    }
    .post-actions-container {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: flex-end;
        margin: -15px 0 15px -15px;
        min-height: 45px;
        max-height: 45px;
    }

    a.archive-result-actions {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }
    .archive-result-action-placeholder, .archive-result-action-button-text {
        min-width: 145px;
    }
}

/* ≤ 650 px →  mobile */
@media (max-width:650px){
    .archive-content {
        display: block;
        flex-wrap: nowrap;
    }

    .post-item-extended {
        width: 100%;
        margin-bottom: 25px;
    }
}