.tht-container{display:flex;gap:20px;padding:20px;}
.tht-left-column{flex:0 0 33%;display:flex;flex-direction:column;gap:10px;}
.tht-right-column{flex:1;display:flex;flex-direction:column;align-items:center;gap:10px;}
.tht-logo{max-height:120px;}
.tht-controls button, button{padding:8px 16px;border:none;border-radius:4px;background:#2196F3;color:#fff;cursor:pointer;}
