.buyer-tabs{display:flex;flex-direction:column;gap:25px}.buyer-tabs .pageTitle{text-align:center}.buyer-tabs .tabs-header{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;background-color:#f6f6f8;border-radius:50px}.buyer-tabs .tabs-header .tab-title{background-color:#fff0;padding:10px 0;border:none;border-radius:50px;color:#bbb;line-height:1.5;font-family:var(--textFont);font-size:var(--text);font-weight:400;transition:all .5s ease-out;text-transform:uppercase}.buyer-tabs .tabs-header .tab-title:hover,.buyer-tabs .tabs-header .tab-title[aria-selected=true]{background-color:#fff;color:#3c3c3c;font-weight:500;box-shadow:0 5px 10px #0000001a}.buyer-tabs .tabs-content{display:flex;flex-direction:column}.buyer-tabs .tabs-content .tabs-panel{display:flex;flex-direction:column;gap:25px}.buyer-tabs .tabs-content .tabs-panel.tabs-panel--hidden{display:none}.buyer-tabs .tabs-content .tabs-panel .list{display:flex;flex-direction:column;gap:10px;padding:25px;border-radius:10px;box-shadow:-2px 2px 3px #0000001a}.buyer-tabs .tabs-content .tabs-panel .list h3{font-family:var(--textFont);font-size:var(--text);font-weight:500;line-height:1;padding-left:25px}.buyer-tabs .tabs-content .tabs-panel .list ul.list-none{display:flex;flex-direction:column;gap:10px;list-style:none;padding-inline-start:0}.buyer-tabs .tabs-content .tabs-panel .list ul.list-none li{display:flex;flex-direction:row;gap:10px;flex-wrap:nowrap;align-items:center;font-family:var(--textFont);font-size:var(--text);font-weight:400}.buyer-tabs .tabs-content .tabs-panel .list ul.list-none li strong{font-weight:500}.buyer-tabs .tabs-content .tabs-panel .list ul.list-none li .li-icon{line-height:0}.buyer-tabs .tabs-content .tabs-panel .list p,.buyer-tabs .tabs-content .tabs-panel .list ul{font-family:var(--textFont);font-size:var(--text);font-weight:400}@media(max-width:700px){.buyer-tabs .tabs-content .tabs-panel .list{padding:25px 10px}}
