/* WT Commerce REV010 FIX004
 * Polimento visual sem alterar a paleta original do OpenCart.
 */

/* Cabeçalho: mesma identidade nativa, distribuição mais limpa */
body.wt-storefront #logo{margin:0;text-align:center}
body.wt-storefront #logo img{display:block;width:auto;height:auto;max-width:220px;max-height:78px;margin:0 auto;object-fit:contain}
@media(min-width:768px){
  body.wt-storefront header .wt-header-row{display:grid!important;grid-template-columns:minmax(260px,1fr) auto minmax(220px,1fr);gap:30px;align-items:center;margin-left:0;margin-right:0}
  body.wt-storefront header .wt-header-row>[class*="col-"]{float:none!important;width:auto!important;padding-left:0;padding-right:0}
  body.wt-storefront header .wt-header-search-col{grid-column:1;justify-self:start;width:100%!important;max-width:410px}
  body.wt-storefront header .wt-header-logo-col{grid-column:2;justify-self:center;text-align:center}
  body.wt-storefront header .wt-header-cart-col{grid-column:3;justify-self:end;width:100%!important;max-width:280px}
  body.wt-storefront header #search,body.wt-storefront header #cart{margin-bottom:0}
}

/* Cards do catálogo */
.product-layout{display:flex}
.product-thumb.wt-product-card{display:flex;flex:1;flex-direction:column;width:100%}
.product-thumb.wt-product-card .caption{display:flex;flex:1;flex-direction:column}
.product-thumb.wt-product-card .caption .price{margin-top:auto}
.product-thumb.wt-product-card .wt-price-prefix{display:inline;font-size:12px;font-weight:400}
.product-thumb.wt-product-card .button-group{display:flex;align-items:stretch;border-top:1px solid #ddd}
.product-thumb.wt-product-card .button-group button{float:none!important;min-height:40px}
.product-thumb.wt-product-card .button-group .wt-card-buy{flex:1 1 auto;width:auto!important;text-align:center;font-weight:600}
.product-thumb.wt-product-card .button-group .wt-card-secondary{flex:0 0 44px;width:44px!important;overflow:hidden;padding-left:0;padding-right:0;text-align:center;white-space:nowrap;text-indent:-9999px}
.product-thumb.wt-product-card .button-group .wt-card-secondary .fa{margin:0;text-indent:0}

/* Carrinho em duas áreas */
body.wt-cart-page #content>h1{margin-bottom:18px}
body.wt-cart-page .wt-hidden-cart-heading,body.wt-cart-page .wt-native-benefit-hidden{display:none!important}
body.wt-cart-page .wt-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}
body.wt-cart-page .wt-cart-main,body.wt-cart-page .wt-cart-summary{min-width:0}
body.wt-cart-page .wt-cart-main>form{margin:0}
body.wt-cart-page .wt-cart-main .table-responsive{margin:0 0 18px;border:1px solid #ddd;border-radius:4px;background:#fff}
body.wt-cart-page .wt-cart-main .table{margin-bottom:0}
body.wt-cart-page .wt-cart-summary{position:sticky;top:12px;padding:16px;border:1px solid #ddd;border-radius:4px;background:#fff}
body.wt-cart-page .wt-cart-summary-title{margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid #eee;font-size:18px}
body.wt-cart-page .wt-cart-summary .row{margin-left:0;margin-right:0}
body.wt-cart-page .wt-cart-summary [class*="col-"]{float:none;width:100%;padding:0}
body.wt-cart-page .wt-cart-summary .table{margin:0 0 15px}
body.wt-cart-page .wt-cart-summary .buttons{margin:0;padding-top:4px;border:0}
body.wt-cart-page .wt-cart-summary .buttons .pull-left,body.wt-cart-page .wt-cart-summary .buttons .pull-right{float:none!important;width:100%;text-align:center}
body.wt-cart-page .wt-cart-summary .buttons .btn{display:block;width:100%;margin:7px 0}
body.wt-cart-page .wt-cart-summary .buttons .btn-default{background:#fff}
body.wt-cart-page .wt-cart-options{margin-top:0}
body.wt-cart-page .wt-cart-options .wt-shipping-panel{border:1px solid #ddd;border-radius:4px;box-shadow:none}
body.wt-cart-page .wt-cart-options .wt-shipping-panel>.panel-heading{padding:10px 15px}
body.wt-cart-page .wt-cart-options .wt-shipping-panel>.panel-heading a{pointer-events:none;text-decoration:none}
body.wt-cart-page .wt-cart-options .wt-shipping-panel .panel-body{padding:15px}
#wt-cart-benefits{margin:0 0 15px;padding:0;border:0;background:transparent}
#wt-cart-benefits h4{margin:0 0 12px;font-size:15px}
#wt-cart-benefits .wt-benefit-grid{display:block}
#wt-cart-benefits .wt-benefit-box{margin-bottom:12px;padding:12px;border:1px solid #e5e5e5;border-radius:4px;background:#fafafa}
#wt-cart-benefits .wt-benefit-box:last-child{margin-bottom:0}
#wt-cart-benefits .input-group{width:100%;margin-top:7px}
#wt-cart-benefits .wt-balance{margin:6px 0;font-size:12px}
#wt-cart-benefits .wt-feedback{min-height:18px;margin-top:7px}

/* Área Minha conta */
body.wt-account-page #content{min-width:0}
body.wt-account-page .wt-account-content{padding:20px;border:1px solid #ddd;border-radius:4px;background:#fff}
body.wt-account-page .wt-account-content>h1,body.wt-account-page .wt-account-content>h2:first-of-type{margin-top:0}
body.wt-account-page .wt-account-sidebar .list-group{border:1px solid #ddd;border-radius:4px;overflow:hidden}
body.wt-account-page .wt-account-sidebar .list-group-item{border-left:0;border-right:0}
body.wt-account-page .wt-account-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 20px;border:1px solid #ddd;border-radius:4px;background:#fff;overflow:hidden}
body.wt-account-page .wt-overview-item{display:flex;align-items:center;gap:11px;min-width:0;padding:13px 15px;color:inherit;text-decoration:none;border-right:1px solid #eee}
body.wt-account-page .wt-overview-item:last-child{border-right:0}
body.wt-account-page .wt-overview-item:hover{background:#f7f7f7;color:inherit;text-decoration:none}
body.wt-account-page .wt-overview-item>.fa{flex:0 0 24px;font-size:20px;text-align:center;color:#777}
body.wt-account-page .wt-overview-item>span{display:flex;min-width:0;flex-direction:column}
body.wt-account-page .wt-overview-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}
body.wt-account-page .wt-overview-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#777;text-transform:uppercase;font-size:10px;letter-spacing:.03em}
body.wt-account-page .wt-account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:15px}
body.wt-account-page .wt-account-section{padding:16px;border:1px solid #ddd;border-radius:4px;background:#fff}
body.wt-account-page .wt-account-section h2{margin:0 0 10px;padding-bottom:8px;border-bottom:1px solid #eee;font-size:19px}
body.wt-account-page .wt-account-section .list-unstyled{margin:0}
body.wt-account-page .wt-account-section .list-unstyled li{padding:4px 0}
body.wt-account-page .wt-account-form{margin-top:12px}
body.wt-account-page .wt-account-form .form-group{margin-left:0;margin-right:0;padding:7px 0}

/* WD$ */
#account-wdcoin .wt-wdcoin-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;padding:18px;border:1px solid #bce8f1;border-radius:4px;background:#d9edf7}
#account-wdcoin .wt-wdcoin-hero-label{font-size:12px;text-transform:uppercase;color:#31708f}
#account-wdcoin .wt-wdcoin-hero-value{font-size:30px;font-weight:600;color:#555}
#account-wdcoin .wt-wdcoin-hero-help{max-width:330px;margin:0;color:#555;text-align:right}
#account-wdcoin .wt-wdcoin-section{margin-bottom:18px;border:1px solid #ddd;border-radius:4px;background:#fff;overflow:hidden}
#account-wdcoin .wt-wdcoin-section-title{margin:0;padding:11px 14px;border-bottom:1px solid #ddd;background:#f5f5f5;font-size:15px;font-weight:600}
#account-wdcoin .wt-wdcoin-section .table-responsive{border:0;margin:0}
#account-wdcoin .wt-wdcoin-section .table{margin:0}
#account-wdcoin .wt-wdcoin-credit{white-space:nowrap}

/* Histórico de pedidos */
body.wt-order-history-page .wt-order-table{border:1px solid #ddd;border-radius:4px;overflow:hidden}
body.wt-order-history-page .wt-order-table table{margin-bottom:0}
body.wt-order-history-page .wt-order-table td{vertical-align:middle}
.wt-order-status-stack{display:flex;flex-wrap:wrap;align-items:center;gap:5px}
.wt-wdcoin-order-list{display:inline-block!important;margin:0!important;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap}
.wt-wdcoin-order-list.wt-wdcoin-credited{background:#ddf6e7;color:#217a45;border:1px solid #a7dfbc}
.wt-wdcoin-order-list.wt-wdcoin-expected{background:#fff4cc;color:#8a6200;border:1px solid #f0d77a}
.wt-wdcoin-order-list.wt-wdcoin-reversed{background:#ffe1e1;color:#9f2d2d;border:1px solid #efaaaa}
.wt-wdcoin-order-list small,.wt-wdcoin-order-list strong{font-size:inherit;font-weight:inherit}

/* Cores semânticas somente para status */
.wt-status-badge{display:inline-block;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:600;line-height:1.2;white-space:nowrap}
.wt-status-review{background:#fff4cc;color:#8a6200;border:1px solid #f0d77a}
.wt-status-paid{background:#dfeeff;color:#155a9a;border:1px solid #a9cef5}
.wt-status-preparing{background:#eee4ff;color:#6740a0;border:1px solid #cbb7eb}
.wt-status-shipped{background:#ffe8cf;color:#a55a00;border:1px solid #f2bd7d}
.wt-status-done{background:#ddf6e7;color:#217a45;border:1px solid #a7dfbc}
.wt-status-cancel{background:#ffe1e1;color:#9f2d2d;border:1px solid #efaaaa}

body.wt-checkout-compact #accordion{overflow:visible}
body.wt-checkout-compact #accordion>.panel{margin-bottom:8px}
body.wt-checkout-compact #accordion .panel-heading{padding:10px 15px}
body.wt-checkout-compact #accordion .panel-title a{display:block}
body.wt-checkout-compact #accordion .panel-body{padding:15px}
.wt-wdcoin-order-customer{border-radius:4px}

@media(max-width:991px){
  body.wt-cart-page .wt-cart-layout{grid-template-columns:1fr}
  body.wt-cart-page .wt-cart-summary{position:static}
}
@media(max-width:767px){
  body.wt-storefront #logo{margin-bottom:15px}
  body.wt-storefront #logo img{max-width:205px;max-height:70px}
  .product-layout{display:block}
  body.wt-account-page .wt-account-content{padding:15px}
  body.wt-account-page .wt-account-overview{grid-template-columns:1fr}
  body.wt-account-page .wt-overview-item{border-right:0;border-bottom:1px solid #eee}
  body.wt-account-page .wt-overview-item:last-child{border-bottom:0}
  body.wt-account-page .wt-account-grid{grid-template-columns:1fr}
  #account-wdcoin .wt-wdcoin-hero{align-items:flex-start;flex-direction:column}
  #account-wdcoin .wt-wdcoin-hero-help{text-align:left}
}

/* WT Commerce REV010 FIX004 */
@media(min-width:768px){
  body.wt-storefront #logo img{max-width:255px;max-height:92px}
  body.wt-storefront header .wt-header-row{grid-template-columns:minmax(330px,1fr) auto minmax(250px,1fr);gap:34px}
  body.wt-storefront header .wt-header-search-col{max-width:500px}
  body.wt-storefront .wt-topbar-container{display:flex;justify-content:center;align-items:center}
  body.wt-storefront #top-links{float:none!important;margin:0 auto}
  body.wt-storefront #top-links .list-inline{display:flex;flex-wrap:wrap;justify-content:center;margin:0}
}

/* Catálogo: preço, desejos e resumo olfativo */
.product-thumb.wt-product-card .wt-card-price{font-size:20px;font-weight:700;line-height:1.2;color:#222}
.product-thumb.wt-product-card .wt-card-price .wt-price-prefix{display:block;margin-bottom:2px;font-size:11px;font-weight:600;line-height:1.2;text-transform:uppercase;letter-spacing:.04em;color:#777}
.product-thumb.wt-product-card .wt-card-price .price-old{font-size:12px;font-weight:400}
.product-thumb.wt-product-card .button-group .wt-card-wishlist{flex:0 0 52px!important;width:52px!important;color:#d9534f;background:#fff;text-align:center}
.product-thumb.wt-product-card .button-group .wt-card-wishlist:hover{color:#fff;background:#d9534f}
.product-thumb.wt-product-card .wt-card-preference{display:flex;gap:7px;min-height:48px;margin:8px 0 10px;padding:8px 9px;border:1px solid #d9edf7;border-radius:4px;background:#f3fbff;color:#555;font-size:11px;line-height:1.35}
.product-thumb.wt-product-card .wt-card-preference .fa{flex:0 0 14px;margin-top:2px;color:#229ac8}
.product-thumb.wt-product-card .wt-card-preference span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.product-thumb.wt-product-card .wt-card-preference strong{color:#31708f}

/* Página do produto */
#product-product .thumbnails>li:first-child .thumbnail{display:flex;align-items:center;justify-content:center;min-height:430px}
#product-product .thumbnails>li:first-child .thumbnail img{width:auto;max-width:100%;max-height:560px}
#product-product .wt-product-actions{margin-bottom:10px}
#product-product .wt-product-wishlist{color:#d9534f;border-color:#d9534f;background:#fff;font-weight:600}
#product-product .wt-product-wishlist:hover{color:#fff;background:#d9534f}
#product-product .wt-product-price-list{margin:14px 0}
#product-product .wt-starting-price{display:flex;align-items:baseline;gap:8px}
#product-product .wt-starting-price span{font-size:12px;font-weight:600;text-transform:uppercase;color:#777}
#product-product .wt-starting-price strong{font-size:29px;line-height:1;color:#222}
#product-product .wt-product-preference{display:flex;gap:10px;margin:12px 0 16px;padding:12px;border:1px solid #bce8f1;border-radius:5px;background:#f2fbff;color:#555;line-height:1.45}
#product-product .wt-product-preference>.fa{margin-top:3px;color:#229ac8;font-size:17px}
#product-product .wt-product-preference strong{color:#31708f}
#product-product .wt-selected-line{display:block;margin-bottom:5px;color:#555}
#product-product .wt-preview-total{display:block;font-size:18px}
#product-product .wt-stock-detail{display:block;margin-top:4px;color:#666}

/* Carrinho em um único resumo com divisões */
body.wt-cart-page .wt-cart-summary{padding:0;overflow:hidden}
body.wt-cart-page .wt-cart-summary-title{margin:0;padding:16px;border-bottom:1px solid #ddd;background:#f7f7f7}
body.wt-cart-page .wt-cart-summary-body{padding:0 16px}
body.wt-cart-page .wt-cart-summary-section{margin:0;padding:15px 0;border-bottom:1px solid #e5e5e5}
body.wt-cart-page .wt-cart-summary-section:last-child{border-bottom:0}
body.wt-cart-page .wt-cart-summary .wt-shipping-panel{margin:0;border:0;box-shadow:none}
body.wt-cart-page .wt-cart-summary .wt-shipping-panel>.panel-heading{padding:0 0 10px;border:0;background:transparent}
body.wt-cart-page .wt-cart-summary .wt-shipping-panel>.panel-heading a{pointer-events:none;text-decoration:none;font-weight:600}
body.wt-cart-page .wt-cart-summary .wt-shipping-panel .panel-body{padding:0;border:0}
body.wt-cart-page .wt-shipping-cep-form .input-group{width:100%}
body.wt-cart-page #wt-cep-location{margin:7px 0 0;color:#555}
body.wt-cart-page #wt-cart-benefits{margin:0}
body.wt-cart-page #wt-cart-benefits h4{margin-top:0}
body.wt-cart-page #wt-cart-benefits .wt-benefit-box{border:0;border-radius:0;background:transparent;padding:8px 0;margin:0;border-bottom:1px dashed #ddd}
body.wt-cart-page #wt-cart-benefits .wt-benefit-box:last-child{border-bottom:0}
body.wt-cart-page .wt-summary-totals .row{margin:0}
body.wt-cart-page .wt-summary-totals table{width:100%}
body.wt-cart-page .wt-summary-totals table td:first-child{text-align:left!important}
body.wt-cart-page .wt-summary-totals table td:last-child{text-align:right!important;font-weight:600}
body.wt-cart-page .wt-summary-totals table tr:last-child td{padding-top:12px;border-top:2px solid #ddd;font-size:17px}
body.wt-cart-page .wt-summary-actions .buttons{padding:0}
body.wt-cart-page .wt-summary-actions .btn.disabled{pointer-events:none;opacity:.55}

/* Rodapé social estável, sem iframe temperamental */
.wt-footer-social{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:22px 0;padding:18px 0;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}
.wt-footer-social h5{margin:0 0 4px;color:#fff;font-size:16px}
.wt-footer-social p{margin:0;color:#bbb}
.wt-social-links{display:flex;flex-wrap:wrap;gap:9px}
.wt-social-link{display:flex;align-items:center;gap:9px;min-width:170px;padding:10px 12px;border:1px solid rgba(255,255,255,.22);border-radius:5px;color:#eee!important;text-decoration:none!important}
.wt-social-link:hover{background:rgba(255,255,255,.08)}
.wt-social-link>.fa:first-child{width:20px;font-size:20px;text-align:center}
.wt-social-link span{display:flex;flex:1;flex-direction:column}
.wt-social-link small{color:#bbb}

/* Informações WD$ */
#account-wdcoin .wt-wdcoin-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 18px}
#account-wdcoin .wt-wdcoin-info-grid>div{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid #ddd;border-radius:4px;background:#fff}
#account-wdcoin .wt-wdcoin-info-grid .fa{width:25px;color:#229ac8;font-size:20px;text-align:center}
#account-wdcoin .wt-wdcoin-info-grid span{display:flex;min-width:0;flex-direction:column}
#account-wdcoin .wt-wdcoin-info-grid small{color:#777}

/* Tabelas responsivas sem rolagem lateral */
.wt-table-responsive-clean{overflow:visible}
@media(max-width:767px){
  .wt-table-responsive-clean{width:100%;margin-bottom:15px;border:0!important;overflow:visible!important;-webkit-overflow-scrolling:auto}
  .wt-responsive-table{display:block;width:100%;border:0!important;background:transparent}
  .wt-responsive-table thead{display:none}
  .wt-responsive-table tbody{display:block;width:100%}
  .wt-responsive-table tbody tr{display:block;margin:0 0 12px;padding:10px 12px;border:1px solid #ddd;border-radius:5px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04)}
  .wt-responsive-table tbody td{display:flex!important;align-items:flex-start;justify-content:space-between;gap:12px;width:100%!important;min-width:0;padding:7px 0!important;border:0!important;border-bottom:1px solid #eee!important;text-align:right!important;white-space:normal!important}
  .wt-responsive-table tbody td:last-child{border-bottom:0!important}
  .wt-responsive-table tbody td:before{content:attr(data-label);flex:0 0 40%;font-size:11px;font-weight:700;text-align:left;text-transform:uppercase;color:#777}
  .wt-responsive-table tbody td>*{max-width:60%}
  .wt-responsive-table tbody td .input-group{width:auto;min-width:128px}
  .wt-responsive-table tbody td img{max-width:72px;height:auto}
  .wt-responsive-table .wt-table-action .btn{width:100%;max-width:none}
  body.wt-cart-page .wt-cart-main .table-responsive{border:0;background:transparent}
  body.wt-cart-page .wt-cart-summary .wt-responsive-table,body.wt-cart-page .wt-cart-summary .wt-responsive-table tbody,body.wt-cart-page .wt-cart-summary .wt-responsive-table tbody tr{display:table;width:100%;margin:0;padding:0;border:0;box-shadow:none}
  body.wt-cart-page .wt-cart-summary .wt-responsive-table tbody tr{display:table-row}
  body.wt-cart-page .wt-cart-summary .wt-responsive-table tbody td{display:table-cell!important;width:auto!important;padding:8px!important;border-bottom:1px solid #ddd!important;text-align:inherit!important}
  body.wt-cart-page .wt-cart-summary .wt-responsive-table tbody td:before{display:none}
  body.wt-account-page .wt-account-sidebar{width:100%;padding-left:15px;padding-right:15px}
  body.wt-account-page .wt-account-sidebar .list-group{display:flex;overflow-x:auto;border-radius:4px;white-space:nowrap}
  body.wt-account-page .wt-account-sidebar .list-group-item{flex:0 0 auto;border-top:0;border-bottom:0;border-right:1px solid #ddd}
  #account-wdcoin .wt-wdcoin-info-grid{grid-template-columns:1fr}
  #product-product .thumbnails>li:first-child .thumbnail{min-height:330px}
  #product-product .thumbnails>li:first-child .thumbnail img{max-height:430px}
  .wt-footer-social{align-items:flex-start;flex-direction:column}
  .wt-social-links,.wt-social-link{width:100%}
}

/* REV011 - WD$ aguardando liberação e Elite Club */
.wt-wdcoin-balance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0}.wt-wdcoin-balance-card{border:1px solid #dfe5eb;border-radius:10px;padding:18px;background:#fff;display:flex;flex-direction:column;gap:5px}.wt-wdcoin-balance-card small{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.wt-wdcoin-balance-card strong{font-size:26px;line-height:1.15}.wt-wdcoin-balance-card span{font-size:12px;color:#64748b}.wt-wdcoin-balance-card.is-available{border-left:4px solid #16a34a}.wt-wdcoin-balance-card.is-pending{border-left:4px solid #f59e0b}.wt-wdcoin-balance-card.is-total{border-left:4px solid #2563eb}.wt-elite-card{display:grid;grid-template-columns:minmax(180px,.8fr) 1.6fr;gap:24px;align-items:center;border:1px solid #dfe5eb;border-radius:12px;padding:20px;margin:0 0 22px;background:#f8fafc}.wt-elite-card small{text-transform:uppercase;letter-spacing:.05em;color:#64748b}.wt-elite-card h2{margin:4px 0;font-size:28px}.wt-elite-card p{margin:0;color:#64748b}.wt-elite-progress-label{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:13px}.wt-elite-progress{height:10px;border-radius:99px;background:#e2e8f0;overflow:hidden}.wt-elite-progress i{display:block;height:100%;background:#2563eb;border-radius:inherit}.wt-elite-max{font-weight:600;text-align:right}.wt-elite-bronze{box-shadow:inset 4px 0 #a16207}.wt-elite-silver{box-shadow:inset 4px 0 #94a3b8}.wt-elite-gold{box-shadow:inset 4px 0 #ca8a04}.wt-elite-diamond{box-shadow:inset 4px 0 #06b6d4}@media(max-width:767px){.wt-wdcoin-balance-grid{grid-template-columns:1fr}.wt-elite-card{grid-template-columns:1fr;gap:14px}.wt-elite-progress-label{flex-direction:column;gap:3px}.wt-elite-max{text-align:left}}

/* REV013 FIX001 - acessos a Fechamentos e Armário */
.wt-footer-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 18px}.wt-footer-features>a{display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid rgba(255,255,255,.14);border-radius:7px;color:inherit;text-decoration:none}.wt-footer-features>a>i{font-size:22px}.wt-footer-features span{display:flex;flex-direction:column}.wt-footer-features small{opacity:.75;margin-top:2px}.wt-account-overview{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important}@media(max-width:767px){.wt-footer-features{grid-template-columns:1fr}}
