.tobi-buy-check {
    --tobi-red: #d1301e;
    --tobi-red-dark: #a92619;
    --tobi-yellow: #ffdd00;
    --tobi-dark: #2d3138;
    --tobi-muted: #66707c;
    --tobi-line: #dfe1e4;
    --tobi-light: #f4f4f4;
    background: transparent;
    border: 0;
    color: var(--tobi-dark);
    margin: 0 auto;
    max-width: 1120px;
    padding: 0;
}

/* The floating deal badge would cover form controls on this interactive page. */
.single-post .tobi-floating-btn {
    display: none !important;
}

.tobi-buy-check__header {
    background: var(--tobi-dark);
    border-top: 6px solid var(--tobi-red);
    color: #fff;
    padding: 38px 42px 34px;
    position: relative;
}

.tobi-buy-check__header::after {
    background: var(--tobi-yellow);
    bottom: 0;
    content: "";
    height: 5px;
    left: 42px;
    position: absolute;
    width: 74px;
}

.tobi-buy-check__header h2,
.tobi-buy-check__form-intro h3,
.tobi-buy-check__helpers-intro h3,
.tobi-buy-check__result h3,
.tobi-buy-check__prep h4 {
    letter-spacing: 0;
    margin: 0;
}

.tobi-buy-check__header h2 {
    color: #fff;
    font-size: 34px;
    line-height: 1.15;
    max-width: 820px;
}

.tobi-buy-check__eyebrow,
.tobi-buy-check__stage {
    color: var(--tobi-red);
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.tobi-buy-check__header .tobi-buy-check__eyebrow {
    color: var(--tobi-yellow);
}

.tobi-buy-check__lead {
    color: #eef0f2;
    font-size: 18px;
    line-height: 1.55;
    margin: 18px 0 0;
    max-width: 900px;
}

.tobi-buy-check__benefits {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 28px 0 0;
}

.tobi-buy-check__benefits div {
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    gap: 12px;
    min-height: 68px;
    padding: 12px 20px;
}

.tobi-buy-check__benefits div:first-child {
    border-left: 0;
    padding-left: 0;
}

.tobi-buy-check__benefits strong {
    align-items: center;
    background: var(--tobi-yellow);
    color: var(--tobi-dark);
    display: inline-flex;
    flex: 0 0 32px;
    height: 32px;
    justify-content: center;
}

.tobi-buy-check__benefits span {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}

.tobi-buy-check__privacy {
    border-left: 4px solid var(--tobi-yellow);
    color: #d8dde2;
    font-size: 14px;
    line-height: 1.45;
    margin: 22px 0 0;
    padding: 2px 0 2px 14px;
}

.tobi-buy-check__privacy strong {
    color: #fff;
}

.tobi-buy-check__form {
    background: #fff;
    display: block;
    padding: 38px 42px 42px;
}

.tobi-buy-check__form-intro {
    border-bottom: 2px solid var(--tobi-dark);
    margin-bottom: 2px;
    padding-bottom: 24px;
}

.tobi-buy-check__form-intro h3,
.tobi-buy-check__helpers-intro h3,
.tobi-buy-check__result h3 {
    font-size: 28px;
    line-height: 1.2;
}

.tobi-buy-check__form-intro p:last-child,
.tobi-buy-check__helpers-intro p:last-child,
.tobi-buy-check__result > p {
    line-height: 1.55;
    margin: 12px 0 0;
    max-width: 820px;
}

.tobi-buy-check__step {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--tobi-line);
    margin: 0;
    min-width: 0;
    padding: 26px 0 28px;
}

.tobi-buy-check__step legend {
    align-items: flex-start;
    color: var(--tobi-dark);
    display: flex;
    float: none;
    font-size: 20px;
    font-weight: 800;
    gap: 14px;
    line-height: 1.25;
    margin: 0 0 18px;
    padding: 0;
    text-transform: none;
    width: 100%;
}

.tobi-buy-check__step legend > span:last-child {
    display: block;
    padding-top: 2px;
}

.tobi-buy-check__step legend small {
    color: var(--tobi-muted);
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    margin-top: 6px;
    text-transform: none;
}

.tobi-buy-check__number {
    align-items: center;
    background: var(--tobi-red);
    color: #fff;
    display: inline-flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
}

