.tmz-container{
max-width:900px;
margin:40px auto;
padding:0 20px;
}

.tmz-title{
text-align:center;
font-size:28px;
margin-bottom:20px;
}

.tmz-image-center{
text-align:center;
margin-bottom:25px;
}

.tmz-image-center img{
max-width:260px;
height:auto;
}

.tmz-tabs{
display:flex;
gap:10px;
border-bottom:2px solid #eee;
margin-bottom:25px;
}

.tab-btn{
padding:10px 18px;
border:none;
background:#e5e5e5;
cursor:pointer;
font-weight:600;
border-radius:6px 6px 0 0;
}

.tab-btn.active{
background:#1e73be;
color:#fff;
}

.tmz-tab-content{
display:none;
}

.tmz-tab-content.active{
display:block;
}

.tmz-price-top{
font-size:22px;
font-weight:700;
color:#e60000;
margin-bottom:20px;
}

.spec-section{
margin-bottom:30px;
}

.spec-section-title{
font-weight:700;
border-left:4px solid #1e73be;
padding-left:10px;
margin-bottom:10px;
font-size:18px;
}

.spec-row{
display:flex;
border-bottom:1px solid #eee;
padding:8px 0;
}

.spec-label{
width:40%;
font-weight:600;
}

.spec-value{
width:60%;
}

.price-box{
font-size:24px;
font-weight:700;
color:#e60000;
padding:20px 0;
}

@media(max-width:768px){

.spec-row{
flex-direction:column;
}

.spec-label,
.spec-value{
width:100%;
}

.tmz-tabs{
flex-wrap:wrap;
}

}


