<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.address-checker-modal{min-width:80vw}@media (min-width:768px){.address-checker-modal{min-width:500px}}.address-checker-modal .modal__content{display:flex;flex-direction:column;row-gap:2rem}.address-checker-modal__block{border-bottom:1px solid var(--theme-color-grayscale-700);padding-bottom:2rem;display:grid;grid-template-columns:1fr;grid-template-areas:"title" "address" "button";row-gap:1rem;align-items:flex-start}@media (min-width:768px){.address-checker-modal__block{grid-template-columns:1fr auto;grid-template-areas:"title title" "address button"}}.address-checker-modal__block&gt;.address{grid-area:address}.address-checker-modal__block&gt;.button{align-self:flex-end;grid-area:button}.address-checker-modal__title{margin:0;grid-area:title}.address-checker-modal__no-suggestion-text{margin-block:3rem 2rem}</pre></body></html>