/* ==========================================================================
   06 // SOLAR LIVE MONITOR - INTEGRATED FOR STUDIO.BRUTAL GRID
   ========================================================================== */

.solar-title-box {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.solar-title {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: -1px;
    font-weight: 900;
    color: #000000;
}

.solar-data-box {
    border: 4px solid #000000;
    padding: 40px;
    background: #ffffff; /* Weißer Kasten, bricht perfekt mit der Seite */
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    box-shadow: 12px 12px 0px #000000; /* Fetter, eckiger brutalistischer Schatten */
}

.solar-table {
    width: 100%;
    border-collapse: collapse;
}

.solar-table tr {
    border-bottom: 2px solid #000000;
}

.solar-table tr:last-child {
    border-bottom: none;
}

.solar-table td {
    padding: 12px 0;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}

.solar-value {
    text-align: right;
    font-weight: 900;
}

.solar-value-highlight {
    background: #000000;
    color: #ffffff;
    padding: 3px 8px;
    display: inline-block;
}

.solar-diagnose {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.solar-diagnose td {
    padding: 12px 10px !important;
    font-weight: 900 !important;
    color: #FFFFFF !important; /* Erzwingt von Anfang an weißen Text */
}