.site-footer-checkout-shell {
    grid-column: 2;
    grid-row: 3;
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
    width: min(100%, 250px);
    max-width: 250px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.site-footer-checkout-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.3rem;
    flex-wrap: nowrap;
}

.site-footer-checkout-copy {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    min-width: 0;
    white-space: nowrap;
}

.site-footer-checkout-lock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--app-primary);
    flex: 0 0 auto;
    font-size: 0.8rem;
}

.site-footer-checkout-text {
    display: inline-flex;
    align-items: center;
    gap: 0.14rem;
    color: var(--app-muted);
    font-size: 0.72rem;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}

.site-footer-checkout-text-emphasis {
    color: var(--app-text);
    font-weight: 700;
}

.site-footer-checkout-stripe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    flex: 0 0 auto;
    max-width: 108px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--app-muted);
    font-size: 0.68rem;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.site-footer-checkout-stripe:hover,
.site-footer-checkout-stripe:focus-visible {
    color: var(--app-text);
    text-decoration: none;
}

.site-footer-checkout-stripe-copy {
    white-space: nowrap;
}

.site-footer-checkout-stripe-wordmark {
    color: #635bff;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: lowercase;
}

.site-footer-payment-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 0.22rem;
    padding: 0;
    margin: -0.02rem 0 0;
    list-style: none;
}

.site-footer-payment-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 1.55rem;
    min-height: 1.55rem;
    padding: 0;
    border: 1px solid rgba(31, 75, 143, 0.1);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: none;
    flex: 0 0 auto;
    overflow: hidden;
}

.site-footer-payment-logo {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
}

body[data-app-theme="dark"] .site-footer-checkout-shell {
    background: transparent;
    box-shadow: none;
}

body[data-app-theme="dark"] .site-footer-checkout-text {
    color: var(--app-muted);
}

body[data-app-theme="dark"] .site-footer-checkout-stripe {
    color: var(--app-muted);
}

body[data-app-theme="dark"] .site-footer-payment-item {
    border-color: rgba(138, 182, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

body[data-app-theme="dark"] .site-footer-checkout-text-emphasis {
    color: #edf4ff;
}

body[data-app-theme="dark"] .site-footer-checkout-stripe-wordmark {
    color: #9fbcff;
}

.site-footer-trustlogo-shell {
    grid-row: 4;
    margin-top: -0.08rem;
}

@media (max-width: 991.98px) {
    .site-footer-checkout-shell,
    .site-footer-trustlogo-shell {
        grid-column: 1;
        grid-row: auto;
        justify-self: start;
    }

    .site-footer-checkout-shell {
        align-items: flex-start;
    }

    .site-footer-payment-list {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .site-footer-checkout-shell {
        width: 100%;
        max-width: none;
    }

    .site-footer-checkout-heading {
        align-items: center;
    }

    .site-footer-checkout-text {
        font-size: 0.7rem;
    }

    .site-footer-checkout-stripe {
        max-width: 102px;
    }

    .site-footer-payment-list {
        justify-content: flex-start;
    }
}
