/* Workgou · Páginas informativas de Negocios y Bolsa de Trabajo */
.wg-info-page {
    --wg-info-blue: #048ce2;
    --wg-info-blue-dark: #0274bd;
    --wg-info-ink: #172331;
    --wg-info-muted: #687b8c;
    --wg-info-line: #dfe8ef;
    --wg-info-soft: #f4f9fc;
    background: #ffffff;
    color: var(--wg-info-ink);
    overflow: hidden;
}

.wg-info-shell {
    width: calc(100% - 48px);
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.wg-info-hero {
    position: relative;
    padding: 78px 0 66px;
    overflow: hidden;
    border-bottom: 1px solid #e2edf3;
    background:
        radial-gradient(circle at 14% 18%, rgba(4, 140, 226, .09) 0 78px, transparent 79px),
        radial-gradient(circle at 88% 76%, rgba(4, 140, 226, .07) 0 108px, transparent 109px),
        linear-gradient(180deg, #f3faff 0%, #ffffff 100%);
}

.wg-info-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 920px;
    text-align: center;
}

.wg-info-kicker,
.wg-info-heading > span {
    display: block;
    color: var(--wg-info-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}

.wg-info-hero h1 {
    max-width: 900px;
    margin: 12px auto 18px;
    color: var(--wg-info-ink);
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.08;
    text-align: center;
}

.wg-info-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--wg-info-muted);
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
}

.wg-info-actions {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
}

.wg-info-btn {
    display: inline-flex;
    min-height: 45px;
    padding: 11px 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.wg-info-btn:hover {
    transform: translateY(-1px);
}

.wg-info-btn--primary {
    background: var(--wg-info-blue);
    color: #ffffff;
}

.wg-info-btn--primary:hover {
    background: var(--wg-info-blue-dark);
    color: #ffffff;
}

.wg-info-btn--secondary {
    border-color: #cbdce7;
    background: #ffffff;
    color: #234052;
}

.wg-info-btn--secondary:hover {
    border-color: var(--wg-info-blue);
    color: var(--wg-info-blue-dark);
}

.wg-info-highlights {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}

.wg-info-highlights span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #4d6576;
    font-size: 13px;
    font-weight: 700;
}

.wg-info-highlights svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: var(--wg-info-blue);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wg-info-section {
    padding: 72px 0;
    background: #ffffff;
}

.wg-info-section--soft {
    background: var(--wg-info-soft);
}

.wg-info-heading {
    max-width: 780px;
    margin: 0 auto 34px;
    text-align: center;
}

.wg-info-heading h2 {
    margin: 9px 0 11px;
    color: var(--wg-info-ink);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.14;
    text-align: center;
}

.wg-info-heading p {
    margin: 0;
    color: var(--wg-info-muted);
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
}

.wg-info-steps {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wg-info-steps article,
.wg-info-feature-grid article,
.wg-info-wide-grid article {
    display: flex;
    min-width: 0;
    padding: 25px 21px;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--wg-info-line);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(24, 61, 84, .045);
    text-align: center;
}

.wg-info-icon {
    position: relative;
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f6fe;
    color: var(--wg-info-blue);
}

.wg-info-icon::after {
    position: absolute;
    right: -3px;
    bottom: 3px;
    width: 13px;
    height: 13px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #8ad3f5;
    content: "";
}

