/* E-Auto Summenzeile: rote / gr�ne Hervorhebung */
.sum-row .neg {
    color: var(--neg);
    font-weight: 700;
}

.sum-row .pv-pos {
    color: var(--pos);
    font-weight: 700;
}

.chart-box.small-chart {
    min-height: 320px;
    height: 320px;
}

    .chart-box.small-chart canvas {
        max-height: 300px !important;
        width: 100% !important;
    }


#eauto-details-modal .modal {
    width: 900px;
    max-width: 95vw;
    max-height: 85vh;
    overflow: auto;
    padding: 1rem;
    box-sizing: border-box;
}

    #eauto-details-modal .modal table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }

.home-intro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 154px;
    padding: 28px 32px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 8px;
    background:
        linear-gradient(110deg, color-mix(in srgb, var(--surface-card) 94%, var(--primary) 6%), var(--surface-card) 64%),
        var(--surface-card);
    box-shadow: var(--shadow-sm);
}

.home-intro::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 100%;
    background: repeating-linear-gradient(135deg, transparent 0 13px, color-mix(in srgb, var(--primary) 7%, transparent) 13px 14px);
    pointer-events: none;
}

.home-eyebrow,
.dashboard-kicker {
    display: block;
    margin-bottom: 6px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-intro h2 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 30px;
    font-weight: 650;
    line-height: 1.25;
}

.home-intro p {
    margin: 0;
    color: var(--text-secondary);
}

.home-intro-icon {
    position: relative;
    z-index: 1;
    display: grid;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--primary) 28%, var(--border));
    border-radius: 50%;
    background: color-mix(in srgb, var(--primary) 12%, var(--surface-card));
    color: var(--primary);
    font-size: 32px;
}

.home-install-guide > summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
}

.home-install-guide > summary::after {
    float: none;
}

.home-install-summary-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 6px;
    background: color-mix(in srgb, var(--primary) 12%, var(--surface-card));
    color: var(--primary);
    font-size: 24px;
}

.home-install-summary-copy {
    display: grid;
    gap: 3px;
}

.home-install-summary-copy strong {
    font-size: 17px;
}

.home-install-summary-copy > span {
    color: var(--text-secondary);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
}

.home-install-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--border);
}

.home-install-qr {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 24px;
    border-bottom: 1px solid var(--border);
    background: color-mix(in srgb, var(--primary) 5%, var(--surface-card));
}

.home-install-qr-kicker {
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-install-qr h3 {
    margin: 5px 0 8px;
    font-family: var(--font-display);
    font-size: 18px;
}

.home-install-qr p {
    max-width: 720px;
    margin: 0;
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.55;
}

.home-install-direct-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    color: var(--primary);
    font-size: 13px;
    font-weight: 750;
}

.home-install-direct-link .material-symbols-outlined {
    font-size: 17px;
}

.home-install-qr-image {
    display: block;
    width: 148px;
    height: 148px;
    padding: 8px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fff;
}

.home-install-option {
    min-width: 0;
    padding: 24px;
}

.home-install-option + .home-install-option {
    border-left: 1px solid var(--border);
}

.home-install-option-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.home-install-option-header > .material-symbols-outlined {
    color: var(--primary);
    font-size: 30px;
}

.home-install-option-header span:not(.material-symbols-outlined) {
    color: var(--text-secondary);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-install-option-header h3 {
    margin: 2px 0 0;
    font-family: var(--font-display);
    font-size: 18px;
    line-height: 1.3;
}

.home-install-option ol {
    margin: 0;
    padding-left: 24px;
    color: var(--text-secondary);
}

.home-install-option li {
    padding-left: 4px;
    line-height: 1.55;
}

.home-install-option li + li {
    margin-top: 10px;
}

.home-install-option li::marker {
    color: var(--primary);
    font-weight: 800;
}

.home-install-inline-icon {
    display: inline-block;
    color: var(--on-surface);
    font-size: 18px;
    vertical-align: -4px;
}

.home-stammdaten-hinweis {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid color-mix(in srgb, var(--primary) 38%, var(--border));
    border-radius: 8px;
    background: color-mix(in srgb, var(--primary) 7%, var(--surface-card));
}

.home-stammdaten-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--primary);
    color: var(--on-primary);
    font-size: 20px;
}

.home-stammdaten-inhalt h3 {
    margin: 0 0 5px;
    font-size: 16px;
}

.home-stammdaten-inhalt p {
    max-width: 780px;
    margin: 0;
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.55;
}

.home-stammdaten-fehlt {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 10px;
    color: var(--on-surface);
    font-size: 12px;
}

