.cabinet-checkout-auth {
    box-sizing: border-box;
    display: grid;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 12px;
    border: 1px solid #dce8cf;
    border-radius: 10px;
    background: #f7fbf2;
    color: #243126;
}

.cabinet-checkout-auth__copy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: baseline;
    gap: 2px 8px;
    min-width: 0;
}

.cabinet-checkout-auth__eyebrow {
    color: #669437;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.cabinet-checkout-auth__copy strong {
    min-width: 0;
    overflow: hidden;
    color: #243126;
    font-size: 14px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cabinet-checkout-auth__copy small {
    grid-column: 1 / -1;
    overflow: hidden;
    color: #617064;
    font-size: 11px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cabinet-checkout-auth__actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
}

.cabinet-checkout-auth__actions > a,
.cabinet-checkout-auth__actions > button {
    box-sizing: border-box;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 36px;
    margin: 0 !important;
    padding: 8px 12px !important;
    border-radius: 7px;
    box-shadow: none !important;
    font: inherit;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.cabinet-checkout-auth__primary {
    border: 1px solid #8ebb43 !important;
    background: #8ebb43 !important;
    color: #fff !important;
}

.cabinet-checkout-auth__secondary {
    border: 1px solid #b9c8ab !important;
    background: #fff !important;
    color: #49602f !important;
}

.cabinet-checkout-auth__actions > button:disabled {
    cursor: wait;
    opacity: .65;
}

.cabinet-address-picker {
    box-sizing: border-box;
    display: grid;
    gap: 6px;
    width: 100%;
    padding: 12px;
    border: 1px solid #dce8cf;
    border-radius: 10px;
    background: #f7fbf2;
}

.cabinet-address-picker > span {
    color: #49602f;
    font-size: 13px;
    font-weight: 700;
}

#orderForm .cabinet-account-locked {
    border-color: #c8d2bf;
    background-color: #f2f5ef;
    color: #4f5a4d;
    cursor: not-allowed;
}

#orderForm .cabinet-address-locked {
    border-color: #c8d2bf;
    background-color: #f2f5ef;
    color: #4f5a4d;
    cursor: not-allowed;
}

#orderForm input[type="radio"].cabinet-address-locked {
    accent-color: #9aae88;
    opacity: .7;
}

#orderForm.cabinet-saved-address-active .order-delivery-grid,
#orderForm.cabinet-saved-address-active .order-pickup-grid {
    opacity: .82;
}

#orderForm .cabinet-account-locked:focus {
    border-color: #9aae88;
    box-shadow: 0 0 0 3px rgba(142, 187, 67, .12);
}

.cabinet-account-lock-note {
    display: block;
    margin: -6px 0 0;
    color: #697367;
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 420px) {
    .cabinet-checkout-auth__copy {
        grid-template-columns: 1fr;
    }

    .cabinet-checkout-auth__copy small {
        grid-column: auto;
    }
}
