.mcf-wrapper {
    width: 100%;
    font-family: "Montserrat", Arial, sans-serif;
    background: #f6f4f0;
    overflow: hidden;
}

.mcf-search-box {
    width: 100%;
    background: #5B8083;
    padding: 18px 20px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#mcf-search {
    width: min(520px, 90%);
    height: 36px;
    border-radius: 40px;
    border: 2px solid #a8d6d2;
    background: #ffffff;
    padding: 0 48px 0 18px;
    color: #333;
    font-size: 14px;
    font-style: italic;
    outline: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

#mcf-search::placeholder {
    color: #333;
}

.mcf-search-icon {
    margin-left: -42px;
    font-size: 20px;
    color: #75aaa7;
    z-index: 2;
}

.mcf-tabs-area {
    background: #5B8083;
    border-bottom: 5px solid #a4d4d1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
}

.mcf-tabs-scroll {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    max-width: 1000px;
}

.mcf-tabs-scroll::-webkit-scrollbar {
    display: none;
}

.mcf-tab {
    border: none;
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 10px;
    white-space: nowrap;
    cursor: pointer;
    transition: all .25s ease;
}

.mcf-tab:hover,
.mcf-tab.active {
    background: rgba(255,255,255,0.25);
}

.mcf-tab-arrow {
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 34px;
    cursor: pointer;
    padding: 0 12px;
    line-height: 1;
}

.mcf-filter-title {
    background: #ffffff;
    color: #111;
    font-family: Georgia, serif;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding: 7px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.mcf-filter-icon {
    font-family: Arial, sans-serif;
    font-size: 17px;
}

.mcf-filter-chevron {
    font-family: Arial, sans-serif;
    font-size: 22px;
    margin-top: -4px;
}

.mcf-filters-panel {
    background: #5B8083;
    color: #ffffff;
    min-height: 145px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 35px;
    justify-content: center;
    align-items: start;
    padding: 18px 8% 50px;
    position: relative;
}

.mcf-filter-column {
    text-align: left;
}

.mcf-filter-column h4 {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.mcf-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mcf-filter-btn,
.mcf-type-btn {
    border: 1px solid rgba(255,255,255,0.75);
    background: transparent;
    color: #ffffff;
    border-radius: 50px;
    height: 28px;
    min-width: 72px;
    padding: 0 13px;
    cursor: pointer;
    font-size: 13px;
    transition: all .25s ease;
}

.mcf-filter-btn:hover,
.mcf-filter-btn.active,
.mcf-type-btn:hover,
.mcf-type-btn.active {
    background: #b5e1df;
    color: #ffffff;
    border-color: #b5e1df;
}

.mcf-type-switch {
    width: 180px;
    height: 30px;
    display: flex;
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.75);
}

.mcf-type-switch .mcf-type-btn {
    width: 50%;
    height: 100%;
    min-width: unset;
    border: none;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.mcf-filter-separator {
    width: 1px;
    height: 80px;
    background: #ffffff;
    opacity: .95;
}

#mcf-clear-filters {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 21px;
    background: #ffffff;
    color: #111;
    border: none;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.mcf-results-area {
    background: #f6f4f0;
    padding: 28px 55px 40px;
    position: relative;
}

.mcf-loader {
    text-align: center;
    color: #638e8d;
    font-weight: 600;
    margin-bottom: 20px;
}

.mcf-swiper {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 15px;
}

.mcf-card {
    width: 100%;
    text-align: center;
}

.mcf-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.mcf-image-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #e5e5e5;
    overflow: hidden;
}

.mcf-image-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.mcf-card:hover .mcf-image-box img {
    transform: scale(1.05);
}

.mcf-card-title {
    background: #9bd1cf;
    color: #ffffff;
    min-height: 26px;
    width: 80%;
    margin: -5px auto 0;
    border-radius: 30px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mcf-swiper-prev,
.mcf-swiper-next {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 42px;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
}

.mcf-swiper-prev {
    left: 10px;
}

.mcf-swiper-next {
    right: 10px;
}

.mcf-swiper-prev::before,
.mcf-swiper-next::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-top: 5px solid #000;
    border-left: 5px solid #000;
}

.mcf-swiper-prev::before {
    transform: rotate(-45deg);
}

.mcf-swiper-next::before {
    transform: rotate(135deg);
}

.mcf-empty {
    width: 100%;
    text-align: center;
    color: #638e8d;
    font-size: 16px;
    font-weight: 600;
    padding: 40px 0;
}

/* Responsive tablet */
@media (max-width: 900px) {
    .mcf-filters-panel {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 20px 30px 58px;
        text-align: center;
    }

    .mcf-filter-column {
        text-align: center;
    }

    .mcf-filter-buttons {
        justify-content: center;
    }

    .mcf-type-switch {
        margin: 0 auto;
    }

    .mcf-filter-separator {
        display: none;
    }

    .mcf-results-area {
        padding: 28px 40px 40px;
    }
}

/* Responsive móvil */
@media (max-width: 600px) {
    .mcf-search-box {
        padding: 16px 12px 22px;
    }

    #mcf-search {
        width: 92%;
        font-size: 13px;
    }

    .mcf-tabs-area {
        padding: 0 5px;
    }

    .mcf-tab {
        font-size: 12px;
        padding: 10px 8px;
    }

    .mcf-tab-arrow {
        font-size: 28px;
        padding: 0 5px;
    }

    .mcf-filter-title {
        font-size: 16px;
    }

    .mcf-filters-panel {
        padding: 18px 18px 58px;
    }

    .mcf-filter-column h4 {
        font-size: 15px;
    }

    .mcf-results-area {
        padding: 25px 32px 38px;
    }

    .mcf-card-title {
        width: 88%;
        font-size: 11px;
    }

    .mcf-swiper-prev {
        left: 3px;
    }

    .mcf-swiper-next {
        right: 3px;
    }
}