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

.deedpoll-useful-resources {
    --dp-ur-dot: #d8e6f7;
    --dp-ur-line: #e4ebf5;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f3f6fb;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
}

.deedpoll-useful-resources__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.deedpoll-useful-resources__panel {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 62px 58px;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 26px;
    box-shadow: 0 14px 40px rgba(21, 40, 72, .06);
}

.deedpoll-useful-resources__grid {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 42px;
}

.deedpoll-useful-resources__left {
    flex: 0 1 42%;
    max-width: 42%;
    min-width: 0;
}

.deedpoll-useful-resources__visual {
    flex: 1 1 58%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.deedpoll-useful-resources__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 28px;
    padding: 8px 15px;
    background: #edf3fc;
    border-radius: 28px;
    color: #0a3576;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 700;
}

.deedpoll-useful-resources__badge-dot {
    display: inline-block;
    color: #0a3576;
    font-size: 18px;
    line-height: .7;
}

.deedpoll-useful-resources__heading {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 59px;
    line-height: 1.01;
    font-weight: 500;
    letter-spacing: -0.045em;
}

.deedpoll-useful-resources__heading-blue,
.deedpoll-useful-resources__heading-dark {
    display: block;
}

.deedpoll-useful-resources__heading-blue {
    color: #0b3b82;
}

.deedpoll-useful-resources__heading-dark {
    color: #252b35;
}

.deedpoll-useful-resources__divider {
    display: block;
    width: 42px;
    height: 2px;
    margin: 28px 0 25px;
    background: #0b3b82;
    border-radius: 5px;
}

.deedpoll-useful-resources__description {
    max-width: 510px;
    margin: 0 0 30px;
    color: #4d596b;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 400;
}

.deedpoll-useful-resources__search {
    width: 100%;
    max-width: 520px;
    min-height: 66px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 7px 8px 7px 22px;
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 35px;
    box-shadow: 0 8px 20px rgba(22, 42, 74, .04);
}

.deedpoll-useful-resources__search-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    color: #44536a;
    font-size: 19px;
}

.deedpoll-useful-resources__search-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.deedpoll-useful-resources__search-input {
    min-width: 0;
    flex: 1 1 auto;
    height: 48px;
    padding: 0 4px;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #44536a;
    font-size: 14px;
    line-height: 1.2;
}

.deedpoll-useful-resources__search-input::placeholder {
    color: #69758a;
    opacity: 1;
}

.deedpoll-useful-resources__search-button,
.deedpoll-useful-resources__search-button:hover,
.deedpoll-useful-resources__search-button:focus {
    flex: 0 0 auto;
    min-width: 118px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 0 !important;
    border-radius: 28px !important;
    box-shadow: none !important;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    transition: background-color .2s ease, transform .2s ease;
}

.deedpoll-useful-resources__search-button {
    background: #0b3b82 !important;
    color: #fff !important;
}

.deedpoll-useful-resources__search-button:hover,
.deedpoll-useful-resources__search-button:focus {
    background: #082e68 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.deedpoll-useful-resources__image {
    display: block;
    width: 100%;
    max-width: 760px;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
}

.deedpoll-useful-resources__dots-left,
.deedpoll-useful-resources__dots-right {
    position: absolute;
    z-index: 1;
    width: 105px;
    height: 70px;
    opacity: .85;
    pointer-events: none;
    background-image: radial-gradient(circle, var(--dp-ur-dot) 1.8px, transparent 2px);
    background-size: 16px 16px;
}

.deedpoll-useful-resources__dots-left {
    left: 24px;
    bottom: 35px;
}

.deedpoll-useful-resources__dots-right {
    right: 28px;
    top: 52px;
}

.deedpoll-useful-resources__rings {
    position: absolute;
    z-index: 1;
    right: -110px;
    top: -120px;
    width: 380px;
    height: 380px;
    border: 1px solid var(--dp-ur-line);
    border-radius: 50%;
    pointer-events: none;
}

.deedpoll-useful-resources__rings::before,
.deedpoll-useful-resources__rings::after {
    content: '';
    position: absolute;
    border: 1px solid var(--dp-ur-line);
    border-radius: 50%;
}

.deedpoll-useful-resources__rings::before { inset: 32px; }
.deedpoll-useful-resources__rings::after { inset: 64px; }

@media (max-width: 1024px) {
    .deedpoll-useful-resources__panel {
        padding: 48px 35px;
    }

    .deedpoll-useful-resources__grid {
        gap: 32px;
    }

    .deedpoll-useful-resources__heading {
        font-size: 48px;
    }

    .deedpoll-useful-resources__left {
        flex-basis: 44%;
        max-width: 44%;
    }
}

@media (max-width: 767px) {
    .deedpoll-useful-resources {
        padding: 20px 15px;
    }

    .deedpoll-useful-resources__panel {
        padding: 38px 22px 24px;
        border-radius: 20px;
    }

    .deedpoll-useful-resources__grid {
        flex-direction: column;
        align-items: stretch;
        gap: 28px;
    }

    .deedpoll-useful-resources__left,
    .deedpoll-useful-resources__visual {
        flex-basis: 100% !important;
        max-width: 100% !important;
        width: 100%;
    }

    .deedpoll-useful-resources__heading {
        font-size: 42px;
        line-height: 1.03;
    }

    .deedpoll-useful-resources__description {
        font-size: 16px;
    }

    .deedpoll-useful-resources__search {
        max-width: none;
        min-height: 60px;
        padding-left: 16px;
    }

    .deedpoll-useful-resources__search-button {
        min-width: 94px;
        min-height: 46px;
        padding: 10px 17px;
    }

    .deedpoll-useful-resources__image {
        max-width: none;
    }

    .deedpoll-useful-resources__dots-right,
    .deedpoll-useful-resources__rings {
        display: none;
    }
}
