/* Custom quote strip under the wedding packages (Sep 2026). Pricing page only. style.css is not touched. */
.pricing-custom {
  margin-top: 30px;
  border: 1px solid var(--line);
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22px 40px;
}
.pricing-custom .pricing-card-name { display: block; margin-bottom: 10px; }
.pricing-custom p { margin: 0; max-width: 62ch; font-size: 15px; line-height: 1.65; color: var(--ink-soft); }
@media (max-width: 760px) {
  .pricing-custom { padding: 26px 22px; }
}

/* Highlighted name in package lists (Sep 2026) */
.pricing-card li strong { font-weight: 700; color: var(--ink); }
.pricing-card.featured li strong { color: var(--cream); }

/* Links to the service pages (Sep 2026) */
.pricing-links { margin-top: 16px; max-width: 560px; font-size: 14px; line-height: 1.7; color: var(--ink-soft); }
.pricing-links a { color: var(--ink); border-bottom: 1px solid var(--ink); }
.pricing-links a:hover { opacity: 0.6; }
