.cwb-checkout {
    padding: 40px 0 72px;
}

.cwb-checkout--signup {
    padding-bottom: calc(200px + env(safe-area-inset-bottom, 0px));
}

.cwb-basket {
    position: fixed;
    z-index: 40;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cwb-green, #19733d);
    color: #fff;
    padding: 12px 16px calc(14px + env(safe-area-inset-bottom, 0px));
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -10px 28px rgba(16, 46, 96, 0.22);
}

.cwb-basket__title {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.85;
}

.cwb-basket__pkg {
    margin: 2px 0 8px;
    font-size: 0.92rem;
    font-weight: 800;
}

.cwb-basket__lines {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cwb-basket__lines li,
.cwb-basket__total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
}

.cwb-basket__lines li {
    padding: 4px 0;
    font-size: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.cwb-basket__lines li:first-child {
    border-top: 0;
}

.cwb-basket__lines li[hidden] {
    display: none !important;
}

.cwb-basket__lines span,
.cwb-basket__total span {
    opacity: 0.92;
}

.cwb-basket__lines strong,
.cwb-basket__total strong {
    font-weight: 800;
    white-space: nowrap;
}

.cwb-basket__total {
    margin: 8px -16px calc(-14px - env(safe-area-inset-bottom, 0px));
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    background: var(--cwb-green-dark, #125d31);
    font-size: 0.95rem;
    font-weight: 800;
    border-radius: 0;
}

body.cwb-windows:has(.cwb-basket) .cwb-footer {
    padding-bottom: calc(180px + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 1100px) {
    .cwb-checkout--signup {
        padding-right: 340px;
        padding-bottom: 72px;
    }

    .cwb-basket {
        left: auto;
        right: 24px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        width: 300px;
        padding: 22px 22px 0;
        border-radius: 16px;
        box-shadow: 0 16px 40px rgba(16, 46, 96, 0.28);
    }

    .cwb-basket__title {
        font-size: 0.72rem;
    }

    .cwb-basket__pkg {
        margin-bottom: 14px;
        font-size: 1.05rem;
    }

    .cwb-basket__lines li {
        padding: 8px 0;
        font-size: 0.92rem;
    }

    .cwb-basket__total {
        margin: 14px -22px 0;
        padding: 14px 22px;
        border-radius: 0 0 16px 16px;
        font-size: 1rem;
    }

    body.cwb-windows:has(.cwb-basket) .cwb-footer {
        padding-bottom: 0;
    }
}

.cwb-checkout__wrap {
    max-width: 760px;
}

.cwb-checkout__wrap--narrow {
    max-width: 560px;
}

.cwb-checkout h1 {
    margin: 0 0 12px;
    font-family: Manrope, sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.4rem);
    color: var(--cwb-navy, #163568);
}

.cwb-checkout h2 {
    margin: 28px 0 12px;
    font-size: 1.05rem;
}

.cwb-form__lead {
    margin: 0 0 24px;
    color: var(--cwb-text, #53677b);
}

.cwb-steps-nav {
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0 0 28px;
    list-style: none;
}

.cwb-steps-nav li {
    flex: 1;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a97a8;
    border-bottom: 3px solid #d8e0ea;
    padding-bottom: 8px;
}

.cwb-steps-nav li.is-active {
    color: var(--cwb-green, #19733d);
    border-bottom-color: var(--cwb-green, #19733d);
}

.cwb-form__packages,
.cwb-form .cwb-choice + .cwb-choice {
    margin-top: 12px;
}

.cwb-form__packages {
	display: grid;
	gap: 12px;
	align-items: stretch;
	margin-bottom: 30px;
}

.cwb-form__packages .cwb-choice + .cwb-choice {
    margin-top: 0;
}

@media (min-width: 700px) {
    .cwb-form__packages {
        grid-template-columns: 1fr 1fr;
    }
}

.cwb-form__packages .cwb-choice--package {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 12px;
    padding: 24px 48px 24px 24px;
}

.cwb-form__packages .cwb-choice--green {
    border: 2px solid #b9d7c0;
    background: #f0f7f0;
}

.cwb-form__packages .cwb-choice--blue {
    border: 2px solid #b8cce8;
    background: #f0f5fc;
}

.cwb-form__packages .cwb-choice--green .cwb-choice__name,
.cwb-form__packages .cwb-choice--green .cwb-choice__price {
    color: var(--cwb-green, #19733d);
}

.cwb-form__packages .cwb-choice--blue .cwb-choice__name,
.cwb-form__packages .cwb-choice--blue .cwb-choice__price {
    color: var(--cwb-blue, #1654b7);
}

.cwb-form__packages .cwb-choice--green.is-selected,
.cwb-form__packages .cwb-choice--green:has(input:checked) {
    border-color: var(--cwb-green, #19733d);
    box-shadow: 0 0 0 3px var(--cwb-green, #19733d);
}

.cwb-form__packages .cwb-choice--blue.is-selected,
.cwb-form__packages .cwb-choice--blue:has(input:checked) {
    border-color: var(--cwb-blue, #1654b7);
    box-shadow: 0 0 0 3px var(--cwb-blue, #1654b7);
}

.cwb-form__packages .cwb-choice__name {
    min-height: 2.6em;
}

.cwb-form__packages .cwb-choice__from {
    display: block;
    margin-top: auto;
    padding-top: 16px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--cwb-navy, #163568);
}

.cwb-form__packages .cwb-choice__price {
    margin-top: 2px;
    padding-top: 0;
}

.cwb-choice,
.cwb-addon {
    display: block;
    position: relative;
    border: 1px solid #d8e0ea;
    border-radius: 8px;
    padding: 16px 18px;
    background: #fff;
    cursor: pointer;
}

.cwb-choice--package input,
.cwb-addon input,
.cwb-form__radios .cwb-choice input,
.cwb-form__payments .cwb-choice input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    opacity: 0;
    pointer-events: none;
}

.cwb-choice--package::after,
.cwb-addon::after,
.cwb-form__radios .cwb-choice::after,
.cwb-form__payments .cwb-choice::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background-color: #e6eaef;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a97a8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    pointer-events: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.cwb-choice--package:has(input:checked)::after,
.cwb-addon:has(input:checked)::after,
.cwb-form__radios .cwb-choice:has(input:checked)::after,
.cwb-form__payments .cwb-choice:has(input:checked)::after {
    background-color: var(--cwb-green, #19733d);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    box-shadow: 0 1px 3px rgba(16, 46, 96, 0.2);
}

.cwb-form__radios {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 8px;
    align-items: stretch;
}

.cwb-form__radios--two {
    grid-template-columns: 120px 120px;
    justify-content: start;
    gap: 10px;
}

.cwb-form__radios--two .cwb-choice {
    justify-content: center;
    min-height: 0;
    height: auto;
    padding: 10px 36px 10px 12px;
}

.cwb-form__radios--two .cwb-choice__name {
    min-height: 0;
    font-size: 0.9rem;
}

.cwb-form__radios--two .cwb-choice::after {
    top: 50%;
    right: 8px;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    background-size: 12px;
}

.cwb-interior-detail {
    margin: 20px 0 0;
    padding: 18px 20px;
    border: 2px solid #b9d7c0;
    background: #f0f7f0;
    border-radius: 12px;
}

.cwb-interior-detail[hidden] {
    display: none;
}

.cwb-interior-detail__name {
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--cwb-green, #19733d);
}

.cwb-interior-detail__help {
    margin: 6px 0 0;
    color: var(--cwb-muted, #5f6d80);
}

.cwb-interior-detail__price {
    margin: 12px 0 0;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--cwb-green, #19733d);
}

.cwb-form__radios .cwb-choice {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding-right: 40px;
    text-align: center;
    background: #fff;
}

.cwb-form__radios .cwb-choice + .cwb-choice {
    margin-top: 0;
}

.cwb-form__radios .cwb-choice__name {
    min-height: 1.2em;
    width: 100%;
    text-align: center;
}

.cwb-form__radios .cwb-choice__prices {
    margin-top: auto;
    padding-top: 8px;
    width: 100%;
}

.cwb-form__radios .cwb-choice__year {
    width: 100%;
    text-align: center;
}

.cwb-form__radios .cwb-choice--none {
    justify-content: center;
}

.cwb-form__radios .cwb-choice--none .cwb-choice__name {
    min-height: 0;
}

.cwb-form__radios--pair {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
}

.cwb-form__radios.cwb-form__radios--pair .cwb-choice {
    align-items: flex-start;
    text-align: left;
    padding: 18px 48px 18px 18px;
}

.cwb-form__radios.cwb-form__radios--pair .cwb-choice__name,
.cwb-form__radios.cwb-form__radios--pair .cwb-choice__sub,
.cwb-form__radios.cwb-form__radios--pair .cwb-choice__price {
    text-align: left;
    width: 100%;
}

.cwb-form__radios.cwb-form__radios--pair .cwb-choice__price {
    margin-top: 10px;
}

.cwb-checkout h2.cwb-form__followup {
    margin: 32px 0 12px;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    color: var(--cwb-navy, #163568);
}

.cwb-sunroom-block[hidden] {
    display: none !important;
}

@media (max-width: 640px) {
    .cwb-steps-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 8px;
    }

    .cwb-form__radios--pair {
        grid-template-columns: 1fr;
    }
}

.cwb-save-card input {
    margin-right: 8px;
}

.cwb-choice__name,
.cwb-addon strong {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--cwb-navy, #163568);
}

.cwb-choice__sub,
.cwb-choice__year,
.cwb-addon small {
    display: block;
    margin-top: 4px;
    color: var(--cwb-muted, #5f6d80);
    font-size: 0.9rem;
}

.cwb-choice__price {
    display: block;
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--cwb-green, #19733d);
}

.cwb-choice__price small {
    font-size: 0.85rem;
    font-weight: 600;
}

.cwb-addon {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    align-items: flex-start;
    padding: 16px 48px 16px 18px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.cwb-addon em {
    display: block;
    font-style: normal;
    font-weight: 700;
    color: var(--cwb-navy, #163568);
}

.cwb-chosen {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin: 0 0 20px;
    padding: 12px 14px;
    background: #f4f8f5;
    border: 1px solid #d5e6db;
    border-radius: 8px;
    color: var(--cwb-navy, #163568);
}

.cwb-chosen[hidden] {
    display: none;
}

.cwb-chosen .cwb-btn {
    margin-left: auto;
    min-height: 30px;
    padding: 5px 10px;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.cwb-btn--outline-green,
.cwb-windows .cwb-btn--outline-green {
    background: #fff;
    color: var(--cwb-green, #19733d);
    border: 1px solid var(--cwb-green, #19733d);
    box-shadow: none;
}

.cwb-btn--outline-green:hover,
.cwb-windows .cwb-btn--outline-green:hover {
    background: var(--cwb-green, #19733d);
    color: #fff;
}

.cwb-form__step[hidden] {
    display: none !important;
}

.cwb-steps-nav li {
    cursor: pointer;
}

.cwb-running {
    margin: 20px 0;
    font-weight: 800;
    color: var(--cwb-navy, #163568);
}

.cwb-running[hidden],
.cwb-btn[hidden] {
    display: none !important;
}

.cwb-fields {
    display: grid;
    gap: 14px;
}

@media (min-width: 640px) {
    .cwb-fields {
        grid-template-columns: 1fr 1fr;
    }
}

.cwb-fields label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
}

.cwb-req {
    color: #c0392b;
}

.cwb-fields input,
.cwb-fields select,
.cwb-discount input {
    width: 100%;
    border: 1px solid #d8e0ea;
    border-radius: 6px;
    padding: 12px;
    font: inherit;
    background: #fff;
}

.cwb-fields input,
.cwb-fields select {
    margin-top: 6px;
}

.cwb-fields [data-hear-other][hidden] {
    display: none !important;
}

.cwb-discount {
    display: flex;
    align-items: stretch;
    gap: 8px;
    max-width: 420px;
}

.cwb-discount input {
    flex: 1;
    margin: 0;
    height: 44px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
}

.cwb-discount .cwb-btn {
    height: 44px;
    min-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

.cwb-discount__msg {
    margin: 8px 0 0;
    font-weight: 700;
}

.cwb-discount__msg.is-error {
    color: #c0392b;
}

.cwb-fields--full {
    grid-column: 1 / -1;
}

.cwb-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.cwb-summary,
.cwb-form {
    margin-top: 8px;
}

.cwb-summary__lines {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cwb-summary__lines li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #e1e6ee;
}

.cwb-summary__lines li[hidden] {
    display: none;
}

.cwb-summary__lines .is-total {
    font-size: 1.05rem;
}

.cwb-form__payments {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: stretch;
}

.cwb-form__payments .cwb-choice {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    padding-right: 48px;
}

.cwb-form__payments .cwb-choice + .cwb-choice {
    margin-top: 0;
}

@media (max-width: 640px) {
    .cwb-form__payments {
        grid-template-columns: 1fr;
    }
}

.cwb-save-card {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 18px 0 8px;
    font-weight: 700;
}

.cwb-save-card[hidden] {
    display: none !important;
}

.cwb-spread {
    margin: 22px 0 8px;
    padding: 20px 18px 16px;
    border: 1px solid #d8e0ea;
    border-radius: 12px;
    background: #f4f8f5;
}

.cwb-modal .cwb-spread {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
}

.cwb-modal .cwb-spread h2 {
    margin: 0 0 8px;
    font-size: 1.15rem;
}

.cwb-modal .cwb-spread__select select {
    max-width: none;
}

.cwb-checkout .cwb-spread h2 {
    margin: 0 0 8px;
    font-size: 1.15rem;
}

.cwb-spread .cwb-form__lead {
    margin-bottom: 16px;
}

.cwb-spread__select {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--cwb-navy, #163568);
}

.cwb-spread__select span {
    display: block;
    margin-bottom: 6px;
}

.cwb-spread__select select {
    width: 100%;
    max-width: 420px;
    border: 1px solid #d8e0ea;
    border-radius: 8px;
    padding: 12px 14px;
    font: inherit;
    font-weight: 700;
    background: #fff;
    color: var(--cwb-navy, #163568);
}

.cwb-spread__detail {
    margin-top: 14px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #d5e6db;
    border-radius: 10px;
}

.cwb-spread__amount {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--cwb-green, #19733d);
}

.cwb-spread__amount small {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--cwb-muted, #5f6d80);
}

.cwb-spread__help {
    margin: 10px 0 0;
    color: var(--cwb-navy, #163568);
    font-weight: 700;
}

.cwb-form__radios--freq {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
}

.cwb-form__radios.cwb-form__radios--freq .cwb-choice {
    align-items: flex-start;
    text-align: left;
    padding: 16px 44px 16px 16px;
}

.cwb-form__radios.cwb-form__radios--freq .cwb-choice__name,
.cwb-form__radios.cwb-form__radios--freq .cwb-choice__sub,
.cwb-form__radios.cwb-form__radios--freq .cwb-choice__price {
    text-align: left;
    width: 100%;
}

.cwb-form__radios.cwb-form__radios--freq .cwb-choice__price {
    margin-top: 6px;
    font-size: 1.25rem;
}

@media (min-width: 800px) {
    .cwb-form__radios--freq {
        grid-template-columns: repeat(3, 1fr);
    }
}

.cwb-form__payments .cwb-choice__price {
    margin-top: 8px;
    font-size: 1.35rem;
}

.cwb-alert {
    background: #fff4e5;
    border: 1px solid #f0c36d;
    border-radius: 6px;
    padding: 12px 14px;
}

.cwb-review-item {
    margin-bottom: 12px;
    padding: 16px 18px;
    border: 1px solid #d8e0ea;
    border-radius: 12px;
    background: #fff;
}

.cwb-review-item__main {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 8px 14px;
    align-items: center;
}

.cwb-review-item__main--empty {
    grid-template-columns: 1fr auto;
}

.cwb-review-item__main[hidden],
.cwb-review-item__editor[hidden],
.cwb-review-discount[hidden] {
    display: none !important;
}

.cwb-review-item__copy strong {
    display: block;
    font-size: 1rem;
    color: var(--cwb-navy, #163568);
}

.cwb-review-item__copy span {
    display: block;
    margin-top: 4px;
    color: var(--cwb-muted, #5f6d80);
    font-size: 0.92rem;
}

.cwb-review-item__copy strong span {
    display: inline;
    margin: 0;
    color: inherit;
    font-size: inherit;
}

.cwb-review-item__price {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--cwb-green, #19733d);
    white-space: nowrap;
}

.cwb-review-item__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    white-space: nowrap;
}

.cwb-review-item__sep {
    color: #8a97a8;
    font-weight: 400;
}

.cwb-windows .cwb-link-btn,
.cwb-link-btn {
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    color: var(--cwb-blue, #1654b7);
    font: inherit;
    font-size: 0.92rem;
    font-weight: 800;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cwb-review-item__main--empty .cwb-link-btn {
    color: var(--cwb-green, #19733d);
    text-decoration: none;
    white-space: nowrap;
}

.cwb-review-item__editor {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e1e6ee;
}

.cwb-review-item__prompt {
    margin: 16px 0 8px;
    font-weight: 700;
    color: var(--cwb-navy, #163568);
}

.cwb-review-item__editor .cwb-review-item__prompt:first-child {
    margin-top: 0;
}

.cwb-review-item__editor .cwb-form__packages,
.cwb-review-item__editor .cwb-form__radios--pair {
    margin-top: 0;
    margin-bottom: 14px;
}

.cwb-review-item__editor .cwb-form__radios--pair .cwb-choice__price[hidden] {
    display: none !important;
}

.cwb-review-discount {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 10px 0 0;
    padding: 10px 14px;
    background: #f4f8f5;
    border-radius: 8px;
    font-weight: 700;
}

.cwb-due {
    margin: 28px 0 20px;
    padding: 6px 20px 10px;
    background: #f4f8f5;
    border: 2px solid #b9d7c0;
    border-radius: 12px;
}

.cwb-due ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cwb-due li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #d5e6db;
    color: var(--cwb-navy, #163568);
}

.cwb-due li:last-child {
    border-bottom: 0;
}

.cwb-due li.is-due {
    font-size: 1.08rem;
}

.cwb-due li strong {
    text-align: right;
    white-space: nowrap;
}

.cwb-due li.is-due strong {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: var(--cwb-green, #19733d);
    font-size: 1.2rem;
    white-space: normal;
}

.cwb-due small {
    display: block;
    margin-top: 2px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--cwb-muted, #5f6d80);
}

.cwb-term {
    margin: 0 0 20px;
    padding: 16px 18px;
    background: #f7f9fc;
    border: 1px solid #d8e0ea;
    border-left: 4px solid var(--cwb-navy, #163568);
    border-radius: 8px;
    color: var(--cwb-navy, #163568);
}

.cwb-term strong {
    display: block;
    margin: 0 0 6px;
    font-size: 0.95rem;
}

.cwb-term p {
    margin: 0;
    color: var(--cwb-text, #53677b);
    font-size: 0.92rem;
    line-height: 1.45;
}

.cwb-term p + p {
    margin-top: 8px;
}

.cwb-agree {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 12px;
    font-weight: 700;
    color: var(--cwb-navy, #163568);
}

.cwb-agree input {
    margin-top: 3px;
}

.cwb-agree span {
    font-weight: 600;
}

.cwb-agree a {
    color: var(--cwb-blue, #1654b7);
}

.cwb-agree.is-invalid {
    color: #c0392b;
}

.cwb-agree .cwb-req {
    margin-left: 2px;
}

.cwb-agree + .cwb-agree {
    margin-top: 0;
}

@media (max-width: 640px) {
    .cwb-review-item__main {
        grid-template-columns: 1fr auto;
    }

    .cwb-review-item__price {
        grid-column: 1;
        grid-row: 2;
    }

    .cwb-review-item__actions,
    .cwb-review-item__main > .cwb-link-btn {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }

    .cwb-review-item__main--empty .cwb-link-btn {
        grid-column: 1 / -1;
        grid-row: auto;
        justify-self: start;
        margin-top: 4px;
    }
}

.cwb-summary .cwb-link-btn {
    font-size: inherit;
}

.cwb-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 24px 16px calc(24px + env(safe-area-inset-bottom, 0px));
    overflow: auto;
    border: 0;
    background: transparent;
    color: inherit;
}

.cwb-modal[open] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cwb-modal::backdrop {
    background: rgba(16, 32, 58, 0.55);
}

.cwb-modal__panel {
    position: relative;
    z-index: 1;
    width: min(640px, 100%);
    margin: 0;
    padding: 24px 22px 22px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(16, 46, 96, 0.28);
}

.cwb-modal__panel h2 {
    margin: 0 0 8px;
}

.cwb-modal__panel .cwb-fields {
    margin: 16px 0 8px;
}

.cwb-modal__panel .cwb-alert[hidden] {
    display: none !important;
}

body.cwb-details-open {
    overflow: hidden;
}

body.cwb-details-open .cwb-basket {
    visibility: hidden;
}
