/**
 * ACF Equipos Filter v2.1.0 - Estilos
 * Color principal: #608a3c (Verde ILA)
 */

/* === Variables === */
:root {
    --acfe-primary: #608a3c;
    --acfe-primary-dark: #4d7030;
    --acfe-text: #333333;
    --acfe-text-light: #666666;
    --acfe-border: #e0e0e0;
    --acfe-bg: #f9f9f9;
    --acfe-white: #ffffff;
    --acfe-radius: 6px;
}

/* === Layout Principal === */
.acf-equipos-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #333333;
}

.acf-equipos-layout {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.acf-equipos-sidebar {
    flex: 0 0 280px;
    max-width: 320px;
}

.acf-equipos-content {
    flex: 1;
    min-width: 0;
}

/* ============================================
   FORMULARIO DE FILTROS - PÁGINA DE TIENDA
   ============================================ */
.acf-equipos-form {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* === Campos === */
.acf-equipos-field {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.acf-equipos-field label {
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 0;
}

/* Mejorar estilos de botón del filtro */
.acf-equipos-btn--primary {
    width: 100% !important;
    padding: 14px 24px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.acf-equipos-btn--secondary {
    width: 100% !important;
    padding: 14px 24px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.acf-equipos-select {
    width: 100%;
    padding: 10px 40px 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #ffffff;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    transition: all 0.2s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    height: 44px;
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 400;
}

.acf-equipos-select:hover {
    border-color: #b0b0b0;
    background-color: #fafafa;
}

.acf-equipos-select:focus {
    outline: none;
    border-color: #608a3c !important;
    box-shadow: 0 0 0 3px rgba(96, 138, 60, 0.1) !important;
    background-color: #ffffff;
}

.acf-equipos-select--hidden {
    display: none !important;
    visibility: hidden;
}

/* === Campo de Precio con noUiSlider === */
.acf-equipos-field--price {
    min-width: 200px;
}

.acf-equipos-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.acf-equipos-price-slider-container {
    width: 100%;
}

.acf-equipos-price-slider {
    position: relative;
    padding: 0 10px;
}

/* Estilos para noUiSlider - Flat y minimalista según Figma */
#ilaPriceSlider {
    height: 3px;
    margin: 10px 0;
    min-height: 3px;
}

/* Target (área de arrastre) */
#ilaPriceSlider.noUi-target {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 3px;
}

/* Track base (gris) */
#ilaPriceSlider .noUi-base {
    height: 3px !important;
    background: #e0e0e0 !important;
    border-radius: 1.5px;
    box-shadow: none !important;
    border: none !important;
}

/* Track activo (verde) */
#ilaPriceSlider .noUi-connect {
    background: #608a3c !important;
    height: 3px !important;
    border-radius: 1.5px;
    box-shadow: none !important;
    border: none !important;
}

/* Thumbs (círculos verdes) */
#ilaPriceSlider .noUi-handle {
    width: 14px !important;
    height: 14px !important;
    background: #608a3c !important;
    border: none !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    cursor: pointer;
    top: -5.5px !important;
    right: -7px !important;
    left: auto !important;
}

#ilaPriceSlider .noUi-handle:before,
#ilaPriceSlider .noUi-handle:after {
    display: none !important;
    content: none !important;
}

#ilaPriceSlider .noUi-handle:hover,
#ilaPriceSlider .noUi-handle:active,
#ilaPriceSlider .noUi-handle:focus {
    background: #608a3c !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    transform: none !important;
}

/* Orientación horizontal */
#ilaPriceSlider.noUi-horizontal,
#ilaPriceSliderVertical.noUi-horizontal {
    height: 3px !important;
}

#ilaPriceSlider.noUi-horizontal .noUi-handle,
#ilaPriceSliderVertical.noUi-horizontal .noUi-handle {
    width: 14px !important;
    height: 14px !important;
}

/* Origin (contenedor del handle) */
#ilaPriceSlider .noUi-origin,
#ilaPriceSliderVertical .noUi-origin {
    height: 3px;
}

/* Estilos para el slider vertical (filtro lateral) */
#ilaPriceSliderVertical {
    height: 3px;
    margin: 10px 0;
    min-height: 3px;
}

#ilaPriceSliderVertical .noUi-base {
    height: 3px !important;
    background: #e0e0e0 !important;
    border-radius: 1.5px;
    box-shadow: none !important;
    border: none !important;
}

#ilaPriceSliderVertical .noUi-connect {
    background: #608a3c !important;
    height: 3px !important;
    border-radius: 1.5px;
    box-shadow: none !important;
    border: none !important;
}

