/* Mamborê Conecta — Empresas em destaque — v1.3.0 */

.elementor-widget-shortcode:has(.mc-destaques),
.elementor-widget-shortcode:has(.mc-destaques) > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mc-destaques,
.mc-destaques *,
.mc-destaques *::before,
.mc-destaques *::after {
    box-sizing: border-box;
}

.mc-destaques {
    --mc-orange: #ffa128;
    --mc-text: #171717;
    --mc-muted: #666a70;

    position: relative !important;
    left: 50% !important;

    width: 100vw !important;
    max-width: 100vw !important;

    margin-left: -50vw !important;
    margin-right: -50vw !important;

    padding: 28px 0 34px !important;

    background: #ffffff !important;
    overflow: visible !important;

    font-family: Arial, Helvetica, sans-serif;
}

.mc-destaques__header-wrap,
.mc-destaques__cards-wrap {
    width: calc(100vw - 150px) !important;
    max-width: 1768px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.mc-destaques__header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    min-height: 34px !important;
    margin: 0 0 20px !important;

    gap: 24px !important;
}

.mc-destaques__heading {
    display: flex !important;
    align-items: center !important;

    min-width: 0 !important;
    gap: 12px !important;
}

.mc-destaques__heading-star {
    display: block !important;

    width: 27px !important;
    height: 27px !important;
    flex: 0 0 27px !important;

    color: var(--mc-orange) !important;
}

.mc-destaques__heading h2 {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    color: var(--mc-text) !important;

    font-size: 23px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;

    white-space: nowrap !important;
}

.mc-destaques__premium-pill {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 24px !important;
    padding: 4px 11px 3px !important;

    border-radius: 999px !important;

    background: linear-gradient(180deg, #ffaf49 0%, #ff8d25 100%) !important;
    color: #ffffff !important;

    font-size: 12px !important;
    line-height: 17px !important;
    font-weight: 700 !important;

    white-space: nowrap !important;
}

.mc-destaques__all-link {
    display: inline-flex !important;
    align-items: center !important;

    gap: 8px !important;

    color: var(--mc-text) !important;

    font-size: 13px !important;
    line-height: 17px !important;
    font-weight: 600 !important;

    text-decoration: none !important;
    white-space: nowrap !important;
}

.mc-destaques__all-link svg {
    width: 16px !important;
    height: 16px !important;
}

.mc-destaques__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

    align-items: stretch !important;
    gap: 24px !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mc-destaques__card {
    position: relative !important;

    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 165px !important;

    width: 100% !important;
    min-width: 0 !important;
    height: 180px !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;

    border: 1px solid #eceff2 !important;
    border-radius: 10px !important;

    background: #ffffff !important;
    box-shadow: 0 3px 12px rgba(21, 26, 35, 0.09) !important;
}

.mc-destaques__card-main {
    min-width: 0 !important;

    display: flex !important;
    flex-direction: column !important;

    padding: 20px 18px 17px 22px !important;
}

.mc-destaques__company-top {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;

    align-items: center !important;
    gap: 14px !important;

    min-width: 0 !important;
}

.mc-destaques__logo-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 72px !important;
    height: 62px !important;

    overflow: hidden !important;
    background: #ffffff !important;
}

.mc-destaques__logo {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 68px !important;
    max-height: 58px !important;

    object-fit: contain !important;
}

.mc-destaques__identity {
    min-width: 0 !important;
}