.home-stammdaten-aktionen {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.content .home-stammdaten-aktionen .nav-button {
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .home-stammdaten-hinweis {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .home-stammdaten-aktionen {
        grid-column: 2;
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .home-stammdaten-hinweis {
        grid-template-columns: 1fr;
    }

    .home-stammdaten-icon {
        display: none;
    }

    .home-stammdaten-aktionen {
        grid-column: auto;
    }
}

.home-kpis {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.metric-card {
    position: relative;
    min-width: 0;
    padding: 20px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--surface-card);
    box-shadow: var(--shadow-sm);
}

.metric-card::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--metric-color, var(--primary));
}

.metric-card-strom {
    --metric-color: var(--chart-strom);
}

.metric-card-pv {
    --metric-color: var(--success);
}

.metric-card-wasser {
    --metric-color: var(--chart-wasser);
}

.metric-card-abwasser {
    --metric-color: var(--tertiary);
}

.metric-card-gas {
    --metric-color: var(--chart-gas);
}

.metric-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 750;
}

.metric-icon {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--metric-color) 12%, var(--surface-card));
    color: var(--metric-color);
    font-size: 19px;
}

.metric-value {
    display: block;
    overflow-wrap: anywhere;
    color: var(--on-surface);
    font-family: var(--font-display);
    font-size: 26px;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
}

.metric-caption {
    display: block;
    margin-top: 5px;
    color: var(--text-secondary);
    font-size: 12px;
}

.metric-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}

.metric-details > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: var(--text-secondary);
    font-size: 11px;
}

.metric-details strong {
    overflow-wrap: anywhere;
    color: var(--on-surface);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
}

.metric-details .pos,
.pv-pos {
    color: var(--pos);
}

.metric-details .neg {
    color: var(--neg);
}

.metric-highlight {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
    color: var(--success);
    font-size: 12px;
    font-weight: 700;
}

.metric-highlight .material-symbols-outlined {
    font-size: 18px;
}

.home-dashboard {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, .8fr);
    gap: 16px;
}

.dashboard-panel {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--surface-card);
    box-shadow: var(--shadow-sm);
}

.dashboard-panel-trend {
    grid-row: span 2;
}

.dashboard-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.dashboard-panel-header h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 650;
    line-height: 1.3;
}

.dashboard-panel-icon {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: var(--surface-container-low);
    color: var(--primary);
    font-size: 21px;
}

.chart-segments {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 3px;
    border: 1px solid var(--border);
    border-radius: 7px;
    background: var(--surface-container-low);
}

.chart-segment {
    min-height: 34px;
    padding: 6px 12px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: var(--text-secondary);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.chart-segment.active {
    background: var(--surface-card);
    color: var(--on-surface);
    box-shadow: var(--shadow-sm);
}

.chart-segment:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 1px;
}

.home-chart-wrap {
    position: relative;
    width: 100%;
    height: 430px;
}

.home-chart-wrap canvas {
    width: 100% !important;
    height: 100% !important;
}

.home-chart-empty {
    position: absolute;
    inset: 0;
    display: grid;
    margin: 0;
    place-items: center;
    color: var(--text-secondary);
    text-align: center;
}

.cost-mix-chart {
    position: relative;
    width: 100%;
    height: 230px;
}

.cost-mix-chart canvas {
    width: 100% !important;
    height: 100% !important;
}

