        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-section {
            width: 100% !important;
            max-width: 1180px !important;
            margin: 56px auto !important;
            padding: 0 !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-section__head {
            display: flex !important;
            align-items: flex-end !important;
            justify-content: space-between !important;
            gap: 18px !important;
            margin-bottom: 24px !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-section__title {
            margin: 0 !important;
            font-size: clamp(32px, 4.5vw, 58px) !important;
            line-height: .95 !important;
            letter-spacing: -0.045em !important;
            text-transform: uppercase !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-section__intro {
            margin: 0 !important;
            max-width: 420px !important;
            font-size: 16px !important;
            line-height: 1.55 !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-grid {
            display: grid !important;
            grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
            gap: 16px !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-card {
            position: relative !important;
            display: block !important;
            min-height: 190px !important;
            overflow: hidden !important;
            border-radius: 22px !important;
            background: #111 !important;
            color: #fff !important;
            text-decoration: none !important;
            isolation: isolate !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-card:hover {
            color: #fff !important;
            text-decoration: none !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-card__image {
            position: absolute !important;
            inset: 0 !important;
            z-index: -2 !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-card__image img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            display: block !important;
            transform: scale(1.01) !important;
            transition: transform .28s ease !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-card:hover .gg-cbd-city-card__image img {
            transform: scale(1.06) !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-card::after {
            content: "" !important;
            position: absolute !important;
            inset: 0 !important;
            z-index: -1 !important;
            background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.72)) !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-card__body {
            min-height: 190px !important;
            display: flex !important;
            flex-direction: column !important;
            justify-content: flex-end !important;
            padding: 16px !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-card__label {
            margin: 0 !important;
            font-size: 20px !important;
            line-height: 1 !important;
            font-weight: 950 !important;
            text-transform: uppercase !important;
            letter-spacing: -0.035em !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-card__cta {
            display: inline-flex !important;
            align-items: center !important;
            width: fit-content !important;
            margin-top: 10px !important;
            padding: 8px 12px !important;
            border-radius: 999px !important;
            background: #298C37 !important;
            color: #fff !important;
            font-size: 11px !important;
            line-height: 1 !important;
            font-weight: 900 !important;
            text-transform: uppercase !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefits {
            width: 100% !important;
            max-width: 1180px !important;
            margin: 56px auto !important;
            padding: 0 !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefits__inner {
            display: grid !important;
            grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr) !important;
            gap: 34px !important;
            align-items: center !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefits__content {
            display: flex !important;
            flex-direction: column !important;
            gap: 18px !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefits__title {
            margin: 0 !important;
            font-size: clamp(30px, 4vw, 54px) !important;
            line-height: .95 !important;
            letter-spacing: -0.045em !important;
            text-transform: uppercase !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefits__text {
            margin: 0 !important;
            font-size: 17px !important;
            line-height: 1.65 !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefits__grid {
            display: grid !important;
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 14px !important;
            margin-top: 8px !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefit {
            display: grid !important;
            grid-template-columns: 46px minmax(0, 1fr) !important;
            gap: 12px !important;
            align-items: center !important;
            padding: 14px !important;
            border: 1px solid rgba(0, 0, 0, .08) !important;
            border-radius: 18px !important;
            background: #fff !important;
            min-height: 78px !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefit__icon {
            width: 46px !important;
            height: 46px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            border-radius: 14px !important;
            background: #f5f5f5 !important;
            overflow: hidden !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefit__icon img {
            width: 30px !important;
            height: 30px !important;
            object-fit: contain !important;
            display: block !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefit__title {
            margin: 0 !important;
            font-size: 13px !important;
            line-height: 1.15 !important;
            font-weight: 950 !important;
            text-transform: uppercase !important;
            letter-spacing: -0.02em !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefits__media {
            overflow: hidden !important;
            border-radius: 26px !important;
            min-height: 420px !important;
            background: #f5f5f5 !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefits__media img {
            width: 100% !important;
            height: 100% !important;
            min-height: 420px !important;
            object-fit: cover !important;
            display: block !important;
        }

        html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-consumed {
            display: none !important;
        }

        @media (max-width: 980px) {
            html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            }
        }

        @media (max-width: 820px) {
            html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-section__head {
                display: block !important;
            }

            html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-section__intro {
                margin-top: 12px !important;
            }

            html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefits__inner {
                grid-template-columns: 1fr !important;
                gap: 22px !important;
            }

            html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefits__media {
                min-height: 260px !important;
                order: -1 !important;
            }

            html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefits__media img {
                min-height: 260px !important;
            }
        }

        @media (max-width: 640px) {
            html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
                gap: 12px !important;
            }

            html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-card,
            html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-card__body {
                min-height: 155px !important;
            }

            html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-city-card__label {
                font-size: 16px !important;
            }

            html body .gg-seo-ficha--cbd-cerca-de-mi .gg-cbd-benefits__grid {
                grid-template-columns: 1fr !important;
            }
        }
