/* BOTONS ANCHOR */
body.green-living-areas #page-container .et_pb_section .et_pb_module.et_pb_button_module_wrapper .et_pb_button.urwan-anchor-btn {
    background-color: #003f9e !important;
    color: #ffffff !important;
    border-color: #003f9e !important;
    border-width: 0 !important;
    border-radius: 0 !important;
}

body.green-living-areas #page-container .et_pb_section .et_pb_module.et_pb_button_module_wrapper .et_pb_button.urwan-anchor-btn:hover {
    background-color: #00b894 !important;
    color: #ffffff !important;
    border-color: #00b894 !important;
}

body.green-living-areas #page-container .et_pb_section .et_pb_row.btn-anchors .et_pb_column {
    margin: 0.5%;
}

body.green-living-areas #page-container .et_pb_section .et_pb_row.btn-anchors .et_pb_column .et_pb_button_module_wrapper.et_pb_module {
    width: 100%;
}

body.green-living-areas #page-container .et_pb_section .et_pb_row.btn-anchors .et_pb_column .et_pb_button_module_wrapper.et_pb_module a.urwan-anchor-btn {
    width: 100%;
}

body.green-living-areas #page-container .et_pb_section .et_pb_row.btn-anchors .et_pb_column:last-child {
    margin-right: 0 !important;
}

body.green-living-areas #page-container .et_pb_section .et_pb_row.btn-anchors .et_pb_column:first-child {
    margin-left: 0 !important;
}

body.green-living-areas #page-container .et_pb_section .et_pb_row.btn-anchors .et_pb_column {
    width: 24.25%;
}


/* ENLLAÇOS DINS DELS TEXTOS */
body.green-living-areas #page-container .et_pb_section .et_pb_module.et_pb_text a {
    display: inline;
}


/* READ MORE BUTTON */
body.green-living-areas #page-container .et_pb_module.readmore-content {
    max-height: none !important;
    overflow: visible !important;
}

body.green-living-areas #page-container .et_pb_module.readmore-content .readmore-collapsible {
    max-height: 120px;
    overflow: hidden;
    transition: max-height .35s ease;
}

body.green-living-areas #page-container .et_pb_module.readmore-content .readmore-btn {
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
    font: inherit;
    color: #0B8ECE;
    text-decoration: underline;
    font-weight: bold;
}

body.green-living-areas #page-container .et_pb_module.readmore-content p:empty {
    display: none;
}


/* URWAN FLOW SELECTOR - ROW VERSION */
.urwan-flow-selector-rows {
    --urwan-blue: #00358e;
    --urwan-green: #00b894;
    --urwan-green-soft: #dff7f2;
    --urwan-text-blue: #00358e;

    display: block !important;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 70px auto !important;
}

.urwan-flow-selector-rows *,
.urwan-flow-selector-rows *::before,
.urwan-flow-selector-rows *::after {
    box-sizing: border-box;
}

.urwan-flow-selector-rows .urwan-flow-row {
    display: grid !important;
    grid-template-columns: 250px 46px 340px minmax(300px, 1fr);
    align-items: center;
    width: 100%;
    margin-bottom: 14px;
}

.urwan-flow-selector-rows .urwan-flow-row:last-child {
    margin-bottom: 0;
}

.urwan-flow-selector-rows .urwan-flow-left {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 10px 18px;

    background: var(--urwan-green);
    color: #ffffff;

    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.urwan-flow-selector-rows .urwan-flow-arrow {
    text-align: center;
    color: var(--urwan-green);
    font-size: 28px;
    line-height: 1;
    z-index: -1;
}

.urwan-flow-selector-rows .urwan-flow-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 100% !important;
    min-height: 58px;
    padding: 10px 18px !important;

    appearance: none !important;
    -webkit-appearance: none !important;

    background: var(--urwan-green-soft) !important;
    color: #000000 !important;

    border: 1px solid rgba(0, 53, 142, .14) !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    font: inherit !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;

    cursor: pointer !important;
    transition: box-shadow .2s ease, background-color .2s ease;
}

.urwan-flow-selector-rows .urwan-flow-btn:hover,
.urwan-flow-selector-rows .urwan-flow-btn:focus,
.urwan-flow-selector-rows .urwan-flow-row.is-active .urwan-flow-btn {
    background: var(--urwan-green-soft) !important;
    color: #000000 !important;
    box-shadow: 0 5px 14px rgba(0, 53, 142, .18) !important;
}

.urwan-flow-selector-rows .urwan-flow-btn:focus-visible {
    outline: 2px solid var(--urwan-green) !important;
    outline-offset: 3px !important;
}

.urwan-flow-selector-rows .urwan-flow-copy {
    margin-left: 34px;

    color: var(--urwan-text-blue);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;

    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
}

.urwan-flow-selector-rows .urwan-flow-row.is-active .urwan-flow-copy {
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media (max-width: 1100px) {
    .urwan-flow-selector-rows .urwan-flow-row {
        grid-template-columns: 220px 40px 300px minmax(260px, 1fr);
    }

    .urwan-flow-selector-rows .urwan-flow-copy {
        margin-left: 24px;
    }
}

@media (max-width: 980px) {
    .urwan-flow-selector-rows .urwan-flow-row {
        grid-template-columns: minmax(180px, 1fr) 42px minmax(220px, 1fr);
    }

    .urwan-flow-selector-rows .urwan-flow-copy {
        grid-column: 1 / -1;
        margin-left: 0;
        margin-top: 10px;
        padding: 12px 16px;
        background: #ffffff;
        border-left: 3px solid var(--urwan-green);
    }
}

@media (max-width: 640px) {
    .urwan-flow-selector-rows .urwan-flow-row {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 22px;
    }

    .urwan-flow-selector-rows .urwan-flow-arrow {
        transform: rotate(90deg);
        font-size: 24px;
    }

    .urwan-flow-selector-rows .urwan-flow-left,
    .urwan-flow-selector-rows .urwan-flow-btn {
        min-height: 50px;
    }

    .urwan-flow-selector-rows .urwan-flow-btn {
        font-size: 16px !important;
    }
}