/* solar_wind — специфика страницы (graph-* в weather-graph.css) */

.xras-weather-content .solar-wind-content .graph_lastdata {
    align-items: center;
}

.xras-weather-content .solar-wind-content .graph_lastdata_color.bz-negative {
    background-color: #0000ff;
}

.xras-weather-content .solar-wind-content .graph_lastdata_color.bz-positive {
    background-color: #ff0000;
}

.xras-weather-content .solar-wind-content .graph_lastdata_value {
    flex: 0 0 auto;
    min-width: 50px;
    color: #fff;
    font-weight: 600;
    text-align: right;
}

.xras-weather-content .solar-wind-content .graph_lastdata_name {
    flex: 1 1 auto;
    color: var(--weather-text-md, #c7c7c9);
}

.xras-weather-content .solar-wind-content .graph_lastdata_name::before {
    content: '— ';
    margin: 0 15px;
    color: var(--weather-text-md, #c7c7c9);
}

.xras-weather-content .solar-wind-content .graph_lastdata_note {
    color: #aaa;
}

.xras-weather-content .solar-wind-content .graph_subtitle .abbr {
    text-transform: uppercase;
}

.xras-weather-content .solar-wind-content .graph_image-area_750 + .graph_downloads {
    max-width: 750px;
    padding-right: 10px;
}

@media (max-width: 991.98px) {
    .xras-weather-content .solar-wind-content .graph_lastdata_name::before {
        margin: 0 10px;
    }
}
