/* Wealthiest foundations chart — scoped to new-trends-in-development-sector.html */
.foundations-chart-figure {
    margin: 2.5em 0 1.2em;
}

.foundations-chart-card {
    background: #ffffff;
    border-top: 1px solid #bcc7cd;
    border-bottom: 1px solid #bcc7cd;
    overflow-x: auto;
    padding: 1.4em 1.25em 1.5em 0;
}

.foundations-chart-title {
    color: #111111;
    font-family: var(--heading-font);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 6px;
}

.foundations-chart-subtitle {
    color: #626262;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 1.1em;
}

.foundations-chart-svg {
    display: block;
    min-width: 570px;
    overflow: visible;
}

.foundations-chart-svg .axis path { stroke: #111111; stroke-width: 1px; }
.foundations-chart-svg .axis line { display: none; }
.foundations-chart-svg .axis text { fill: #8a9aa3; font-size: 14px; }
.foundations-chart-svg .x-axis text { fill: #000000; }
.foundations-chart-svg .axis .foundation-label { fill: #000000; font-size: 15px; font-weight: 500; }
.foundations-chart-svg .value-label { fill: #000000; font-size: 15px; font-weight: 400; }
.foundations-chart-svg .bar { cursor: pointer; transition: opacity .15s ease; }
.foundations-chart-svg .bar:focus { outline: none; }
.foundations-chart-svg .bar.is-focused { stroke: #111111; stroke-width: 2px; }
.foundations-chart-footer {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-top: .55em;
}

.foundations-chart-source {
    color: #8a9aa3;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}

.foundations-chart-logo {
    display: block;
    height: 35px;
    width: auto;
}

.foundations-chart-tooltip {
    background: #111111;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.45;
    max-width: 220px;
    opacity: 0;
    padding: .65em .8em;
    pointer-events: none;
    position: fixed;
    transition: opacity .12s ease;
    z-index: 10000;
}

.foundations-chart-tooltip.is-visible { opacity: 1; }
.foundations-chart-tooltip strong { display: block; font-weight: 700; margin-bottom: .15em; }
.foundations-chart-tooltip span { color: #d6dde0; }

@media (max-width: 560px) {
    .foundations-chart-card { padding-right: .75em; }
    .foundations-chart-title { font-size: 22px; }
}
