.tpc-widget{max-width:760px;margin:0 auto;padding:18px;border:1px solid #e6e6e6;border-radius:14px;background:#fff;font-family:inherit}
.tpc-header{margin-bottom:14px}
.tpc-title{font-size:22px;font-weight:700;line-height:1.2}
.tpc-sub{margin-top:6px;color:#666;font-size:14px}
.tpc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:14px 0}
@media (max-width:720px){.tpc-grid{grid-template-columns:1fr}}
.tpc-field span{display:block;margin-bottom:6px;font-weight:600}
.tpc-field select,.tpc-field input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:10px;background:#fff}
.tpc-field small{display:block;margin-top:6px;color:#777}
.tpc-result{padding:14px;border:1px dashed #ddd;border-radius:12px}
.tpc-price{font-size:20px;font-weight:800}
.tpc-actions{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}
.tpc-btn{display:inline-block;padding:10px 14px;border-radius:10px;text-decoration:none;border:1px solid #111;color:#111;font-weight:700}
.tpc-btn-secondary{border-color:#666;color:#333}
.tpc-note{margin-top:10px;color:#666;font-size:15px}
.tpc-hidden{display:none !important}



/* ===== Custom tweaks (Assistant + Centered result) ===== */
.tpc-widget, .tpc-widget *{
  font-family: Assistant, Heebo, Arial, sans-serif !important;
}

.tpc-center{
  text-align: center;
}

.tpc-center .tpc-actions{
  justify-content: center;
}

.tpc-center .tpc-actions a{
  margin-left: auto;
  margin-right: auto;
}

.tpc-disclaimer{
  margin-top: 8px;
  font-size: 12px;
  color: #6B7280;
  line-height: 1.4;
}


.tpc-header-center{ text-align:center; }
/* ===== Button brand style (Order button) ===== */
.tpc-btn.tpc-btn-secondary{
  background: #EE9719;
  border-color: #EE9719;
  color: #ffffff;
  font-weight: 900;
}
.tpc-btn.tpc-btn-secondary:hover{
  background: #EE9719;
  border-color: #EE9719;
  color: #ffffff;
}
