
.taew-container{display:flex;flex-direction:column;font-family:Arial}
.taew-tabs{display:flex;gap:10px;margin-bottom:20px}
.taew-tab-btn{padding:10px 16px;border:none;background:#eee;cursor:pointer}
.taew-tab-btn.active{background:#000;color:#fff}
.taew-section{display:flex;gap:30px;align-items:flex-start}
.taew-image img{max-width:400px;height:auto}
.taew-panel{display:none}
.taew-panel.active{display:block}
.taew-header{cursor:pointer;padding:10px;background:#f5f5f5;margin-top:10px}
.taew-body{display:none;padding:10px;border:1px solid #eee}
.taew-body.active{display:block}
