.tabs-module,.tabs-module *{box-sizing:border-box}.tabs-module.wrapper{margin-top:3rem;padding:1rem}.tabs-module .tabs-shell{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin:0 auto;max-width:600px;overflow:hidden;padding:0;width:100%}.tabs-module .tabs-header{display:flex;gap:1rem}.tabs-module .tab-button{background-color:#d3d3d3;border:none;border-radius:8px 8px 0 0;color:#999;cursor:pointer;flex:1;font-size:16px;font-weight:600;padding:16px 24px;transition:background-color .3s,color .3s}.tabs-module .tab-button:hover{background-color:silver}.tabs-module .tab-button.active{background-color:#1b5e4a;color:#fff}.tabs-module .tabs-content{align-items:center;background-color:#f9f9f9;display:flex;justify-content:center;min-height:200px;padding:40px}.tabs-module .tab-content{display:none}.tabs-module .tab-content.active{display:block}.tabs-module .tab-content p{color:#333;font-size:15px;line-height:1.6}.tabs-module .tab-content img{display:block;width:100%}@media (min-width:1025px){.tabs-module.wrapper{padding-left:0!important;padding-right:0!important}.tabs-module .tabs-shell{margin-left:auto!important;margin-right:auto!important;max-width:820px!important;width:820px!important}}