#ilaPriceSliderVertical .noUi-handle {
    width: 14px !important;
    height: 14px !important;
    background: #608a3c !important;
    border: none !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    cursor: pointer;
    top: -5.5px !important;
    right: -7px !important;
    left: auto !important;
}

#ilaPriceSliderVertical .noUi-handle:before,
#ilaPriceSliderVertical .noUi-handle:after {
    display: none !important;
    content: none !important;
}

#ilaPriceSliderVertical .noUi-handle:hover,
#ilaPriceSliderVertical .noUi-handle:active,
#ilaPriceSliderVertical .noUi-handle:focus {
    background: #608a3c !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    transform: none !important;
}

#ilaPriceSliderVertical.noUi-target {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 3px;
}

.acf-equipos-price-inputs {
    display: flex;
    gap: 8px;
    margin-top: 2px;
}

.acf-equipos-price-input {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.acf-equipos-price-input label {
    font-size: 11px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 0;
    line-height: 1.2;
}

.acf-equipos-price-input-field {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #f5f5f5;
    font-size: 13px;
    color: #608a3c;
    font-weight: 700;
    text-align: left;
    transition: border-color 0.2s, background 0.2s;
    cursor: default;
    height: 32px;
    box-sizing: border-box;
}

.acf-equipos-price-input-field:focus {
    outline: none;
    border-color: #608a3c;
    background: #ffffff;
}

.acf-equipos-price-input-field[readonly] {
    cursor: default;
    background: #f5f5f5;
}

.acf-equipos-price-input-field[readonly]:focus {
    background: #f5f5f5;
}

/* ============================================
   CHIPS DE CATEGORÍAS - TIPO DE EQUIPO
   ============================================ */
.acf-equipos-category-chips {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 8px;
}

.acf-equipos-category-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    background: #ffffff;
    cursor: pointer !important;
    transition: all 0.2s ease;
    position: relative;
    gap: 6px;
    width: 100%;
    min-width: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto !important;
}

.acf-equipos-category-chip__icon,
.acf-equipos-category-chip__icon img,
.acf-equipos-category-chip__icon svg,
.acf-equipos-category-chip__label {
    pointer-events: none !important;
}

.acf-equipos-category-chip:hover {
    border-color: #b0b0b0;
    background-color: #fafafa;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.acf-equipos-category-chip.is-active {
    border-color: #608a3c !important;
    background-color: #f0f7ed;
    box-shadow: 0 0 0 3px rgba(96, 138, 60, 0.1);
}

.acf-equipos-category-chip__icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    background: transparent;
    flex-shrink: 0;
}

.acf-equipos-category-chip__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: transparent;
}

.acf-equipos-category-chip__placeholder {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 6px;
}

.acf-equipos-category-chip__icon svg {
    width: 100%;
    height: 100%;
}

.acf-equipos-category-chip__label {
    font-size: 11px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    line-height: 1.2;
    margin: 0;
    transition: color 0.2s ease, font-weight 0.2s ease;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.acf-equipos-category-chip.is-active .acf-equipos-category-chip__label {
    color: #608a3c;
    font-weight: 600;
}

/* ============================================
   CHECKLIST DE ENERGÍA - TIPO DE ENERGÍA (SOLO LAYOUT VERTICAL/TIENDA)
   ============================================ */
.acf-equipos-field--energia .acf-equipos-energia-checklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

/* Ocultar select original cuando hay checklist (solo layout vertical) */
.acf-equipos-field--energia .acf-equipos-select--hidden {
    display: none !important;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Si no hay checklist, mostrar el select normal */
.acf-equipos-field--energia:not(:has(.acf-equipos-energia-checklist)) .acf-equipos-select {
    display: block !important;
}

.acf-equipos-energia-checklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

.acf-equipos-energia-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 44px;
    gap: 12px;
}

.acf-equipos-energia-checkbox:hover {
    border-color: #b0b0b0;
    background-color: #fafafa;
}

.acf-equipos-energia-checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.acf-equipos-energia-checkbox__checkmark {
    position: relative;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border: 2px solid #b0b0b0;
    border-radius: 4px;
    background: #ffffff;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acf-equipos-energia-checkbox__input:checked ~ .acf-equipos-energia-checkbox__checkmark {
    background-color: #608a3c;
    border-color: #608a3c;
}

.acf-equipos-energia-checkbox__input:checked ~ .acf-equipos-energia-checkbox__checkmark::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-top: -2px;
}