.wg-info-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wg-info-steps small {
    margin-top: 15px;
    color: var(--wg-info-blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.wg-info-steps h3,
.wg-info-feature-grid h3,
.wg-info-wide-grid h3 {
    margin: 7px 0 8px;
    color: #203747;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.wg-info-feature-grid h3,
.wg-info-wide-grid h3 {
    margin-top: 16px;
}

.wg-info-steps p,
.wg-info-feature-grid p,
.wg-info-wide-grid p {
    margin: 0;
    color: #687b8b;
    font-size: 13.5px;
    line-height: 1.65;
    text-align: center;
}

.wg-info-feature-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1080px;
}

.wg-info-page--jobs .wg-info-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wg-info-wide-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 980px;
}

.wg-info-wide-grid article {
    padding: 30px;
}

.wg-info-page .wg-business-range-calculator {
    width: 100%;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
}

.wg-info-calculator-note {
    max-width: 760px;
    margin: 14px auto 0;
    color: #718493;
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.wg-info-faq-shell {
    max-width: 920px;
}

.wg-info-faq {
    overflow: hidden;
    border: 1px solid var(--wg-info-line);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(24, 61, 84, .04);
}

.wg-info-faq details + details {
    border-top: 1px solid #e7eef3;
}

.wg-info-faq summary {
    display: flex;
    min-height: 60px;
    padding: 17px 20px;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    color: #233b4c;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    list-style: none;
    text-align: left;
}

.wg-info-faq summary::-webkit-details-marker {
    display: none;
}

.wg-info-faq summary > span {
    display: inline-flex;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f6fe;
    color: var(--wg-info-blue);
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    transition: transform .2s ease;
}

.wg-info-faq details[open] summary > span {
    transform: rotate(45deg);
}

.wg-info-faq details p {
    max-width: 820px;
    margin: -2px 0 0;
    padding: 0 20px 20px;
    color: #687b8b;
    font-size: 13.5px;
    line-height: 1.7;
    text-align: left;
}

.wg-info-final {
    padding: 58px 0 76px;
    background: #ffffff;
}

.wg-info-final__card {
    max-width: 980px;
    margin: 0 auto;
    padding: 39px 24px;
    border: 1px solid #cfe7f5;
    border-radius: 7px;
    background: linear-gradient(135deg, #edf8fe 0%, #fbfdff 100%);
    text-align: center;
}

.wg-info-final__card .wg-info-icon {
    margin: 0 auto;
}

.wg-info-final__card h2 {
    margin: 17px 0 9px;
    color: var(--wg-info-ink);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.18;
    text-align: center;
}

.wg-info-final__card > p {
    max-width: 650px;
    margin: 0 auto;
    color: var(--wg-info-muted);
    font-size: 15px;
    line-height: 1.65;
    text-align: center;
}

@media (max-width: 991.98px) {
    .wg-info-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wg-info-feature-grid,
    .wg-info-page--jobs .wg-info-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .wg-info-shell {
        width: calc(100% - 24px);
    }

    .wg-info-hero {
        padding: 52px 0 46px;
        background:
            radial-gradient(circle at 8% 10%, rgba(4, 140, 226, .08) 0 54px, transparent 55px),
            linear-gradient(180deg, #f3faff 0%, #ffffff 100%);
    }

    .wg-info-hero h1 {
        max-width: 560px;
        margin-top: 10px;
        font-size: 2.25rem;
        line-height: 1.1;
        text-align: center;
    }

    .wg-info-hero p {
        max-width: 540px;
        font-size: 15px;
        line-height: 1.65;
        text-align: center;
    }

    .wg-info-highlights {
        gap: 12px;
        flex-direction: column;
        margin-top: 28px;
    }

    .wg-info-section {
        padding: 52px 0;
    }

    .wg-info-heading {
        margin-bottom: 27px;
    }

    .wg-info-heading h2 {
        font-size: 29px;
        line-height: 1.17;
        text-align: center;
    }

    .wg-info-heading p {
        font-size: 14px;
        text-align: center;
    }

    .wg-info-steps,
    .wg-info-feature-grid,
    .wg-info-page--jobs .wg-info-feature-grid,
    .wg-info-wide-grid {
        grid-template-columns: 1fr;
    }

    .wg-info-steps article,
    .wg-info-feature-grid article,
    .wg-info-wide-grid article {
        width: 100%;
        padding: 24px 20px;
        align-items: center;
        text-align: center;
    }

    .wg-info-steps p,
    .wg-info-feature-grid p,
    .wg-info-wide-grid p,
    .wg-info-steps h3,
    .wg-info-feature-grid h3,
    .wg-info-wide-grid h3 {
        text-align: center;
    }

    .wg-info-page .wg-business-range-calculator {
        max-width: 100%;
    }

    .wg-info-final {
        padding: 44px 0 62px;
    }

    .wg-info-final__card {
        padding: 32px 18px;
    }

    .wg-info-final__card h2 {
        font-size: 27px;
        text-align: center;
    }
}

@media (max-width: 479.98px) {
    .wg-info-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .wg-info-btn {
        width: 100%;
    }

    .wg-info-faq summary {
        padding: 16px;
        font-size: 13.5px;
    }

    .wg-info-faq details p {
        padding: 0 16px 18px;
        font-size: 13px;
    }
}

/* Workgou · Centro de ayuda */
.wg-help-center-page {
    background: #ffffff;
}

.wg-help-center,
.wg-help-center *,
.wg-help-modal,
.wg-help-modal * {
    box-sizing: border-box;
}

.wg-help-hero {
    padding-bottom: 72px;
}

.wg-help-search {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 700px;
    min-height: 54px;
    align-items: center;
    margin: 30px auto 0;
    border: 1px solid #cddce6;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 10px 32px rgba(24, 61, 84, .08);
}

.wg-help-search:focus-within {
    border-color: var(--wg-info-blue);
    box-shadow: 0 0 0 3px rgba(4, 140, 226, .12);
}

.wg-help-search svg {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    margin-left: 18px;
    fill: none;
    stroke: #708393;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
}

.wg-help-search input {
    width: 100%;
    height: 52px;
    padding: 0 46px 0 13px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #203747;
    font-size: 15px;
}

.wg-help-search input::placeholder {
    color: #8a98a5;
}

.wg-help-search button {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #edf5fa;
    color: #526b7d;
    cursor: pointer;
    font-size: 21px;
    line-height: 28px;
    transform: translateY(-50%);
}

.wg-help-alert {
    max-width: 920px;
    margin: 22px auto 0;
    padding: 15px 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.6;
}

.wg-help-alert--success {
    border-color: #bfe5d0;
    background: #effaf4;
    color: #246642;
}

.wg-help-alert--error {
    border-color: #f0c9c9;
    background: #fff4f4;
    color: #a43c3c;
}

.wg-help-categories {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wg-help-categories a {
    display: flex;
    min-height: 154px;
    padding: 23px 16px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--wg-info-line);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(24, 61, 84, .045);
    color: #203747;
    text-align: center;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.wg-help-categories a:hover,
.wg-help-categories a:focus {
    border-color: #a7d5f0;
    box-shadow: 0 12px 30px rgba(24, 95, 138, .08);
    color: var(--wg-info-blue-dark);
    text-decoration: none;
    transform: translateY(-2px);
}

.wg-help-categories .wg-info-icon {
    margin-bottom: 14px;
}

.wg-help-categories strong {
    font-size: 14px;
    line-height: 1.4;
}

.wg-help-faq-section {
    scroll-margin-top: 20px;
}

.wg-help-faq-section .wg-info-heading {
    margin-bottom: 28px;
}

.wg-help-faq-section .wg-info-faq summary,
.wg-help-faq-section .wg-info-faq details p,
.wg-help-faq-after-calculator summary,
.wg-help-faq-after-calculator details p {
    text-align: left;
}

.wg-help-faq-section .wg-info-faq details p a,
.wg-help-faq-after-calculator details p a {
    color: var(--wg-info-blue-dark);
    font-weight: 700;
}

.wg-help-commission-section {
    scroll-margin-top: 20px;
    background: #ffffff;
}

.wg-help-calculator {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #d8e5ed;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(24, 61, 84, .06);
}

.wg-help-calculator__amount {
    padding: 30px 24px 20px;
    text-align: center;
}

.wg-help-calculator__amount span {
    display: block;
    margin-bottom: 5px;
    color: #758898;
    font-size: 12px;
    font-weight: 700;
}

.wg-help-calculator__amount strong {
    color: #203747;
    font-size: 29px;
    letter-spacing: -.03em;
    line-height: 1.2;
}

.wg-help-calculator input[type="range"] {
    --wg-help-range-progress: 4.8%;
    display: block;
    width: calc(100% - 64px);
    height: 8px;
    margin: 18px 32px 0;
    border: 0;
    border-radius: 5px;
    outline: 0;
    background: linear-gradient(
        to right,
        var(--wg-info-blue) 0%,
        var(--wg-info-blue) var(--wg-help-range-progress),
        #dfe8ee var(--wg-help-range-progress),
        #dfe8ee 100%
    );
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.wg-help-calculator input[type="range"]::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: var(--wg-info-blue);
    box-shadow: 0 2px 8px rgba(4, 100, 165, .32);
    cursor: grab;
    appearance: none;
    -webkit-appearance: none;
}

.wg-help-calculator input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: var(--wg-info-blue);
    box-shadow: 0 2px 8px rgba(4, 100, 165, .32);
    cursor: grab;
}

.wg-help-calculator input[type="range"]:focus-visible {
    box-shadow: 0 0 0 3px rgba(4, 140, 226, .18);
}

.wg-help-range-labels {
    display: flex;
    padding: 12px 32px 26px;
    align-items: center;
    justify-content: space-between;
    color: #8b9aa6;
    font-size: 10px;
}

.wg-help-calculator__result {
    padding: 29px 24px 31px;
    border-top: 1px solid #d3ebf8;
    background: #edf8fe;
    text-align: center;
}

.wg-help-calculator__result > p {
    margin: 0 auto 5px;
    color: #61798a;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.wg-help-calculator__rate {
    display: block;
    margin: 3px 0 12px;
    color: var(--wg-info-blue);
    font-size: 45px;
    letter-spacing: -.04em;
    line-height: 1.1;
}

.wg-help-calculator__result > div {
    display: flex;
    gap: 10px 25px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #607586;
    font-size: 13px;
    line-height: 1.5;
}

.wg-help-calculator-note {
    max-width: 760px;
    margin: 14px auto 0;
    color: #718493;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.wg-help-faq-after-calculator {
    max-width: 920px;
    margin: 38px auto 0;
}

.wg-help-support-actions {
    justify-content: center;
    margin-top: 30px;
}

.wg-help-no-results {
    margin: 45px auto 70px;
    padding: 38px 24px;
    border: 1px solid var(--wg-info-line);
    border-radius: 6px;
    background: #f7fafc;
    text-align: center;
}

.wg-help-no-results .wg-info-icon {
    margin: 0 auto;
}

.wg-help-no-results h2 {
    margin: 16px 0 8px;
    color: #203747;
    font-size: 25px;
    text-align: center;
}

.wg-help-no-results p {
    margin: 0 0 20px;
    color: #687b8c;
    font-size: 14px;
    text-align: center;
}

.wg-help-modal[hidden] {
    display: none !important;
}

.wg-help-modal {
    position: fixed;
    z-index: 10050;
    inset: 0;
    display: flex;
    padding: 24px;
    align-items: center;
    justify-content: center;
}

.wg-help-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(14, 28, 42, .66);
    cursor: default;
}

.wg-help-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 700px;
    max-height: calc(100vh - 48px);
    padding: 30px;
    overflow-y: auto;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.wg-help-modal__close {
    position: absolute;
    top: 13px;
    right: 13px;
    display: flex;
    width: 34px;
    height: 34px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #edf3f7;
    color: #4f6474;
    cursor: pointer;
    font-size: 23px;
    line-height: 1;
}

.wg-help-modal__close:hover,
.wg-help-modal__close:focus {
    background: #dfeaf1;
    color: #203747;
}

.wg-help-modal__header {
    max-width: 570px;
    margin: 0 auto 24px;
    text-align: center;
}

.wg-help-modal__header .wg-info-icon {
    margin: 0 auto;
}

.wg-help-modal__header h2 {
    margin: 15px 0 7px;
    color: #203747;
    font-size: 27px;
    letter-spacing: -.03em;
    line-height: 1.2;
    text-align: center;
}

.wg-help-modal__header p {
    margin: 0;
    color: #6d7f8d;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.wg-help-modal .wg-help-alert {
    margin: 0 0 18px;
}

.wg-help-form__row {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wg-help-field {
    margin-bottom: 17px;
}

.wg-help-field label {
    display: block;
    margin-bottom: 7px;
    color: #2d4454;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.wg-help-field input,
.wg-help-field select,
.wg-help-field textarea,
.wg-help-captcha input {
    display: block;
    width: 100%;
    border: 1px solid #cddce6;
    border-radius: 5px;
    outline: 0;
    background: #ffffff;
    color: #203747;
    font-size: 14px;
}

.wg-help-field input,
.wg-help-field select,
.wg-help-captcha input {
    height: 45px;
    padding: 0 12px;
}

.wg-help-field textarea {
    min-height: 130px;
    padding: 11px 12px;
    line-height: 1.55;
    resize: vertical;
}

.wg-help-field input:focus,
.wg-help-field select:focus,
.wg-help-field textarea:focus,
.wg-help-captcha input:focus {
    border-color: var(--wg-info-blue);
    box-shadow: 0 0 0 3px rgba(4, 140, 226, .10);
}

.wg-help-field > small,
.wg-help-field__meta small,
.wg-help-captcha-error,
.wg-help-consent-error {
    display: block;
    margin-top: 6px;
    color: #c04a4a;
    font-size: 11px;
    line-height: 1.45;
}

.wg-help-field__meta {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    justify-content: space-between;
}

.wg-help-field__meta small {
    color: #8795a1;
}

.wg-help-field__meta span {
    margin-top: 6px;
    color: #8795a1;
    font-size: 11px;
    white-space: nowrap;
}

.wg-help-captcha {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) 130px;
    align-items: center;
    margin: 4px 0 18px;
    padding: 16px;
    border: 1px solid #d4e5ef;
    border-radius: 5px;
    background: #f3f9fc;
}

.wg-help-captcha span {
    display: block;
    margin-bottom: 3px;
    color: #6f8291;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.wg-help-captcha strong {
    color: #203747;
    font-size: 16px;
    line-height: 1.4;
}

.wg-help-captcha input {
    background: #ffffff;
    text-align: center;
}

.wg-help-captcha-error {
    margin-top: -12px;
    margin-bottom: 17px;
}

.wg-help-consent {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    color: #627785;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.55;
}

.wg-help-consent input {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 2px;
}

.wg-help-consent a {
    color: var(--wg-info-blue-dark);
    font-weight: 700;
}

.wg-help-consent-error {
    margin: 4px 0 0 25px;
}

.wg-help-form__submit {
    width: 100%;
    margin-top: 20px;
}

.wg-help-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

body.wg-help-modal-open {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .wg-help-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .wg-help-hero {
        padding-bottom: 50px;
    }

    .wg-help-search {
        min-height: 50px;
        margin-top: 24px;
    }

    .wg-help-search input {
        height: 48px;
        font-size: 14px;
    }

    .wg-help-categories {
        grid-template-columns: 1fr;
    }

    .wg-help-categories a {
        min-height: 0;
        padding: 22px 16px;
    }

    .wg-help-calculator input[type="range"] {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-left: 20px;
    }

    .wg-help-range-labels {
        padding-right: 20px;
        padding-left: 20px;
    }

    .wg-help-calculator__result > div {
        flex-direction: column;
    }

    .wg-help-modal {
        padding: 12px;
        align-items: flex-end;
    }

    .wg-help-modal__dialog {
        max-height: calc(100vh - 24px);
        padding: 28px 18px 20px;
    }

    .wg-help-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .wg-help-captcha {
        grid-template-columns: 1fr;
    }

    .wg-help-modal__header h2 {
        font-size: 24px;
    }
}

@media (max-width: 479.98px) {
    .wg-help-search svg {
        margin-left: 14px;
    }

    .wg-help-calculator__amount strong {
        font-size: 25px;
    }

    .wg-help-calculator__rate {
        font-size: 39px;
    }

    .wg-help-range-labels span:nth-child(2) {
        display: none;
    }

    .wg-help-modal__dialog {
        border-radius: 6px 6px 0 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wg-help-center *,
    .wg-help-modal * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