.mc-destaques__name {
    display: block !important;

    margin: 0 0 5px !important;
    padding: 0 !important;

    overflow: hidden !important;

    color: var(--mc-text) !important;

    font-size: 18px !important;
    line-height: 21px !important;
    font-weight: 700 !important;

    text-decoration: none !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.mc-destaques__category {
    display: block !important;

    overflow: hidden !important;

    color: var(--mc-muted) !important;

    font-size: 13px !important;
    line-height: 16px !important;

    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.mc-destaques__contact {
    display: flex !important;
    align-items: center !important;

    min-height: 19px !important;
    margin-top: 17px !important;

    gap: 8px !important;

    color: #202124 !important;

    font-size: 13px !important;
    line-height: 17px !important;
}

.mc-destaques__contact svg {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 14px !important;

    color: var(--mc-orange) !important;
}



.mc-destaques__address {
    display: flex !important;
    align-items: center !important;

    min-width: 0 !important;
    margin-top: auto !important;

    gap: 24px !important;

    color: #555b61 !important;

    font-size: 12px !important;
    line-height: 16px !important;
}

.mc-destaques__address span {
    display: inline-flex !important;
    align-items: center !important;

    min-width: 0 !important;
    gap: 8px !important;

    overflow: hidden !important;

    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.mc-destaques__address svg {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px !important;

    color: #666b70 !important;
}

.mc-destaques__cover-link {
    display: block !important;

    width: 165px !important;
    height: 178px !important;

    overflow: hidden !important;

    border-radius: 0 9px 9px 0 !important;
    background: #f4f4f4 !important;
}

.mc-destaques__cover,
.mc-destaques__cover-placeholder {
    display: block !important;

    width: 100% !important;
    height: 100% !important;
}

.mc-destaques__cover {
    object-fit: cover !important;
}

.mc-destaques__cover-placeholder {
    background: linear-gradient(135deg, #f6f6f6, #ececec) !important;
}

.mc-destaques__crown {
    position: absolute !important;
    z-index: 5 !important;

    top: -16px !important;
    right: -14px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 42px !important;
    height: 42px !important;

    border-radius: 50% !important;

    background: linear-gradient(180deg, #ffb448 0%, #ff951f 100%) !important;
    box-shadow: 0 2px 7px rgba(255, 145, 28, 0.28) !important;
}

.mc-destaques__crown svg {
    width: 21px !important;
    height: 21px !important;

    color: #ffffff !important;
}

.mc-destaques__empty {
    width: 100% !important;

    padding: 24px !important;

    border: 1px solid #eceff2 !important;
    border-radius: 10px !important;

    color: #656a70 !important;

    font-size: 13px !important;
    text-align: center !important;
}

@media (max-width: 1024px) {
    .mc-destaques__header-wrap,
    .mc-destaques__cards-wrap {
        width: calc(100vw - 48px) !important;
        max-width: none !important;
    }

    .mc-destaques__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .mc-destaques__card:nth-child(3) {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .mc-destaques {
        padding: 18px 0 21px !important;
    }

    .mc-destaques__header-wrap,
    .mc-destaques__cards-wrap {
        width: calc(100vw - 24px) !important;
        max-width: none !important;
    }

    .mc-destaques__header {
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .mc-destaques__heading {
        flex-wrap: wrap !important;
        gap: 7px !important;
    }

    .mc-destaques__heading h2 {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .mc-destaques__all-link {
        margin-top: 4px !important;
        font-size: 10px !important;
    }

    .mc-destaques__grid {
        display: flex !important;

        gap: 12px !important;

        overflow-x: auto !important;

        padding: 2px 1px 9px !important;

        scroll-snap-type: x mandatory !important;
        scrollbar-width: none !important;
    }

    .mc-destaques__grid::-webkit-scrollbar {
        display: none !important;
    }

    .mc-destaques__card,
    .mc-destaques__card:nth-child(3) {
        display: grid !important;

        flex: 0 0 360px !important;
        grid-template-columns: minmax(0, 1fr) 125px !important;

        scroll-snap-align: start !important;
    }

    .mc-destaques__cover-link {
        width: 125px !important;
        height: 178px !important;
    }
}


.mc-destaques__contact {
    color: #3f454b !important;
    font-weight: 500 !important;
}

.mc-destaques__contact span {
    display: inline-block !important;
}

.mc-destaques__address {
    width: 100% !important;
    margin-top: auto !important;
}

.mc-destaques__address span {
    display: block !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}


/* Ajustes de legibilidade — v1.3.0 */
.mc-destaques__contact {
    font-size: 15px !important;
    line-height: 20px !important;
    gap: 9px !important;
}

.mc-destaques__contact svg {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
}

.mc-destaques__address {
    align-items: flex-start !important;
    font-size: 14px !important;
    line-height: 19px !important;
    gap: 9px !important;
}

.mc-destaques__address svg {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    margin-top: 1px !important;
}

.mc-destaques__address span {
    display: -webkit-box !important;
    overflow: hidden !important;
    white-space: normal !important;
    text-overflow: initial !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
}


/* =========================================================
   TODAS AS EMPRESAS — v1.3.0
   ========================================================= */

.mc-todas,
.mc-todas *,
.mc-todas *::before,
.mc-todas *::after {
    box-sizing: border-box;
}

.mc-todas {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 28px 0 36px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.mc-todas__inner {
    width: calc(100vw - 150px);
    max-width: 1768px;
    margin: 0 auto;
}

.mc-todas__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.mc-todas__title {
    margin: 0;
    color: #171717;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.mc-todas__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mc-todas__order-form {
    margin: 0;
}

.mc-todas__select,
.mc-todas__filter-button,
.mc-todas__view-button {
    height: 42px;
    border: 1px solid #dfe3e8;
    border-radius: 8px;
    background: #ffffff;
    color: #2e3338;
    box-shadow: 0 2px 7px rgba(18, 25, 33, 0.04);
}

.mc-todas__select {
    min-width: 142px;
    padding: 0 36px 0 14px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.mc-todas__filter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.mc-todas__filter-button svg,
.mc-todas__view-button svg {
    width: 17px;
    height: 17px;
}

.mc-todas__view-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    padding: 0;
    cursor: pointer;
}

.mc-todas__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.mc-todas__card {
    position: relative;
    min-width: 0;
    min-height: 218px;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 18px;
    border: 1px solid #dfe3e8;
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(20, 27, 35, 0.04);
}

.mc-todas__favorite {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #9aa2aa;
    cursor: pointer;
}

.mc-todas__favorite svg {
    width: 21px;
    height: 21px;
}

.mc-todas__top {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    padding-right: 28px;
}

.mc-todas__logo-wrap {
    width: 78px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
}

.mc-todas__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 72px;
    max-height: 66px;
    object-fit: contain;
}

.mc-todas__identity {
    min-width: 0;
}

.mc-todas__name {
    margin: 0 0 6px;
    overflow: hidden;
    color: #171717;
    font-size: 17px;
    line-height: 1.18;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mc-todas__category {
    display: block;
    overflow: hidden;
    color: #676d73;
    font-size: 12px;
    line-height: 1.25;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mc-todas__phone {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
    color: #4d5359;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.mc-todas__phone svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
}

.mc-todas__site-button {
    width: 100%;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    padding: 9px 12px;
    border: 1px solid #f2a13a;
    border-radius: 7px;
    background: #fff8ef;
    color: #8e4e00;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease;
}

.mc-todas__site-button:hover {
    border-color: #e78c1f;
    background: #fff2df;
    color: #744000;
}

.mc-todas__site-button svg {
    width: 16px;
    height: 16px;
}

.mc-todas__empty {
    padding: 28px;
    border: 1px solid #dfe3e8;
    border-radius: 9px;
    color: #656b71;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 1200px) {
    .mc-todas__inner {
        width: calc(100vw - 48px);
        max-width: none;
    }

    .mc-todas__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mc-todas__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mc-todas {
        padding: 22px 0 28px;
    }

    .mc-todas__inner {
        width: calc(100vw - 24px);
    }

    .mc-todas__header {
        align-items: flex-start;
        gap: 14px;
    }

    .mc-todas__title {
        font-size: 20px;
    }

    .mc-todas__actions {
        gap: 6px;
    }

    .mc-todas__select {
        min-width: 112px;
        height: 38px;
        padding-left: 10px;
        font-size: 11px;
    }

    .mc-todas__filter-button {
        width: 38px;
        height: 38px;
        padding: 0;
    }

    .mc-todas__filter-button span {
        display: none;
    }

    .mc-todas__view-button {
        display: none;
    }

    .mc-todas__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mc-todas__card {
        min-height: 204px;
    }
}


/* =========================================================
   SOBRE A CATEGORIA — v1.3.1
   ========================================================= */

.mc-sobre,
.mc-sobre *,
.mc-sobre *::before,
.mc-sobre *::after {
    box-sizing: border-box;
}

.mc-sobre {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 18px 0 12px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.mc-sobre__inner {
    width: calc(100vw - 150px);
    max-width: 1768px;
    margin: 0 auto;
}

.mc-sobre__card {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    height: 240px;
    padding: 18px 26px;
    border: 1px solid #e5e8eb;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(24, 31, 39, 0.07);
    overflow: hidden;
}

.mc-sobre__image-wrap {
    width: 340px;
    height: 204px;
    min-width: 340px;
    flex: 0 0 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: #f7f7f7;
}

.mc-sobre__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.mc-sobre__content {
    min-width: 0;
}

.mc-sobre__title {
    margin: 0 0 10px;
    color: #171717;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.25px;
}

.mc-sobre__paragraph {
    color: #5d6369;
    font-size: 15px;
    line-height: 1.48;
}

.mc-sobre__paragraph + .mc-sobre__paragraph {
    margin-top: 10px;
}

.mc-sobre__paragraph p {
    margin: 0;
}

@media (max-width: 1200px) {
    .mc-sobre__inner {
        width: calc(100vw - 48px);
        max-width: none;
    }

    .mc-sobre__card {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 26px;
        height: 220px;
    }

    .mc-sobre__image-wrap {
        width: 300px;
        height: 180px;
        min-width: 300px;
        flex-basis: 300px;
    }
}

@media (max-width: 767px) {
    .mc-sobre {
        padding: 14px 0 10px;
    }

    .mc-sobre__inner {
        width: calc(100vw - 24px);
    }

    .mc-sobre__card {
        grid-template-columns: 1fr;
        gap: 18px;
        height: auto;
        padding: 18px;
    }

    .mc-sobre__image-wrap {
        width: 100%;
        height: auto;
        min-width: 0;
        aspect-ratio: 5 / 3;
        flex-basis: auto;
    }

    .mc-sobre__title {
        font-size: 21px;
    }

    .mc-sobre__paragraph {
        font-size: 14px;
        line-height: 1.5;
    }
}


/* =========================================================
   HERO DA CATEGORIA — v1.4.1
   ========================================================= */

.mc-hero,
.mc-hero *,
.mc-hero *::before,
.mc-hero *::after {
    box-sizing: border-box;
}

.mc-hero {
    --mc-hero-orange: #f7a13d;
    --mc-hero-bg: none;

    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    min-height: 430px;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .83) 30%, rgba(0, 0, 0, .36) 62%, rgba(0, 0, 0, .12) 100%),
        var(--mc-hero-bg) center center / cover no-repeat;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.mc-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.16) 100%);
    pointer-events: none;
}

.mc-hero__inner {
    position: relative;
    z-index: 2;
    width: calc(100vw - 150px);
    max-width: 1768px;
    min-height: 430px;
    margin: 0 auto;
    padding: 26px 0 28px;
    display: flex;
    flex-direction: column;
}

.mc-hero__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.84);
    font-size: 12px;
    line-height: 1;
}

.mc-hero__breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.mc-hero__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 26px;
}

.mc-hero__copy {
    max-width: 500px;
}

.mc-hero__title {
    margin: 0 0 18px;
    font-size: 44px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.mc-hero__title span,
.mc-hero__title strong {
    display: block;
}

.mc-hero__title strong {
    color: var(--mc-hero-orange);
    font-weight: 700;
}

.mc-hero__description {
    max-width: 470px;
    color: rgba(255,255,255,.96);
    font-size: 16px;
    line-height: 1.5;
}

.mc-hero__description p {
    margin: 0;
}

.mc-hero__bottom-row {
    display: grid;
    grid-template-columns: minmax(310px, 430px) minmax(220px, auto) 1fr auto;
    align-items: center;
    gap: 18px;
}

.mc-hero__search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 7px;
    background: #fff;
}

.mc-hero__search input {
    min-width: 0;
    padding: 0 16px;
    border: 0;
    outline: 0;
    color: #454a50;
    font-size: 13px;
}

.mc-hero__search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-left: 1px solid #e6e8ea;
    background: #fff;
    color: #111;
    cursor: pointer;
}

.mc-hero__search button svg {
    width: 20px;
    height: 20px;
}

.mc-hero__count {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

.mc-hero__count > svg {
    width: 24px;
    height: 24px;
    color: #f6c06a;
}

.mc-hero__divider {
    width: 1px;
    height: 34px;
    background: rgba(255,255,255,.65);
    margin-right: 6px;
}

.mc-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 7px;
    background: linear-gradient(180deg, #ffb44f 0%, #f39a35 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(243, 154, 53, .25);
}

.mc-hero__cta svg {
    width: 19px;
    height: 19px;
}

@media (max-width: 1200px) {
    .mc-hero__inner {
        width: calc(100vw - 48px);
        max-width: none;
    }

    .mc-hero__bottom-row {
        grid-template-columns: minmax(280px, 1fr) auto;
    }

    .mc-hero__count {
        grid-column: 1;
        grid-row: 2;
    }

    .mc-hero__cta {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
}

@media (max-width: 767px) {
    .mc-hero {
        min-height: 560px;
        background-position: 62% center;
    }

    .mc-hero__inner {
        width: calc(100vw - 24px);
        min-height: 560px;
        padding: 20px 0 22px;
    }

    .mc-hero__content {
        padding-top: 22px;
    }

    .mc-hero__copy {
        max-width: 88%;
    }

    .mc-hero__title {
        font-size: 36px;
    }

    .mc-hero__description {
        font-size: 14px;
    }

    .mc-hero__bottom-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mc-hero__search,
    .mc-hero__count,
    .mc-hero__cta {
        grid-column: 1;
        grid-row: auto;
    }

    .mc-hero__count {
        white-space: normal;
    }

    .mc-hero__divider {
        display: none;
    }

    .mc-hero__cta {
        width: 100%;
    }
}


/* Refinamentos do Hero — v1.4.1 */
.mc-hero__breadcrumbs {
    font-size: 13px !important;
    line-height: 1.2 !important;
}

.mc-hero__title {
    margin-bottom: 20px !important;
    font-size: 48px !important;
    line-height: 1.02 !important;
    letter-spacing: -1.3px !important;
}

.mc-hero__title span {
    color: #ffffff !important;
}

.mc-hero__title strong {
    color: var(--mc-hero-orange) !important;
}

.mc-hero__description {
    max-width: 500px !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
}

.mc-hero__bottom-row {
    grid-template-columns: minmax(340px, 430px) minmax(240px, auto) 1fr 245px !important;
    gap: 20px !important;
}

.mc-hero__search {
    height: 52px !important;
}

.mc-hero__search input {
    font-size: 14px !important;
}

.mc-hero__count {
    font-size: 15px !important;
    gap: 11px !important;
}

.mc-hero__count > svg {
    width: 26px !important;
    height: 26px !important;
}

.mc-hero__cta {
    width: 245px !important;
    min-width: 245px !important;
    min-height: 50px !important;
    padding: 0 18px !important;
    justify-self: end !important;
    font-size: 14px !important;
}

@media (max-width: 1200px) {
    .mc-hero__bottom-row {
        grid-template-columns: minmax(280px, 1fr) auto !important;
    }

    .mc-hero__cta {
        width: 230px !important;
        min-width: 230px !important;
    }
}

@media (max-width: 767px) {
    .mc-hero__breadcrumbs {
        font-size: 12px !important;
    }

    .mc-hero__title {
        font-size: 38px !important;
    }

    .mc-hero__description {
        font-size: 15px !important;
    }

    .mc-hero__bottom-row {
        grid-template-columns: 1fr !important;
    }

    .mc-hero__search {
        height: 50px !important;
    }

    .mc-hero__count {
        font-size: 14px !important;
    }

    .mc-hero__cta {
        width: 100% !important;
        min-width: 0 !important;
        justify-self: stretch !important;
    }
}


/* =========================================================
   DIFERENCIAIS DA CATEGORIA — v1.5.0
   ========================================================= */

.mc-diferenciais,
.mc-diferenciais *,
.mc-diferenciais *::before,
.mc-diferenciais *::after {
    box-sizing: border-box;
}

.mc-diferenciais {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 10px 0 16px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.mc-diferenciais__inner {
    width: calc(100vw - 150px);
    max-width: 1768px;
    min-height: 94px;
    margin: 0 auto;
    padding: 16px 26px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 26px;
    border-radius: 10px;
    background: linear-gradient(90deg, #fff8ef 0%, #fff5e8 50%, #fff8ef 100%);
}

.mc-diferenciais__item {
    min-width: 0;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

.mc-diferenciais__icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b87411;
}

.mc-diferenciais__icon svg {
    width: 36px;
    height: 36px;
}

.mc-diferenciais__content {
    min-width: 0;
}

.mc-diferenciais__content h3 {
    margin: 0 0 5px;
    color: #171717;
    font-size: 15px;
    line-height: 1.18;
    font-weight: 700;
}

.mc-diferenciais__content p {
    margin: 0;
    color: #3f454b;
    font-size: 12px;
    line-height: 1.35;
}

@media (max-width: 1200px) {
    .mc-diferenciais__inner {
        width: calc(100vw - 48px);
        max-width: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 28px;
    }
}

@media (max-width: 767px) {
    .mc-diferenciais {
        padding: 8px 0 14px;
    }

    .mc-diferenciais__inner {
        width: calc(100vw - 24px);
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 18px;
    }

    .mc-diferenciais__item {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .mc-diferenciais__icon {
        width: 40px;
        height: 40px;
    }

    .mc-diferenciais__icon svg {
        width: 32px;
        height: 32px;
    }
}


/* =========================================================
   PERGUNTAS FREQUENTES — v1.6.1
   ÚNICO CSS ADICIONADO NESTA VERSÃO
   ========================================================= */

.mc-faq,
.mc-faq *,
.mc-faq *::before,
.mc-faq *::after {
    box-sizing: border-box;
}

.mc-faq {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 18px 0 20px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.mc-faq__inner {
    width: calc(100vw - 150px);
    max-width: 1768px;
    margin: 0 auto;
}

.mc-faq__title {
    margin: 0 0 14px;
    color: #171717;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.mc-faq__list {
    display: grid;
    gap: 8px;
}

.mc-faq__item {
    overflow: hidden;
    border: 1px solid #dfe3e8;
    border-radius: 7px;
    background: #ffffff;
}

.mc-faq__question {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 11px 16px;
    color: #24282d;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
}

.mc-faq__question::-webkit-details-marker {
    display: none;
}

.mc-faq__question svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    transition: transform .2s ease;
}

.mc-faq__item[open] .mc-faq__question svg {
    transform: rotate(180deg);
}

.mc-faq__answer {
    padding: 0 16px 15px;
    color: #5b6167;
    font-size: 14px;
    line-height: 1.55;
}

.mc-faq__answer p {
    margin: 0;
}

@media (max-width: 1200px) {
    .mc-faq__inner {
        width: calc(100vw - 48px);
        max-width: none;
    }
}

@media (max-width: 767px) {
    .mc-faq__inner {
        width: calc(100vw - 24px);
    }

    .mc-faq__title {
        font-size: 21px;
    }

    .mc-faq__question,
    .mc-faq__answer {
        font-size: 13px;
    }
}


/* =========================================================
   CATEGORIAS RELACIONADAS — v1.6.2
   ÚNICO CSS ADICIONADO NESTA VERSÃO
   ========================================================= */

.mc-relacionadas,
.mc-relacionadas *,
.mc-relacionadas *::before,
.mc-relacionadas *::after {
    box-sizing: border-box;
}

.mc-relacionadas {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 18px 0 20px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.mc-relacionadas__inner {
    width: calc(100vw - 150px);
    max-width: 1768px;
    margin: 0 auto;
}

.mc-relacionadas__title {
    margin: 0 0 14px;
    color: #171717;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.mc-relacionadas__list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #dfe3e8;
    border-radius: 9px;
    background: #ffffff;
}

.mc-relacionadas__item {
    min-width: 0;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 16px;
    color: #2f3439;
    text-decoration: none;
    border-right: 1px solid #eceff2;
    transition: background-color .18s ease, color .18s ease;
}

.mc-relacionadas__item:last-child {
    border-right: 0;
}

.mc-relacionadas__item:hover {
    background: #fff8ef;
    color: #a86100;
}

.mc-relacionadas__icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f29b31;
}

.mc-relacionadas__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mc-relacionadas__icon svg {
    width: 24px;
    height: 24px;
}

.mc-relacionadas__name {
    min-width: 0;
    overflow: hidden;
    color: inherit;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 1200px) {
    .mc-relacionadas__inner {
        width: calc(100vw - 48px);
        max-width: none;
    }

    .mc-relacionadas__list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mc-relacionadas__item:nth-child(4n) {
        border-right: 0;
    }

    .mc-relacionadas__item:nth-child(n+5) {
        border-top: 1px solid #eceff2;
    }
}

@media (max-width: 767px) {
    .mc-relacionadas {
        padding: 14px 0 18px;
    }

    .mc-relacionadas__inner {
        width: calc(100vw - 24px);
    }

    .mc-relacionadas__title {
        font-size: 21px;
    }

    .mc-relacionadas__list {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .mc-relacionadas__list::-webkit-scrollbar {
        display: none;
    }

    .mc-relacionadas__item {
        flex: 0 0 210px;
        min-height: 64px;
        border-top: 0 !important;
        border-right: 1px solid #eceff2 !important;
        scroll-snap-align: start;
    }

    .mc-relacionadas__item:last-child {
        border-right: 0 !important;
    }
}


/* =========================================================
   CTA FINAL DA CATEGORIA — v1.6.3
   ÚNICO CSS ADICIONADO NESTA VERSÃO
   ========================================================= */

.mc-cta-final,
.mc-cta-final *,
.mc-cta-final *::before,
.mc-cta-final *::after {
    box-sizing: border-box;
}

.mc-cta-final {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 14px 0 22px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.mc-cta-final__inner {
    width: calc(100vw - 150px);
    max-width: 1768px;
    margin: 0 auto;
}

.mc-cta-final__content {
    min-height: 112px;
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    padding: 14px 24px;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(90deg, #ffb75c 0%, #f6aa4d 45%, #ff9f6a 100%);
}

.mc-cta-final__image-wrap {
    width: 180px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mc-cta-final__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mc-cta-final__copy {
    min-width: 0;
}

.mc-cta-final__title {
    margin: 0 0 6px;
    color: #151515;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.mc-cta-final__text {
    margin: 0;
    color: #1f1f1f;
    font-size: 13px;
    line-height: 1.4;
}

.mc-cta-final__button {
    min-width: 245px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    border-radius: 7px;
    background: #171717;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .18s ease, background-color .18s ease;
}

.mc-cta-final__button:hover {
    transform: translateY(-1px);
    background: #000000;
    color: #ffffff;
}

.mc-cta-final__button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

@media (max-width: 1200px) {
    .mc-cta-final__inner {
        width: calc(100vw - 48px);
        max-width: none;
    }

    .mc-cta-final__content {
        grid-template-columns: 150px minmax(0, 1fr) auto;
        gap: 22px;
    }

    .mc-cta-final__image-wrap {
        width: 150px;
        height: 78px;
    }

    .mc-cta-final__button {
        min-width: 220px;
    }
}

@media (max-width: 767px) {
    .mc-cta-final {
        padding: 12px 0 18px;
    }

    .mc-cta-final__inner {
        width: calc(100vw - 24px);
    }

    .mc-cta-final__content {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
        text-align: center;
    }

    .mc-cta-final__image-wrap {
        width: 100%;
        height: 96px;
    }

    .mc-cta-final__title {
        font-size: 21px;
    }

    .mc-cta-final__button {
        width: 100%;
        min-width: 0;
    }
}


/* v1.6.4 - categorias relacionadas usam apenas ícones */
.mc-relacionadas__icon img{display:none!important;}
.mc-relacionadas__icon svg{display:block!important;width:24px;height:24px;}


/* =========================================================
   CORREÇÃO DO CTA FINAL — v1.6.5
   ÚNICO CONTÊINER ALTERADO NESTA VERSÃO
   ========================================================= */

.mc-cta-final__content {
    grid-template-columns: 170px minmax(0, 1fr) 235px !important;
    min-height: 108px !important;
    gap: 22px !important;
    padding: 10px 18px !important;
}

.mc-cta-final__image-wrap {
    display: flex !important;
    width: 170px !important;
    height: 88px !important;
    min-width: 170px !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.mc-cta-final__image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}

.mc-cta-final__copy {
    min-width: 0 !important;
    align-self: center !important;
}

.mc-cta-final__title {
    margin: 0 0 5px !important;
    font-size: 22px !important;
    line-height: 1.15 !important;
}

.mc-cta-final__text {
    margin: 0 !important;
    max-width: 620px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
}

.mc-cta-final__button {
    width: 235px !important;
    min-width: 235px !important;
    max-width: 235px !important;
    min-height: 44px !important;
    justify-self: end !important;
    align-self: center !important;
    padding: 0 16px !important;
}

@media (max-width: 1200px) {
    .mc-cta-final__content {
        grid-template-columns: 145px minmax(0, 1fr) 210px !important;
        gap: 18px !important;
    }

    .mc-cta-final__image-wrap {
        width: 145px !important;
        height: 80px !important;
        min-width: 145px !important;
    }

    .mc-cta-final__button {
        width: 210px !important;
        min-width: 210px !important;
        max-width: 210px !important;
    }
}

@media (max-width: 767px) {
    .mc-cta-final__content {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        padding: 18px !important;
    }

    .mc-cta-final__image-wrap {
        width: 100% !important;
        height: 96px !important;
        min-width: 0 !important;
    }

    .mc-cta-final__button {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        justify-self: stretch !important;
    }
}


/* =========================================================
   CTA FINAL — AJUSTE PIXEL-PERFECT v1.6.6
   Somente este contêiner foi alterado.
   ========================================================= */

.mc-cta-final {
    padding: 10px 0 14px !important;
}

.mc-cta-final__content {
    grid-template-columns: 170px minmax(0, 1fr) 230px !important;
    min-height: 96px !important;
    gap: 22px !important;
    padding: 8px 18px !important;
    border-radius: 9px !important;
}

.mc-cta-final__image-wrap {
    display: flex !important;
    width: 170px !important;
    height: 80px !important;
    min-width: 170px !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
}

.mc-cta-final__image,
.mc-cta-final__fallback {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}

.mc-cta-final__copy {
    min-width: 0 !important;
    align-self: center !important;
}

.mc-cta-final__title {
    margin: 0 0 4px !important;
    font-size: 22px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
}

.mc-cta-final__text {
    margin: 0 !important;
    max-width: 620px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
}

.mc-cta-final__button {
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
    min-height: 42px !important;
    justify-self: end !important;
    align-self: center !important;
    padding: 0 16px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
}

@media (max-width: 1200px) {
    .mc-cta-final__content {
        grid-template-columns: 145px minmax(0, 1fr) 205px !important;
        gap: 18px !important;
    }

    .mc-cta-final__image-wrap {
        width: 145px !important;
        height: 74px !important;
        min-width: 145px !important;
    }

    .mc-cta-final__button {
        width: 205px !important;
        min-width: 205px !important;
        max-width: 205px !important;
    }
}

@media (max-width: 767px) {
    .mc-cta-final__content {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        padding: 16px !important;
    }

    .mc-cta-final__image-wrap {
        width: 100% !important;
        height: 92px !important;
        min-width: 0 !important;
    }

    .mc-cta-final__button {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        justify-self: stretch !important;
    }
}


/* =========================================================
   SOBRE A CATEGORIA — AJUSTE DE ALTURA DINÂMICA v1.6.7
   Somente este contêiner foi alterado.
   ========================================================= */

.mc-sobre__card {
    height: auto !important;
    min-height: 240px !important;
    align-items: center !important;
}

.mc-sobre__image-wrap {
    align-self: center !important;
}

.mc-sobre__content {
    align-self: center !important;
}

@media (max-width: 1200px) {
    .mc-sobre__card {
        height: auto !important;
        min-height: 220px !important;
        align-items: center !important;
    }
}

@media (max-width: 767px) {
    .mc-sobre__card {
        min-height: 0 !important;
    }
}


/* =========================================================
   CATEGORIAS RELACIONADAS — COLUNAS DINÂMICAS v1.6.8
   Somente este contêiner foi alterado.
   ========================================================= */

.mc-relacionadas__list {
    grid-template-columns: repeat(
        var(--mc-relacionadas-count, 1),
        minmax(0, 1fr)
    ) !important;
}

@media (max-width: 1200px) {
    .mc-relacionadas__list {
        grid-template-columns: repeat(
            min(var(--mc-relacionadas-count, 1), 4),
            minmax(0, 1fr)
        ) !important;
    }
}


/* =========================================================
   CORREÇÃO DA BUSCA DO HERO — v1.6.9
   ========================================================= */

.mc-hero__search button {
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
    flex: 0 0 48px;
    opacity: 1;
    visibility: visible;
    color: #f39a35;
}

.mc-hero__search button svg {
    display: block;
    width: 21px;
    height: 21px;
    min-width: 21px;
    min-height: 21px;
    overflow: visible;
    color: inherit;
}

.mc-hero__search button svg circle,
.mc-hero__search button svg path {
    stroke: currentColor;
}

.mc-hero__search input::-webkit-search-cancel-button {
    margin-right: 4px;
}


/* =========================================================
   PÁGINA DE RESULTADOS DA BUSCA — v1.7.0
   ========================================================= */

.mc-search-page,
.mc-search-page * {
    box-sizing: border-box;
}

.mc-search-page {
    width: 100%;
    background: #f6f7f8;
    color: #2f2f37;
    font-family: Arial, Helvetica, sans-serif;
}

.mc-search-page__hero {
    padding: 54px 0 72px;
    background: linear-gradient(105deg, #17191c 0%, #292c31 62%, #3a3d42 100%);
}

.mc-search-page__hero-inner,
.mc-search-page__inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.mc-search-page__heading span,
.mc-search-page__results-header > div > span {
    color: #f39a35;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.mc-search-page__heading h1 {
    margin: 8px 0 8px;
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
}

.mc-search-page__heading p {
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 15px;
}

.mc-search-page__form {
    min-height: 62px;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) 152px;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    padding: 7px 7px 7px 18px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.2);
}

.mc-search-page__icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    color: #f39a35;
}

.mc-search-page__icon svg,
.mc-search-page__form button svg {
    width: 100%;
    height: 100%;
}

.mc-search-page__form input {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #2f2f37;
    font-size: 15px;
}

.mc-search-page__form button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    border: 0;
    border-radius: 8px;
    background: #f39a35;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.mc-search-page__form button svg {
    width: 18px;
    height: 18px;
}

.mc-search-page__content {
    padding: 42px 0 72px;
}

.mc-search-page__results-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.mc-search-page__results-header h2 {
    margin: 6px 0 0;
    font-size: 27px;
    line-height: 1.2;
}

.mc-search-page__results-header > strong {
    color: #6f747a;
    font-size: 13px;
}

.mc-search-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mc-search-page__card {
    min-width: 0;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
    border: 1px solid #e3e5e8;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(34,38,43,.06);
}

.mc-search-page__logo {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #eceef0;
    border-radius: 50%;
    background: #fff;
    color: #f39a35;
    font-size: 30px;
    font-weight: 800;
    text-decoration: none;
}

.mc-search-page__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mc-search-page__category {
    color: #f39a35;
    font-size: 10px;
    font-weight: 800;
}

.mc-search-page__card h3 {
    margin: 5px 0 10px;
    font-size: 17px;
    line-height: 1.2;
}

.mc-search-page__card h3 a {
    color: #2f2f37;
    text-decoration: none;
}

.mc-search-page__info {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 6px;
    color: #666c72;
    font-size: 11px;
    line-height: 1.35;
}

.mc-search-page__info svg {
    width: 15px;
    min-width: 15px;
    height: 15px;
    color: #f39a35;
}

.mc-search-page__button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    color: #2f2f37;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.mc-search-page__button svg {
    width: 15px;
    height: 15px;
    color: #f39a35;
}

.mc-search-page__empty {
    padding: 44px 22px;
    border: 1px solid #f2dfc9;
    border-radius: 12px;
    background: #fff7ed;
    text-align: center;
}

.mc-search-page__empty strong {
    display: block;
    margin-bottom: 7px;
    font-size: 18px;
}

.mc-search-page__empty p {
    margin: 0;
    color: #6f665c;
}

.mc-search-page__pagination {
    margin-top: 30px;
    text-align: center;
}

.mc-search-page__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    margin: 3px;
    padding: 0 10px;
    border-radius: 7px;
    background: #fff;
    color: #2f2f37;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.mc-search-page__pagination .current {
    background: #f39a35;
    color: #fff;
}

@media (max-width: 980px) {
    .mc-search-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mc-search-page__hero {
        padding: 38px 0 54px;
    }

    .mc-search-page__hero-inner,
    .mc-search-page__inner {
        width: min(100% - 24px, 1180px);
    }

    .mc-search-page__form {
        grid-template-columns: 22px minmax(0, 1fr);
        padding: 9px 12px;
    }

    .mc-search-page__form button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .mc-search-page__results-header {
        display: block;
    }

    .mc-search-page__results-header > strong {
        display: block;
        margin-top: 8px;
    }

    .mc-search-page__grid {
        grid-template-columns: 1fr;
    }

    .mc-search-page__card {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .mc-search-page__logo {
        width: 76px;
        height: 76px;
    }
}

/* =========================================================
   SUBCATEGORIAS NO MESMO GRID DE “TODAS AS EMPRESAS” — v1.8.0
   ========================================================= */
.mc-todas__subtitle{
    margin:7px 0 0!important;
    color:#6b7075!important;
    font-size:13px!important;
    line-height:1.5!important;
}

.mc-todas__grid--subcategorias{
    align-items:stretch!important;
}

.mc-todas__card--subcategoria{
    min-height:146px!important;
    padding:0!important;
}

.mc-todas__subcategory-link{
    width:100%!important;
    height:100%!important;
    min-height:146px!important;
    padding:19px 16px 15px!important;
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr)!important;
    grid-template-rows:auto 1fr auto!important;
    gap:10px 13px!important;
    color:#171717!important;
    text-decoration:none!important;
}

.mc-todas__subcategory-icon{
    width:48px!important;
    height:48px!important;
    border-radius:10px!important;
    background:#fff1e5!important;
    color:#ff851b!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
}

.mc-todas__subcategory-icon svg{
    width:24px!important;
    height:24px!important;
}

.mc-todas__subcategory-copy{
    min-width:0!important;
    align-self:center!important;
}

.mc-todas__subcategory-copy strong{
    display:block!important;
    color:#171717!important;
    font-size:15px!important;
    line-height:1.3!important;
    font-weight:700!important;
}

.mc-todas__subcategory-copy small{
    display:block!important;
    margin-top:5px!important;
    color:#6b7075!important;
    font-size:11px!important;
    line-height:1.3!important;
}

.mc-todas__subcategory-button{
    grid-column:1/-1!important;
    align-self:end!important;
    min-height:38px!important;
    padding:8px 12px!important;
    border:1px solid #ff851b!important;
    border-radius:6px!important;
    color:#d86b0d!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    font-size:11px!important;
    line-height:1.2!important;
    font-weight:700!important;
    transition:.16s ease!important;
}

.mc-todas__subcategory-button svg{
    width:15px!important;
    height:15px!important;
}

.mc-todas__subcategory-link:hover .mc-todas__subcategory-button{
    background:#ff851b!important;
    color:#fff!important;
}

.mc-todas__category{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    line-height:1.35!important;
}

/* Ícone personalizado da categoria — v1.9.0 */
.mc-todas__subcategory-icon img{
    display:block !important;
    width:25px !important;
    height:25px !important;
    max-width:25px !important;
    max-height:25px !important;
    object-fit:contain !important;
}