.acf-equipos-energia-checkbox__input:checked ~ .acf-equipos-energia-checkbox__label {
    color: #608a3c;
    font-weight: 500;
}

.acf-equipos-energia-checkbox__label {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
    flex: 1;
    margin: 0;
    user-select: none;
}

.acf-equipos-energia-checkbox:has(.acf-equipos-energia-checkbox__input:checked) {
    border-color: #608a3c;
    background-color: #f0f7ed;
}

.acf-equipos-energia-checkbox__input:focus ~ .acf-equipos-energia-checkbox__checkmark {
    border-color: #608a3c;
    box-shadow: 0 0 0 3px rgba(96, 138, 60, 0.1);
}

.acf-equipos-energia-checkbox__input:focus ~ .acf-equipos-energia-checkbox__label {
    color: #608a3c;
}

/* Fallback para navegadores que no soportan :has() */
.acf-equipos-energia-checkbox:focus-within {
    border-color: #608a3c;
    box-shadow: 0 0 0 3px rgba(96, 138, 60, 0.1);
    background-color: #fafafa;
}

/* === Botones === */
.acf-equipos-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.acf-equipos-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}

/* BOTÓN PRIMARIO - VERDE #608a3c */
.acf-equipos-btn--primary,
.acf-equipos-wrapper .acf-equipos-btn--primary {
    background-color: #608a3c !important;
    color: #ffffff !important;
    width: 100% !important;
    padding: 14px 24px !important;
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-height: 48px;
}

.acf-equipos-btn--primary:hover,
.acf-equipos-wrapper .acf-equipos-btn--primary:hover {
    background-color: #4d7030 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(96, 138, 60, 0.3);
}

.acf-equipos-btn--primary:active,
.acf-equipos-wrapper .acf-equipos-btn--primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(96, 138, 60, 0.2);
}

.acf-equipos-btn--secondary {
    background: #ffffff !important;
    color: #666666 !important;
    border: 1px solid #e0e0e0 !important;
    width: 100% !important;
    padding: 14px 24px !important;
    font-size: 15px !important;
    min-height: 48px;
}

.acf-equipos-btn--secondary:hover {
    background: #f9f9f9 !important;
    color: #333333 !important;
    border-color: #b0b0b0 !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.acf-equipos-btn--secondary:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

/* ============================================
   FORMULARIO HOME BANNER - TRANSPARENTE
   ============================================ */
.acf-equipos-finder-only .acf-equipos-form {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.acf-equipos-finder-only .acf-equipos-form--horizontal {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px;
}

.acf-equipos-finder-only .acf-equipos-form--horizontal .acf-equipos-field {
    flex: 1;
    min-width: 160px;
}

.acf-equipos-finder-only .acf-equipos-form--horizontal .acf-equipos-actions {
    flex: 0 0 auto;
    align-self: flex-end;
}

/* Alinear verticalmente todos los inputs y botones */
.acf-equipos-finder-only .acf-equipos-form--horizontal .acf-equipos-select,
.acf-equipos-finder-only .acf-equipos-form--horizontal .acf-equipos-btn,
.acf-equipos-finder-only .acf-equipos-form--horizontal .acf-equipos-price-input-field {
    height: 32px;
}

/* ============================================
   TEMA OSCURO - Labels BLANCOS (fondo oscuro)
   ============================================ */
.acf-equipos-theme-dark .acf-equipos-field label,
.acf-equipos-finder-only.acf-equipos-theme-dark .acf-equipos-field label {
    color: #ffffff !important;
}

/* ============================================
   TEMA CLARO - Labels NEGROS (fondo claro)
   ============================================ */
.acf-equipos-theme-light .acf-equipos-field label,
.acf-equipos-finder-only.acf-equipos-theme-light .acf-equipos-field label {
    color: #333333 !important;
}

/* Selects con fondo blanco */
.acf-equipos-finder-only .acf-equipos-select {
    background-color: #ffffff;
}

/* ============================================
   GRID DE PRODUCTOS - 3 COLUMNAS
   ============================================ */
.acf-equipos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* === Tarjeta de Producto === */
.acf-equipos-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.acf-equipos-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.acf-equipos-card__image {
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f5f5f5;
}

.acf-equipos-card__image a {
    display: block;
    width: 100%;
    height: 100%;
}

.acf-equipos-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s;
    padding: 15px;
    box-sizing: border-box;
}

.acf-equipos-card:hover .acf-equipos-card__image img {
    transform: scale(1.05);
}

.acf-equipos-card__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}

