/* Extra sections below pricing cards (info, keywords, invoice, rules, owners) */
.prices-style-5-root .pl-extras-bg {
  background: #f4f8fb;
}
.prices-style-5-root .pl-prices-pill {
  display: inline-block;
  background: #eaeaea;
  color: #444;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.prices-style-5-root .pl-prices-lead {
  font-size: 1.35rem;
  line-height: 1.55;
  color: #333;
  margin-bottom: 1.5rem;
}
.prices-style-5-root .pl-prices-text,
.prices-style-5-root .pl-prices-seo {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1.5rem;
}
.prices-style-5-root .pl-keyword-card {
  border: 1px solid var(--va-sky, #4eb8e8);
  border-radius: 16px;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4b5563;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  height: 100%;
}
.prices-style-5-root .pl-keyword-card::before {
  content: "• ";
  color: var(--va-sky, #4eb8e8);
  font-weight: 700;
}
.prices-style-5-root .pl-rating-banner {
  margin: 2rem 0 0;
  background: linear-gradient(135deg, #4eb8e8, #69c2f5);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.prices-style-5-root .pl-rating-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}
.prices-style-5-root .pl-rating-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  position: relative;
  z-index: 1;
}
.prices-style-5-root .pl-invoice-wrap {
  background: rgba(78, 184, 232, 0.15);
  border-radius: 16px;
  padding: 3rem 1.5rem;
}
.prices-style-5-root .pl-invoice-title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.prices-style-5-root .pl-invoice-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.75rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  max-width: 900px;
  margin: 0 auto;
}
.prices-style-5-root .pl-info-banner {
  background: #fff;
  border-radius: 1rem;
  padding: 1.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.prices-style-5-root .pl-info-top {
  color: var(--va-sky, #4eb8e8);
  font-weight: 600;
  margin-bottom: 1rem;
}
.prices-style-5-root .pl-info-bottom {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}
.prices-style-5-root .pl-owners-title {
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  border-bottom: 2px solid #adb5bd;
  padding-bottom: 0.5rem;
  margin: 2rem 0 1rem;
  display: inline-block;
  color: #333;
}
.prices-style-5-root .pl-owners-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 1rem;
}
.prices-style-5-root .pl-owners-list {
  margin: 0.5rem 0 1.5rem 1.25rem;
}
.prices-style-5-root .pl-owners-list li {
  margin-bottom: 0.5rem;
  color: #444;
}
