.pricing-section {
    margin-top: 1rem;
}

/* Product map styles: /assets/css/pricing-product-map.css (loaded globally via base.twig). */

.pricing-section__title,
.pricing-internal__title {
    margin-top: 0;
}
.pricing-notice,
.pricing-cta,
.pricing-recruiter-grid,
.pricing-recruiter-grid--plans,
.pricing-internal,
.pricing-internal__grid,
.pricing-actions {
    margin-top: 1rem;
}
.pricing-cta,
.pricing-actions {
    margin-top: 1.5rem;
}
.pricing-recruiter-grid,
.pricing-recruiter-grid--plans,
.pricing-internal__grid {
    display: grid;
}
.pricing-recruiter-grid {
    gap: 1rem;
}
.pricing-recruiter-grid--plans {
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.pricing-plan-meta-primary {
    margin-top: .55rem;
}
.pricing-plan-meta-secondary,
.pricing-internal__meta {
    margin-top: .35rem;
}
.pricing-internal {
    background: rgba(10, 77, 61, .08);
    border: 1px solid rgba(10, 77, 61, .18);
}
.pricing-internal__grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}
.pricing-manage {
    margin-top: 1rem;
}
.pricing-manage__form {
    margin-top: .35rem;
}
.pricing-manage__hint {
    margin: .35rem 0 .75rem;
    max-width: 36rem;
}
.pricing-manage__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1rem;
}
.pricing-history-chart {
    margin: .75rem 0 1rem;
    max-width: 28rem;
    padding: .7rem .85rem .55rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(214, 184, 122, .18);
}
.pricing-history-chart__title {
    margin: 0;
    font-size: .95rem;
    font-weight: 650;
    color: #f3e7c8;
}
.pricing-history-chart__caption {
    margin: .2rem 0 .55rem;
    font-size: .82rem;
}
.pricing-history-chart__svg {
    display: block;
    width: 100%;
    height: auto;
}
.pricing-history-chart__label {
    fill: #d7c7a4;
    font-size: 12px;
    font-weight: 650;
}
.pricing-history-chart__value {
    fill: #b9a47a;
    font-size: 11px;
}
.pricing-history-chart__track {
    fill: rgba(255, 255, 255, .06);
}
.pricing-history-chart__bar {
    fill: #8a7350;
    transition: fill .2s ease;
}
.pricing-history-chart__row.is-selected .pricing-history-chart__bar {
    fill: #d6b87a;
}
.pricing-history-chart__row.is-selected .pricing-history-chart__label,
.pricing-history-chart__row.is-selected .pricing-history-chart__value {
    fill: #f6e7c2;
}