.acf-equipos-card__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.acf-equipos-card__title {
    margin: 0 0 15px 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.acf-equipos-card__title a {
    color: #333333;
    text-decoration: none;
    transition: color 0.2s;
}

.acf-equipos-card__title a:hover {
    color: #608a3c;
}

/* Especificaciones con bullets */
.acf-equipos-card__specs {
    list-style: disc;
    margin: 0 0 auto 0;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #666666;
}

.acf-equipos-card__specs li {
    margin-bottom: 6px;
    line-height: 1.4;
}

/* Footer con precio y botón */
.acf-equipos-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.acf-equipos-card__price {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.acf-equipos-card__price-label {
    font-size: 13px;
    font-weight: 600;
    color: #333333;
}

/* PRECIO - VERDE #608a3c */
.acf-equipos-card__price-value {
    font-size: 18px;
    font-weight: 700;
    color: #608a3c !important;
}

.acf-equipos-card__price-value del {
    color: #999;
    font-weight: 400;
    font-size: 14px;
}

.acf-equipos-card__price-value ins {
    text-decoration: none;
}

/* BOTÓN VER - VERDE #608a3c */
.acf-equipos-card__btn,
.acf-equipos-wrapper .acf-equipos-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    background-color: #608a3c !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s;
}

.acf-equipos-card__btn:hover,
.acf-equipos-wrapper .acf-equipos-card__btn:hover {
    background-color: #4d7030 !important;
    color: #ffffff !important;
}

/* === Mensaje vacío === */
.acf-equipos-empty {
    text-align: center;
    padding: 60px 30px;
    background: #f9f9f9;
    border-radius: 6px;
    color: #666666;
    grid-column: 1 / -1;
}

.acf-equipos-empty p {
    margin: 0;
    font-size: 16px;
}

/* === Paginación === */
.acf-equipos-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.acf-equipos-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    transition: all 0.2s;
}

/* PAGINACIÓN HOVER Y ACTIVO - VERDE #608a3c */
.acf-equipos-page:hover {
    background-color: #608a3c !important;
    border-color: #608a3c !important;
    color: #ffffff !important;
}

.acf-equipos-page.active {
    background-color: #608a3c !important;
    border-color: #608a3c !important;
    color: #ffffff !important;
}

/* === Loading State === */
.acf-equipos-content.loading {
    opacity: 0.5;
    pointer-events: none;
}

/* ============================================
   FILTRO MOBILE COLAPSABLE
   ============================================ */
.acf-equipos-mobile-filter-toggle {
    display: none;
}

@media (max-width: 768px) {
    .acf-equipos-mobile-filter-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 14px 18px;
        background: #608a3c;
        color: #ffffff;
        border: none;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-sizing: border-box;
    }

    .acf-equipos-mobile-filter-toggle:hover {
        background: #4d7030;
    }

    .acf-equipos-mobile-filter-toggle__icon {
        display: inline-flex;
        transition: transform 0.3s ease;
    }

    .acf-equipos-sidebar.is-open .acf-equipos-mobile-filter-toggle__icon {
        transform: rotate(180deg);
    }

    .acf-equipos-sidebar .acf-equipos-form {
        display: none;
        margin-top: 10px;
    }

    .acf-equipos-sidebar.is-open .acf-equipos-form {
        display: flex;
    }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .acf-equipos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .acf-equipos-layout {
        flex-direction: column;
    }

    .acf-equipos-sidebar {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .acf-equipos-finder-only .acf-equipos-form--horizontal {
        flex-direction: column;
    }

    .acf-equipos-finder-only .acf-equipos-form--horizontal .acf-equipos-field {
        width: 100%;
    }

    .acf-equipos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .acf-equipos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .acf-equipos-card__content {
        padding: 12px;
    }

    .acf-equipos-card__title {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .acf-equipos-card__specs {
        font-size: 11px;
        padding-left: 14px;
    }

    .acf-equipos-card__specs li {
        margin-bottom: 4px;
    }

    .acf-equipos-card__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-top: 10px;
        padding-top: 10px;
    }

    .acf-equipos-card__price-label {
        font-size: 11px;
    }

    .acf-equipos-card__price-value {
        font-size: 14px;
    }

    .acf-equipos-card__btn {
        width: 100%;
        padding: 8px 12px;
        font-size: 12px;
    }

    .acf-equipos-actions {
        flex-direction: column;
    }

    .acf-equipos-btn {
        width: 100%;
    }
}
