/* Deedpoll Elementor Header — defaults tuned to the supplied 1919 × 81 reference image. */
.elementor-widget-deedpoll_header,
.elementor-widget-deedpoll_header > .elementor-widget-container {
    width: 100%;
}

.deedpoll-header,
.deedpoll-header * {
    box-sizing: border-box;
}

.deedpoll-header {
    --deedpoll-header-border-width: 1px;
    width: 100%;
    height: 81px;
    margin: 0;
    padding: 0;
    background: #fff;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e0e0e0;
}

.deedpoll-header__inner {
    width: 100%;
    max-width: 1400px;
    height: 80px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

.deedpoll-header__brand,
.deedpoll-header__actions,
.deedpoll-header__nav {
    flex: 0 0 auto;
}

.deedpoll-header__brand {
    display: flex;
    align-items: center;
}

.deedpoll-header__logo {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
    line-height: 0;
}

.deedpoll-header__logo img {
    display: block;
    width: 147px;
    height: auto;
    max-width: 100%;
    max-height: 60px;
    margin: 0;
    padding: 0;
}

.deedpoll-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.deedpoll-header__nav-link {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #0e2f24;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

.deedpoll-header__nav-link:hover,
.deedpoll-header__nav-link:focus {
    color: #276e49;
    text-decoration: none;
}

.deedpoll-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.deedpoll-header__login {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #364153;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
}

.deedpoll-header__login:hover,
.deedpoll-header__login:focus {
    color: #276e49;
    text-decoration: none;
}

.deedpoll-header__cta {
    min-width: 196px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 24px;
    border: 0 solid #276e49;
    border-radius: 999px;
    background: #276e49;
    color: #fff;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.deedpoll-header__cta:hover,
.deedpoll-header__cta:focus {
    background: #205d3e;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .deedpoll-header__inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .deedpoll-header__nav {
        gap: 16px;
    }

    .deedpoll-header__actions {
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .deedpoll-header__nav {
        display: none;
    }

    .deedpoll-header__login {
        display: none;
    }

    .deedpoll-header__cta {
        min-width: auto;
        padding-left: 16px;
        padding-right: 16px;
    }
}
