﻿.container-nodeinfo {
    line-height: 1.4;
    text-align: center;
    padding: 0.75rem 0;
}

.wrapper-nodeinfo {
    border-bottom: 1px solid var(--border-soft);
    background-color: var(--surface-muted);
}

.bg-saturation-danger {
    background-color: #8a2d2d !important;
}

.node-progress-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    max-width: 100%;
}

.node-progress-bar__label {
    font-size: 0.86rem;
    color: var(--text-muted);
}

.node-progress-bar__label a {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 600;
}

.node-progress-bar__label a:hover {
    color: var(--accent-strong);
}

@media (max-width: 767px) {
    .node-progress-bar {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .node-progress-bar__label {
        display: block;
        line-height: 1.5;
    }
}

@media (min-width: 768px) {
    .node-progress-bar {
        min-width: 380px;
    }
}
