
/* izGaraže v0.30c — real typography fix + own accent */

/* Own accent for listing page: petrol/teal instead of orange */
.v30-page{
  --o:#0f6f68;
}
.v30-primary{
  background:#0f6f68 !important;
}
.v30-secondary{
  border-color:#202428 !important;
  color:#202428 !important;
}
.v30-showmore,
.v30-section-head small,
.v30-section-head a{
  color:#0f6f68 !important;
}
.v30-smart{
  background:linear-gradient(135deg,#fff,#f3faf9) !important;
}
.v30-smart-grid>div{
  border-color:#dcebea !important;
}

/* Hero/contact card — use ACTUAL v30 selectors */
.v30-contact-card{
  padding:24px !important;
}
.v30-title-row h1{
  font-size:31px !important;
  line-height:1.08 !important;
}
.v30-title-row p{
  font-size:15px !important;
  line-height:1.35 !important;
}
.v30-price-line>strong{
  font-size:38px !important;
  line-height:1 !important;
}
.v30-price-line span{
  font-size:11px !important;
}
.v30-facts{
  gap:18px 14px !important;
}
.v30-facts i{
  font-size:22px !important;
  width:28px !important;
}
.v30-facts strong{
  font-size:14px !important;
  line-height:1.15 !important;
}
.v30-facts small{
  font-size:11px !important;
  line-height:1.2 !important;
  margin-top:4px !important;
}
.v30-primary,.v30-secondary{
  min-height:52px !important;
  font-size:14px !important;
}
.v30-mini-meta{
  font-size:10px !important;
}

/* General listing text — actual selectors, not guessed classes */
.v30-crumbs{
  font-size:12px !important;
}
.v30-card{
  padding:24px !important;
}
.v30-card h2{
  font-size:24px !important;
  margin-bottom:19px !important;
}
.v30-card h3{
  font-size:18px !important;
}
.v30-spec-table>div{
  padding:11px 0 !important;
  font-size:14px !important;
  line-height:1.35 !important;
}
.v30-spec-table span{
  font-size:14px !important;
}
.v30-spec-table strong{
  font-size:14px !important;
}
.v30-section-head>span,
.v30-section-head a{
  font-size:12px !important;
}
.v30-section-head small{
  font-size:10px !important;
}
.v30-equipment>div{
  padding:11px 0 !important;
  font-size:13px !important;
  line-height:1.35 !important;
}
.v30-showmore{
  font-size:13px !important;
}
.v30-description{
  font-size:14px !important;
  line-height:1.7 !important;
}
.v30-smart-grid small{
  font-size:11px !important;
}
.v30-smart-grid strong{
  font-size:13px !important;
}
.v30-smart-grid span{
  font-size:11px !important;
}
.v30-price-history>div{
  font-size:13px !important;
}
.v30-seller-top strong,
.v30-side-col strong{
  font-size:14px;
}
.v30-side-col p,
.v30-side-col li,
.v30-side-col span{
  font-size:12px;
}

/* Keep responsive proportions */
@media(max-width:900px){
  .v30-title-row h1{font-size:28px !important}
  .v30-price-line>strong{font-size:34px !important}
  .v30-spec-table>div,
  .v30-spec-table span,
  .v30-spec-table strong{font-size:13px !important}
}
