.currency-info{display:flex;flex-direction:column;gap:var(--space-40);box-shadow:var(--box-shadow-primary);border-radius:var(--box-border-radius);background-color:var(--color-white);background-color:var(--color-brand-primary);padding:var(--space-32) var(--space-24);width:100%}.currency-info__header{margin-bottom:var(--space-32);font-size:var(--typography-h4-fontsize);line-height:1}@media screen and (min-width: 768px){.currency-info__header{margin-bottom:var(--space-32)}}.currency-info__body{margin:0}.currency-info__payment-methods-header{margin-bottom:var(--space-12);line-height:1}.currency-info__payment-methods{margin:0}.currency-info__currency-list-header{margin-bottom:0;line-height:1}@media screen and (min-width: 768px){.currency-info__currency-list-header{margin-bottom:0}}.currency-info__import-limitations{display:flex;flex-direction:column;margin-top:var(--space-12)}.currency-info__import-limitations .currency-info__import-limitations__item:not(:last-child){margin-bottom:var(--space-4)}.currency-info__import-limitations__item{display:flex;flex-direction:row;font-size:12px;line-height:normal}.currency-info__import-limitations__exclamation{display:flex;justify-content:center;align-items:center;margin-right:var(--space-4);border-radius:100%;background-color:var(--color-black);padding:var(--space-8);width:1rem;height:1rem;color:var(--color-brand-primary)}.currency-info__currency-list{display:flex;flex-direction:row;gap:var(--space-8)}.currency-info__currency-list-link{display:flex;flex-direction:row;align-items:center;gap:var(--space-8);min-height:45px;font-weight:700;text-decoration:none}.currency-info__currency-list-link-icon{margin:auto;width:var(--space-16);height:var(--space-16)}