.budget-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.budget-meta,
.budget-values {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.budget-meta {
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 750;
}

.budget-status {
    color: var(--pos);
    font-variant-numeric: tabular-nums;
}

.budget-item.over-budget .budget-status {
    color: var(--neg);
}

.budget-progress {
    display: block;
    width: 100%;
    height: 8px;
    overflow: hidden;
    border: 0;
    border-radius: 4px;
    background: var(--surface-container-high);
    accent-color: var(--success);
}

.budget-progress::-webkit-progress-bar {
    border-radius: 4px;
    background: var(--surface-container-high);
}

.budget-progress::-webkit-progress-value {
    border-radius: 4px;
    background: var(--success);
}

.budget-progress::-moz-progress-bar {
    border-radius: 4px;
    background: var(--success);
}

.budget-item.over-budget .budget-progress {
    accent-color: var(--neg);
}

.budget-item.over-budget .budget-progress::-webkit-progress-value {
    background: var(--neg);
}

.budget-item.over-budget .budget-progress::-moz-progress-bar {
    background: var(--neg);
}

.budget-values {
    margin-top: 6px;
    color: var(--text-secondary);
    font-size: 10px;
}

.home-whatsnew {
    margin-top: 8px;
}

@media (max-width: 1100px) {
    .home-dashboard {
        grid-template-columns: 1fr;
    }

    .dashboard-panel-trend {
        grid-row: auto;
    }
}

@media (max-width: 900px) {
    .home-install-options {
        grid-template-columns: 1fr;
    }

    .home-install-option + .home-install-option {
        border-top: 1px solid var(--border);
        border-left: 0;
    }
}

@media (max-width: 680px) {
    .home-intro {
        min-height: 0;
        padding: 22px;
    }

    .home-intro h2 {
        font-size: 24px;
    }

    .home-intro-icon {
        display: none;
    }

    .home-install-guide > summary {
        gap: 10px;
    }

    .home-install-summary-copy strong {
        font-size: 15px;
    }

    .home-install-summary-copy > span {
        font-size: 12px;
    }

    .home-install-qr {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 20px 4px;
    }

    .home-install-qr-image {
        justify-self: center;
    }

    .home-install-option {
        padding: 20px 4px;
    }

    .home-kpis {
        grid-template-columns: 1fr;
    }

    .dashboard-panel {
        padding: 20px;
    }

    .dashboard-panel-header {
        flex-direction: column;
    }

    .dashboard-panel-icon {
        display: none;
    }

    .chart-segments {
        width: 100%;
    }

    .chart-segment {
        flex: 1;
    }

    .home-chart-wrap {
        height: 320px;
    }

    .cost-mix-chart {
        height: 260px;
    }
}

        #eauto-details-modal .modal table th,
        #eauto-details-modal .modal table td {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0.4rem 0.6rem;
            vertical-align: middle;
        }

    #eauto-details-modal .modal .modal-actions {
        display: flex;
        justify-content: flex-end;
        gap: 0.5rem;
        margin-top: 0.75rem;
    }

@media (max-width: 600px) {
    .content {
        padding: calc(var(--header-height) + 1rem) 1rem 1rem;
    }

    .table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
    }

    .data-table {
        table-layout: fixed;
        min-width: 980px;
    }

    .data-table th,
    .data-table td {
        white-space: nowrap !important;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: normal;
        hyphens: none;
        padding: .4rem .5rem;
        font-size: .85rem;
        line-height: 1.25;
    }
}

@media (max-width: 400px) and (orientation: portrait) {
    .table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .data-table {
        table-layout: fixed;
        min-width: 1200px;
    }

    .data-table th,
    .data-table td {
        white-space: nowrap !important;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: .8rem;
        line-height: 1.25;
    }
}

@media (orientation: portrait) {
    body:not(.auth-body):not(.legal-body)::before {
        content: "Bitte ins Querformat drehen.";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: .6rem 1rem;
        background: var(--warning-container);
        color: var(--on-warning-container);
        border-bottom: 1px solid var(--outline-variant);
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        z-index: 3000;
    }
}

@media (orientation: landscape) {
    body:not(.auth-body):not(.legal-body)::before {
        content: "";
        display: none;
    }
}


label[for="eauto-year-select"] {
    display: inline-flex;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--text-secondary);
}

#eauto-year-select {
    display: inline-block;
    width: auto;
    min-width: 10ch;
    padding: .6rem 2.5rem .6rem 1rem;
    height: 42px;
    border: 1px solid var(--outline-variant);
    border-radius: var(--radius-md);
    background: var(--surface-card) var(--select-arrow) no-repeat right 1rem center;
    background-size: 10px 6px;
    color: var(--on-surface);
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    font-size: 14px;
    transition: box-shadow .12s ease, border-color .12s ease;
}

    #eauto-year-select:focus {
        outline: none;
        border-color: var(--primary);
        box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 22%, transparent);
    }

.info-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--border);
}

.info-label {
    font-weight: 600;
    color: var(--text-secondary);
    font-size: 14px;
}

.info-value {
    color: var(--on-surface);
    font-weight: 600;
}

.loading-spinner {
    text-align: center;
    padding: 2rem;
    color: var(--text-secondary);
    font-style: italic;
}

#eauto-extern-modal input[type="datetime-local"],
#eauto-extern-modal input[type="number"] {
    width: 100%;
    padding: 0.7rem 1rem;
    border: 1px solid var(--outline-variant);
    border-radius: var(--radius-md);
    font: inherit;
    font-size: 15px;
    color: var(--on-surface);
    background: var(--surface-card);
    transition: border-color 0.12s ease, box-shadow 0.12s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#eauto-extern-modal input[type="datetime-local"]:focus,
#eauto-extern-modal input[type="number"]:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 22%, transparent);
}

