
        body{
            margin: 0;
        }
        :root {
            --coop-green: #00af7c;
            --coop-orange: #f1872d;
            --coop-orange-dark: #d3701c;
            --coop-white: #ffff;
            --coop-grey: #b9b9b9;
            --coop-darkgrey: #a1a1a1;
            --coop-black: #101010;
        }

        .cluster-count {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 14px;
            font-weight: bold;
            color: white;
        }

        .leaflet-popup-content {
            min-width: 260px;
            margin: 30px 28px 16px 16px !important;
        }

        .leaflet-popup-content-wrapper {
            background-color: white !important;
            max-width: 100vw;
        }

        .leaflet-popup-content p {
            margin: 0 !important;
        }

        .leaflet-popup-content .popup-name,
        .leaflet-popup-content .popup-forma-juridica {
            font-family: "neue-haas-unica", sans-serif;
            text-transform: uppercase;
            font-size: 13px;
            line-height: 1.25;
            font-weight: 700;
            letter-spacing: 0.25px;
            color: var(--coop-black);
            padding: 0;
        }

        .crudaet-popup-content .popup-forma-juridica {
            font-weight: 400;
        }

        .leaflet-popup-content .popup-adreca,
        .leaflet-popup-content .popup-web,
        .leaflet-popup-content .popup-poblacio,
        .leaflet-popup-content .popup-tlf,
        .leaflet-popup-content .popup-tlf2,
        .leaflet-popup-content .popup-mail {
            width: 100%;
            overflow-wrap: break-word;
            word-wrap: break-word;
            hyphens: auto;
            text-wrap: balance;
            font-family: "neue-haas-unica", sans-serif;
            text-transform: uppercase;
            font-size: 13px;
            letter-spacing: 0.25px;
            line-height: 1.2;
            font-weight: 500;
            padding: 0;
        }

        .leaflet-popup-content .popup-adreca {
            padding-top: 15px;
        }

        .leaflet-popup-content .popup-web,
        .leaflet-popup-content .popup-mail {
            font-weight: 700;
            -webkit-transition: color 0.2s;
            -moz-transition: color 0.2s;
            -o-transition: color 0.2s;
            transition: color 0.2s;
            cursor: pointer;
            color: var(--coop-orange);
        }

        .leaflet-popup-content .popup-web:hover,
        .field.web:active,
        .leaflet-popup-content .popup-mail:hover,
        .field.web:active {
            color: var(--coop-orange-dark);
        }

        .leaflet-popup-close-button {
            top: 2px !important;
            right: 4px !important;
            font: 20px Tahoma, Verdana, sans-serif !important;
            color: var(--coop-grey) !important;
            -webkit-transition: color 0.2s;
            -moz-transition: color 0.2s;
            -o-transition: color 0.2s;
            transition: color 0.2s;
        }

        .leaflet-popup-close-button:hover,
        .leaflet-popup-close-button:active {
            color: var(--coop-darkgrey) !important;
        }

        @media (max-width: 980px) {

            .et_pb_image_0_tb_footer .et_pb_image_wrap img,
            .et_pb_image_1_tb_footer .et_pb_image_wrap img,
            .et_pb_image_2_tb_footer .et_pb_image_wrap img {
                max-width: clamp(20vw, 120px, 80vw);
                display: inline-block;
            }
        }
    