#sh-public-currency{grid-column:1/-1;width:100%;max-width:1180px;margin:28px auto 24px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;background:linear-gradient(135deg,#f4f9ff,#fff);border:1px solid #cfe0f1;border-radius:14px;box-shadow:0 10px 28px rgba(15,45,75,.10);font-family:Arial,sans-serif;color:#123}#sh-public-currency .sh-currency-title{font-size:18px;font-weight:800}#sh-public-currency .sh-currency-note{display:block;margin-top:4px;font-size:13px;font-weight:400;color:#587087}#sh-public-currency .sh-currency-options{display:flex;gap:8px;flex-wrap:wrap}#sh-public-currency button{border:1px solid #9fb8d0;border-radius:9px;padding:10px 17px;background:#fff;color:#173b5f;font-size:14px;font-weight:800;cursor:pointer;transition:.2s}#sh-public-currency button:hover{border-color:#1476c6;transform:translateY(-1px)}#sh-public-currency button.is-active{background:#0d6fbd;border-color:#0d6fbd;color:#fff;box-shadow:0 5px 14px rgba(13,111,189,.24)}@media(max-width:700px){#sh-public-currency{grid-column:1/-1;width:100%;margin:20px 15px;align-items:flex-start}#sh-public-currency .sh-currency-options{width:100%}#sh-public-currency button{flex:1}}