.mydeals-price-table{width:100%;border-collapse:collapse;margin:10px 0 24px 0}
.mydeals-price-table th,.mydeals-price-table td{border:1px solid rgba(160,130,90,.2);padding:10px;text-align:center}
.mydeals-price-table thead th{background:rgba(160,130,90,.1);color:#7a6040;font-weight:600}
.mydeals-sec-title{text-align:center;margin:24px 0 12px 0;font-weight:700}
.mydeals-table-wrap{overflow:auto}

.mydeals-offerte{display:grid;grid-template-columns:1fr;gap:18px;max-width:720px;margin:0 auto;padding:0 16px;justify-content:center}

.mydeals-card{
  border:none;
  border-radius:16px;
  margin:0;
  text-align:left;
  width:100%;
  overflow:hidden;
  box-shadow:0 4px 24px rgba(120,90,50,.10);
  background:linear-gradient(145deg,#fdf8f2 0%,#faf3e8 100%);
  border-top:4px solid #b8975a;
}

.mydeals-card .mydeals-offerta-content{padding:28px 32px}

@media (min-width:768px){
  .mydeals-offerte{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1200px}
  .mydeals-card:only-child{grid-column:1 / -1;max-width:700px;margin:0 auto}
}

/* Titolo principale (primo h1/h2) */
.mydeals-card .mydeals-offerta-content>h1:first-child,
.mydeals-card .mydeals-offerta-content>h2:first-child{
  font-size:32px;line-height:1.2;margin:0 0 14px;
  text-align:center;color:#3d2b0f;
  text-transform:none;letter-spacing:0;
}
.mydeals-card .mydeals-offerta-content>h1:first-child::after,
.mydeals-card .mydeals-offerta-content>h2:first-child::after{display:none}

/* Tutti gli altri titoli */
.mydeals-card .mydeals-offerta-content h1,
.mydeals-card .mydeals-offerta-content h2,
.mydeals-card .mydeals-offerta-content h3,
.mydeals-card .mydeals-offerta-content h4{
  text-align:center;color:#7a6040;
  text-transform:uppercase;letter-spacing:.06em;font-weight:600;
  margin:20px 0 8px;
}
.mydeals-card .mydeals-offerta-content h1::after,
.mydeals-card .mydeals-offerta-content h2::after,
.mydeals-card .mydeals-offerta-content h3::after,
.mydeals-card .mydeals-offerta-content h4::after{
  content:'';display:block;width:40px;height:2px;
  background:#b8975a;margin:6px auto 0;border-radius:2px;
}

.mydeals-card h3{margin:0 0 10px 0;text-align:center;color:#5c4420}
.mydeals-card .mydeals-offerta-content>*:first-child{margin-top:0}
.mydeals-card .mydeals-offerta-content p{margin:0 0 10px;color:#4a3a28}
.mydeals-card .mydeals-offerta-content strong{color:#5c4420}

.mydeals-card .mydeals-offerta-content ul,
.mydeals-card .mydeals-offerta-content ol{margin:0 0 12px 18px;color:#4a3a28}
.mydeals-card .mydeals-offerta-content li{margin-bottom:4px}

.mydeals-cta{
  display:inline-block;padding:12px 24px;border-radius:10px;
  border:none;text-decoration:none;font-weight:600;
  background:#b8975a;color:#fff !important;
  letter-spacing:.04em;transition:background .2s;
}
.mydeals-cta:hover{background:#9a7d45}

.mydeals-pacchetto-sub{margin-top:4px;font-size:.92em;opacity:.85;color:#7a6040}