.utp-wrap-snippet {
  max-width: 420px;
  margin: 0 auto;
  padding: 20px 16px 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0f172a;
}
.utp-hero-snippet {
  text-align: center;
  margin-bottom: 18px;
}
.utp-hero-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 4px;
}
.utp-hero-date {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.utp-hero-note {
  font-size: 12px;
  color: #64748b;
}
.utp-card-snippet {
  background: #ffffff;
  border-radius: 12px;
  padding: 14px 16px 16px;
  margin: 12px 0;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  text-align: center;
}
.utp-card-snippet--featured {
  background: #ef4444;
  color: #fef2f2;
}
.utp-card-label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.utp-card-label.blue {
  background: #e0f2fe;
  color: #0369a1;
}
.utp-card-label.grey {
  background: #e5e7eb;
  color: #374151;
}
.utp-card-label.white {
  background: #fef2f2;
  color: #b91c1c;
}
.utp-card-snippet--featured .utp-card-label.white {
  background: #fee2e2;
  color: #b91c1c;
}
.utp-card-main {
  margin-bottom: 10px;
}
.utp-card-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.utp-card-sub {
  font-size: 13px;
  margin-bottom: 6px;
}
.utp-card-snippet--featured .utp-card-sub {
  color: #fee2e2;
}
.utp-card-price-small {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 2px;
}
.utp-card-snippet--featured .utp-card-price-small {
  color: #fee2e2;
}
.utp-card-price-big {
  font-size: 16px;
  font-weight: 800;
}
.utp-card-snippet--featured .utp-card-price-big {
  color: #ffffff;
}
.utp-btn-snippet {
  display: block;
  width: 100%;
  border-radius: 999px;
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 8px;
}
.utp-btn-snippet.blue {
  background: #0284c7;
  color: #ffffff;
}
.utp-btn-snippet.red {
  background: #ef4444;
  color: #ffffff;
}
.utp-btn-snippet.white {
  background: #fef2f2;
  color: #b91c1c;
}
.utp-card-snippet--featured .utp-btn-snippet.white {
  background: #ffffff;
  color: #b91c1c;
}
.utp-combo-note {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: #111827;
}
.utp-combo-note strong {
  font-weight: 800;
}
@media (min-width: 768px) {
  .utp-wrap-snippet {
    max-width: 480px;
    padding-top: 30px;
  }
}