.tobi-buy-check__step label:not(.tobi-buy-check__choices label) {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.tobi-buy-check input[type="text"],
.tobi-buy-check select,
.tobi-buy-check textarea {
    background: #fff;
    border: 1px solid #abb2bb;
    border-radius: 0;
    box-shadow: none;
    color: var(--tobi-dark);
    font-size: 16px;
    margin: 0;
    padding: 12px 14px;
    width: 100%;
}

.tobi-buy-check input[type="text"],
.tobi-buy-check select {
    min-height: 50px;
}

.tobi-buy-check textarea {
    min-height: 92px;
    resize: vertical;
}

.tobi-buy-check input[type="text"]:focus,
.tobi-buy-check select:focus,
.tobi-buy-check textarea:focus {
    border-color: var(--tobi-red);
    box-shadow: 0 0 0 3px rgba(209, 48, 30, .14);
    outline: 0;
}

.tobi-buy-check__choices {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tobi-buy-check__choices label {
    align-items: center;
    background: var(--tobi-light);
    border: 1px solid var(--tobi-line);
    cursor: pointer;
    display: flex;
    font-weight: 600;
    gap: 10px;
    line-height: 1.35;
    margin: 0;
    min-height: 52px;
    padding: 11px 13px;
}

.tobi-buy-check__choices label:has(input:checked) {
    background: #fff8cc;
    border-color: var(--tobi-yellow);
}

.tobi-buy-check__choices input {
    accent-color: var(--tobi-red);
    flex: 0 0 auto;
    height: 18px;
    margin: 0;
    width: 18px;
}

.tobi-buy-check__error {
    background: #fff4f2;
    border-left: 4px solid var(--tobi-red);
    color: #8e2117;
    margin: 22px 0 0;
    padding: 13px 15px;
}

.tobi-buy-check__submit-row {
    align-items: center;
    background: var(--tobi-light);
    border-left: 5px solid var(--tobi-yellow);
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin-top: 28px;
    padding: 20px 22px;
}

.tobi-buy-check__submit-row p {
    margin: 0;
}

.tobi-buy-check__submit-row p strong,
.tobi-buy-check__submit-row p span {
    display: block;
}

.tobi-buy-check__submit-row p span {
    color: var(--tobi-muted);
    font-size: 14px;
    margin-top: 3px;
}

.tobi-buy-check .button {
    border-radius: 0;
    letter-spacing: 0;
    margin: 0;
}

.tobi-buy-check__submit {
    flex: 0 0 auto;
    min-height: 48px;
}

.tobi-buy-check__helpers {
    background: var(--tobi-dark);
    color: #fff;
    margin-top: 24px;
    padding: 36px 42px 42px;
}

.tobi-buy-check__helpers-intro {
    margin-bottom: 24px;
}

.tobi-buy-check__helpers-intro h3 {
    color: #fff;
}

.tobi-buy-check__helpers-intro .tobi-buy-check__stage {
    color: var(--tobi-yellow);
}

.tobi-buy-check__helpers-intro p:last-child {
    color: #d8dde2;
}

.tobi-buy-check__helper {
    background: #fff;
    border: 0;
    color: var(--tobi-dark);
    margin: 0 0 10px;
}

.tobi-buy-check__helper summary {
    align-items: center;
    color: var(--tobi-dark);
    cursor: pointer;
    display: grid;
    gap: 14px;
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    list-style: none;
    min-height: 82px;
    padding: 14px 18px;
}

.tobi-buy-check__helper summary::-webkit-details-marker {
    display: none;
}

.tobi-buy-check__helper summary::after {
    color: var(--tobi-red);
    content: "+";
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.tobi-buy-check__helper[open] summary::after {
    content: "−";
}

.tobi-buy-check__helper summary strong,
.tobi-buy-check__helper summary small {
    display: block;
}

.tobi-buy-check__helper summary strong {
    font-size: 17px;
    line-height: 1.3;
}

.tobi-buy-check__helper summary small {
    color: var(--tobi-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 3px;
}

.tobi-buy-check__helper-index {
    align-items: center;
    background: var(--tobi-red);
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.tobi-buy-check__helper[open] summary {
    color: var(--tobi-red);
}

.tobi-buy-check__helper-body {
    border-top: 1px solid var(--tobi-line);
    padding: 24px 24px 28px;
}

.tobi-buy-check__helper-guide {
    background: var(--tobi-light);
    border-left: 4px solid var(--tobi-yellow);
    margin-bottom: 22px;
    padding: 15px 17px;
}

.tobi-buy-check__helper-guide strong,
.tobi-buy-check__helper-guide p {
    display: block;
    margin: 0;
}

.tobi-buy-check__helper-guide p {
    color: #555e68;
    line-height: 1.5;
    margin-top: 4px;
}

.tobi-buy-check__inline-fields,
.tobi-buy-check__dimension-grid {
    align-items: end;
    display: grid;
    gap: 12px;
}

.tobi-buy-check__inline-fields {
    grid-template-columns: minmax(120px, 1fr) minmax(150px, 1fr) auto;
}

.tobi-buy-check__dimension-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 18px;
}

.tobi-buy-check__dimension-grid label,
.tobi-buy-check__helper-body > label,
.tobi-buy-check__field-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.tobi-buy-check__field-title {
    border-bottom: 1px solid var(--tobi-line);
    margin: 20px 0 12px;
    padding-bottom: 8px;
}

.tobi-buy-check__helper-result {
    background: #fff8cc;
    border-left: 4px solid var(--tobi-yellow);
    color: var(--tobi-dark);
    font-weight: 700;
    margin: 18px 0 0;
    min-height: 1.4em;
    padding: 12px 14px;
}

.tobi-buy-check__helper-result:empty {
    display: none;
}

.tobi-buy-check__hint {
    color: var(--tobi-muted);
    font-size: 13px;
    line-height: 1.5;
    margin: 12px 0 0;
}

.tobi-buy-check__result {
    background: #fff;
    border-left: 6px solid var(--tobi-yellow);
    margin-top: 24px;
    padding: 36px 42px 42px;
}

.tobi-buy-check__summary {
    background: var(--tobi-light);
    margin: 24px 0;
    padding: 22px 24px;
}

.tobi-buy-check__summary dl {
    display: grid;
    gap: 11px 20px;
    grid-template-columns: minmax(150px, .35fr) 1fr;
    margin: 0;
}

.tobi-buy-check__summary dt {
    font-weight: 800;
    text-transform: none;
}

.tobi-buy-check__summary dd {
    margin: 0;
    overflow-wrap: anywhere;
    text-transform: none;
}

.tobi-buy-check__prep {
    margin: 26px 0;
}

.tobi-buy-check__prep ul {
    margin-bottom: 0;
}

.tobi-buy-check__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tobi-buy-check__copy-status {
    color: #3b6b2a;
    font-size: 14px;
    margin: 10px 0 0;
    min-height: 1.35em;
}

@media (max-width: 849px) {
    .tobi-buy-check__header,
    .tobi-buy-check__form,
    .tobi-buy-check__helpers,
    .tobi-buy-check__result {
        padding-left: 28px;
        padding-right: 28px;
    }

    .tobi-buy-check__header::after {
        left: 28px;
    }

    .tobi-buy-check__choices {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tobi-buy-check__inline-fields {
        grid-template-columns: 1fr 1fr;
    }

    .tobi-buy-check__inline-fields .button {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (max-width: 549px) {
    .tobi-buy-check__header,
    .tobi-buy-check__form,
    .tobi-buy-check__helpers,
    .tobi-buy-check__result {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tobi-buy-check__header {
        padding-bottom: 28px;
        padding-top: 28px;
    }

    .tobi-buy-check__header::after {
        left: 20px;
    }

    .tobi-buy-check__header h2 {
        font-size: 28px;
    }

    .tobi-buy-check__lead {
        font-size: 16px;
    }

    .tobi-buy-check__benefits {
        grid-template-columns: 1fr;
    }

    .tobi-buy-check__benefits div,
    .tobi-buy-check__benefits div:first-child {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .16);
        min-height: 56px;
        padding: 10px 0;
    }

    .tobi-buy-check__benefits div:first-child {
        border-top: 0;
    }

    .tobi-buy-check__form-intro h3,
    .tobi-buy-check__helpers-intro h3,
    .tobi-buy-check__result h3 {
        font-size: 24px;
    }

    .tobi-buy-check__step legend {
        font-size: 18px;
        gap: 11px;
    }

    .tobi-buy-check__number {
        flex-basis: 32px;
        height: 32px;
    }

    .tobi-buy-check__choices,
    .tobi-buy-check__summary dl,
    .tobi-buy-check__inline-fields,
    .tobi-buy-check__dimension-grid {
        grid-template-columns: 1fr;
    }

    .tobi-buy-check__submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .tobi-buy-check__submit {
        width: 100%;
    }

    .tobi-buy-check__helper summary {
        gap: 10px;
        grid-template-columns: 38px minmax(0, 1fr) 24px;
        padding: 13px 12px;
    }

    .tobi-buy-check__helper summary strong {
        font-size: 16px;
    }

    .tobi-buy-check__helper-body {
        padding: 20px 16px 24px;
    }

    .tobi-buy-check__summary dt {
        margin-top: 7px;
    }

    .tobi-buy-check__actions .button {
        width: 100%;
    }
}

@media print {
    body * {
        visibility: hidden !important;
    }

    .tobi-buy-check,
    .tobi-buy-check * {
        visibility: visible !important;
    }

    .tobi-buy-check {
        border: 0;
        left: 0;
        max-width: none;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .tobi-buy-check__header,
    .tobi-buy-check__form,
    .tobi-buy-check__helpers,
    .tobi-buy-check__actions,
    .tobi-buy-check__copy-status {
        display: none !important;
    }
}
