.custom-tabs-extended{font-family:Arial,sans-serif}.custom-tabs-extended .tab-buttons{border-bottom:1px solid #ccc;display:flex;width:100%}.custom-tabs-extended .tab-button{align-items:center;background-color:var(--inactive-tab-color);border:none;border-right:1px solid #ccc;box-shadow:inset 0 -2px 4px rgba(0,0,0,.1);color:var(--inactive-text-color);cursor:pointer;display:flex;flex:1;font-family:Arial,sans-serif;font-size:1em;font-weight:400;justify-content:center;opacity:.8;padding:16px 0;position:relative;text-align:center;transition:all .3s ease;z-index:0}.custom-tabs-extended .tab-button:last-child{border-right:none}.custom-tabs-extended .tab-button.active{background-color:var(--active-tab-color);box-shadow:0 4px 6px rgba(0,0,0,.15);color:var(--active-text-color);font-size:1.05em;font-weight:700;opacity:1;z-index:1}.custom-tabs-extended .tab-content{border:1px solid #ccc;border-radius:0 0 5px 5px;border-top:none;display:none;padding:20px}.custom-tabs-extended .tab-content.active{display:block}.custom-tabs-extended .tab-inner{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:space-between}.custom-tabs-extended .image-left{flex-direction:row-reverse}.custom-tabs-extended .image-right{flex-direction:row}.custom-tabs-extended .tab-text{flex:1;text-align:left}.custom-tabs-extended .tab-image{align-items:center;display:flex;flex:0 0 auto;justify-content:center}.custom-tabs-extended .tab-image img{display:block;height:auto;margin:0 auto;width:auto}.custom-tabs-extended .tab-button:hover{background-color:var(--hover-tab-color);color:var(--hover-text-color)}@media (min-width:768px){.custom-tabs-extended .tab-content{padding-left:40px;padding-right:40px}}@media (max-width:767px){.custom-tabs-extended .tab-inner{flex-direction:column!important}.custom-tabs-extended .tab-image{text-align:center;width:100%}.custom-tabs-extended .tab-image img{max-width:100%;width:auto}}