#alert-container .alert {
    border-radius: var(--radius-md);
    border: 1px solid var(--outline-variant);
    box-shadow: var(--shadow-md);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: .75rem;
}

#alert-container .alert-success {
    background: var(--success-container);
    color: var(--on-success-container);
    border-color: var(--success);
}

#alert-container .alert-danger {
    background: var(--error-container);
    color: var(--on-error-container);
    border-color: var(--error);
}

#alert-container .alert-warning {
    background: var(--warning-container);
    color: var(--on-warning-container);
    border-color: var(--accent);
}

#alert-container .btn-close {
    margin-left: auto;
}

:root[data-theme="dark"] #alert-container .btn-close {
    filter: invert(1) grayscale(1);
}

.strom-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.strom-stat {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 14px;
    min-height: 112px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--surface-card);
    box-shadow: var(--shadow-sm);
}

.strom-stat-icon {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--chart-strom) 12%, var(--surface-card));
    color: var(--chart-strom);
    font-size: 22px;
}

.strom-stat-pv .strom-stat-icon {
    background: color-mix(in srgb, var(--success) 12%, var(--surface-card));
    color: var(--success);
}

.strom-stat > div {
    min-width: 0;
}

.strom-stat-label,
.strom-stat-detail {
    display: block;
    color: var(--text-secondary);
    font-size: 11px;
}

.strom-stat-label {
    margin-bottom: 3px;
    font-weight: 750;
    text-transform: uppercase;
}

.strom-stat-value {
    display: block;
    overflow-wrap: anywhere;
    color: var(--on-surface);
    font-family: var(--font-display);
    font-size: 20px;
    font-variant-numeric: tabular-nums;
    line-height: 1.3;
}

.strom-stat-detail {
    margin-top: 3px;
}

.strom-stat-detail.trend-up {
    color: var(--neg);
    font-weight: 700;
}

.strom-stat-detail.trend-down {
    color: var(--pos);
    font-weight: 700;
}

.strom-analytics {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, .8fr);
    gap: 16px;
    margin-top: 16px;
}

.strom-panel {
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--surface-card);
    box-shadow: var(--shadow-sm);
}

.strom-panel-consumption {
    grid-row: span 2;
}

.strom-analytics-no-pv .strom-panel-consumption {
    grid-row: auto;
}

.strom-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    min-height: 50px;
    margin-bottom: 18px;
}

.strom-panel-kicker {
    display: block;
    margin-bottom: 4px;
    color: var(--chart-strom);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.strom-panel-sources .strom-panel-kicker {
    color: var(--success);
}

.strom-panel-header h4 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 650;
    line-height: 1.35;
}

.strom-panel-note {
    flex: 0 0 auto;
    padding: 6px 9px;
    border-radius: 5px;
    background: var(--surface-container-low);
    color: var(--text-secondary);
    font-size: 10px;
    font-weight: 700;
}

.strom-panel-symbol {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: color-mix(in srgb, var(--chart-strom) 10%, var(--surface-card));
    color: var(--chart-strom);
    font-size: 20px;
}

.strom-panel-sources .strom-panel-symbol {
    background: color-mix(in srgb, var(--success) 10%, var(--surface-card));
    color: var(--success);
}

.strom-chart-area {
    position: relative;
    width: 100%;
    height: 250px;
}

.strom-chart-area-large {
    height: 520px;
}

.strom-chart-area-doughnut {
    height: 250px;
}

.strom-chart-area canvas {
    width: 100% !important;
    height: 100% !important;
}

.strom-chart-empty {
    position: absolute;
    inset: 0;
    display: grid;
    margin: 0;
    place-items: center;
    color: var(--text-secondary);
    font-size: 13px;
    text-align: center;
}

@media (max-width: 1150px) {
    .strom-analytics {
        grid-template-columns: 1fr;
    }

    .strom-panel-consumption {
        grid-row: auto;
    }

    .strom-chart-area,
    .strom-chart-area-large,
    .strom-chart-area-doughnut {
        height: 340px;
    }
}

@media (max-width: 680px) {
    .strom-overview {
        grid-template-columns: 1fr;
    }

    .strom-stat {
        min-height: 96px;
    }

    .strom-panel {
        padding: 18px;
    }

    .strom-panel-header {
        flex-direction: column;
    }

    .strom-panel-note {
        align-self: flex-start;
    }

    .strom-panel-symbol {
        display: none;
    }

    .strom-chart-area,
    .strom-chart-area-large,
    .strom-chart-area-doughnut {
        height: 290px;
    }
}
