/* ---------- variable ---------- */
@import url("https://redtoucan-admin.azurewebsites.net/media/uvdovbjb/variable.css");

/* ---------- mobile ---------- */
.engaging-section-wrapper {
    background-color: var(--color-white);
}

.engaging-section-wrapper .engaging-section-container {
    max-width: var(--section-container-width);
    margin: 0 auto;
    background-color: var(--color-white);
}

.engaging-section-wrapper .engaging-section-header {
    padding: 4rem 2rem 2rem;
    display: flex;
    color: var(--color-green);
    flex-direction: column;
}

.engaging-section-wrapper .engaging-section-container .engaging-section-header svg {
    width: 6.25rem;
    height: auto;
    margin: 0 auto 1rem auto;
}

.engaging-section-wrapper .engaging-section-container article {
    padding: 0 2rem 4rem;
}

.engaging-section-wrapper .engaging-section-container article .article-body p:not(:last-of-type) {
    margin-bottom: 1rem;
}

.engaging-section-wrapper .engaging-section-container article .article-body a {
    color: var(--color-green);  
}

.engaging-section-wrapper .engaging-section-container article .interactive-map {
    margin-bottom: 1rem;
}


.engaging-section-wrapper .engaging-section-container article .interactive-map svg {
    max-width: 100%;
    pointer-events: none;
}

.engaging-section-wrapper .engaging-section-container article .interactive-map .tooltips {
    display: none;
}

@media screen and (min-width: 48rem) {
    .engaging-section-wrapper .engaging-section-header {
        align-items: center;
        width: 100%;
        flex-direction: row;
        margin-bottom: 1rem;
    }

    .engaging-section-wrapper .engaging-section-container .engaging-section-header svg {
        margin-bottom: 0;
        margin-right: 1rem;
    }
}

/* ---------- laptop ---------- */
@media screen and (min-width: 62rem) {
    .engaging-section-wrapper .engaging-section-header {
        padding: 4rem 0 0;
        flex-direction: row;
    }

    .engaging-section-wrapper .engaging-section-container article {
        padding: 2rem 0 4rem 0;
    }
    
    .engaging-section-wrapper .engaging-section-container .engaging-section-header svg {
        width: 8rem;
        margin-left: 0 !important;
        margin-right: 1rem;
    }

    .engaging-section-wrapper .engaging-section-container article .interactive-map svg {
        pointer-events: all;
    }
}
