:root {
    --primary-color: #004E5A;
    --secondary-color: #EC6907;
    --tertiary-color: #181918;
    --primary-font: "Bernina Sans", Sans-serif;
    --secondary-font: "Poppins", Sans-serif;
}

.elementor a {
    color: var(--secondary-color);
    transition: all 0.3s;
}

.elementor a:hover {
    color: var(--tertiary-color);
}

.elementor-widget ul,
.elementor-widget ol {
    padding: 0 0 20px 20px;
}

.elementor-widget ul li,
.elementor-widget ol li {
    margin: 0 0 5px 0;
}

.elementor-widget nav ul,
.elementor-widget nav ol {
    padding: 0;
}

.elementor-widget nav ul li,
.elementor-widget nav ol li {
    margin: 0;
    width: fit-content;
}


span.highlighted {
    background-color: #EC6907;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-2deg);
    border-radius: 4px;
    text-align: center;
}

.elementor-shortcode .btn-download-pdf {
    background-color: var(--e-global-color-secondary);
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 32px 12px 32px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-decoration: none;
}

.elementor-shortcode .btn-download-pdf:hover {
    color: #FFFFFF;
    background-color: var(--e-global-color-primary);
}

.elementor-shortcode .btn-download-pdf::after {
    content: '';
    background-image: url('../icons/download.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.elementor-widget-text-editor .toggle-more,
.elementor-widget-text-editor .toggle-more:focus,
.elementor-widget-text-editor .toggle-more:active {
    background: none;
    border: none;
    color: var(--secondary-color);
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-top: 10px;
}

.elementor-widget-text-editor .toggle-more:hover {
    color: #FFFFFF;
}