.coody-checkout-account{box-sizing:border-box;margin:0 0 28px;padding:22px 24px;border-left:5px solid #20c4e5;background:#effafd;color:#111;font-family:inherit}
.coody-checkout-account__title{margin:0 0 7px;font-size:20px;line-height:1.25;font-weight:700}
.coody-checkout-account__text{margin:0 0 16px;font-size:16px;line-height:1.45;color:#222}
.coody-checkout-account__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.coody-checkout-account__link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 21px;border:1px solid #20c4e5;border-radius:4px;background:#20c4e5;color:#fff!important;font-size:15px;line-height:1;font-weight:700;text-decoration:none!important;transition:background-color .2s ease,border-color .2s ease,color .2s ease}
.coody-checkout-account__link:hover,.coody-checkout-account__link:focus-visible{border-color:#111;background:#111;color:#fff!important;outline:none}
.coody-checkout-account__note{font-size:15px;line-height:1.4;color:#333}
.coody-address-field,.coody-name-field,.coody-email-field{position:relative}
.coody-address-textarea{display:block;box-sizing:border-box;width:100%;min-height:70px;overflow:hidden;resize:none;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.35!important}
.coody-suggestion-row{display:block;width:100%;box-sizing:border-box;margin-top:-1px;padding:12px 14px;border:1px solid #20c4e5;border-radius:0 0 4px 4px;background:#effafd;color:#111;text-align:left;font:inherit;font-size:15px;line-height:1.35;white-space:normal;overflow-wrap:anywhere;cursor:pointer}
.coody-suggestion-row[hidden]{display:none}
.coody-suggestion-row:hover,.coody-suggestion-row:focus-visible{border-color:#111;background:#111;color:#fff;outline:none}
.coody-suggestion-row strong{font-weight:700}
.coody-field-hint{display:block;margin-top:6px;color:#a33;font-size:13px;line-height:1.35}
@media(max-width:640px){
 .coody-checkout-account{margin-bottom:22px;padding:18px}
 .coody-checkout-account__title{font-size:18px}
 .coody-checkout-account__text{font-size:15px}
 .coody-checkout-account__actions{align-items:flex-start;gap:10px;flex-direction:column}
 .coody-checkout-account__link{width:100%;box-sizing:border-box}
 .coody-checkout-account__note{font-size:14px}
 .coody-suggestion-row{padding:11px 12px;font-size:14px}
}
