.stomarus-tabs{box-sizing:border-box;width:100%;margin:clamp(16px,3vw,32px) 0}.stomarus-tabs__nav{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:flex-start;gap:clamp(6px,1vw,14px);margin:0 0 clamp(20px,2.8vw,28px);padding:0;list-style:none;border:none}.stomarus-tabs__tab{appearance:none;box-sizing:border-box;margin:0;padding:6px clamp(14px,1.8vw,22px);font-family: var(--font-roboto, "Roboto", "Arial", sans-serif);font-size:16px;font-weight:400;line-height:1.5;text-align:center;color:var(--color-accent,#baa78c);background:transparent;border:none;border-radius:0;cursor:pointer;white-space:normal;max-width:100%}@media (hover:hover){.stomarus-tabs__tab:not(.is-active):not([aria-selected="true"]):hover {color:var(--color-accent,#baa78c);background:rgba(186,167,140,.22);background:color-mix(in srgb,var(--color-accent,#baa78c) 26%,transparent)}}.stomarus-tabs__tab.is-active,.stomarus-tabs__tab[aria-selected="true"]{color:#fff;background:var(--color-accent,#baa78c);opacity:1}.stomarus-tabs__tab.is-active:hover,.stomarus-tabs__tab[aria-selected="true"]:hover{color:#fff;background:var(--color-accent,#baa78c);opacity:1}.stomarus-tabs__tab:focus-visible{outline:2px solid var(--color-accent,#baa78c);outline-offset:2px}.stomarus-tabs__panels{width:100%;min-width:0}.stomarus-tabs__panel-inner{width:100%;min-width:0;box-sizing:border-box}.stomarus-tabs__panel{width:100%;min-width:0}.stomarus-tabs__panel[hidden]{display:none!important}.stomarus-tabs__panel.is-active{display:block}.stomarus-tabs__panel-inner>*:first-child{margin-top:0}.stomarus-tabs__panel-inner>*:last-child{margin-bottom:0}@media (max-width:768px){.stomarus-tabs__nav{flex-direction:column;align-items:stretch;gap:6px}.stomarus-tabs__tab{width:100%;text-align:left;padding:6px 20px;font-size:14px}}