/* =============================================================
   Preisfixing – Tagesübersicht Min/Ø/Max
   ============================================================= */

.pf-page {
    max-width: 700px;
}

.pf-error {
    color: #c0392b;
    font-style: italic;
}

.pf-stand {
    font-size: 0.85rem;
    color: #555;
    margin: 0 0 1rem;
}

/* ---- Tabelle ---- */

.pf-table-wrap {
    overflow-x: auto;
    margin-bottom: 1.5rem;
}

.pf-table {
    border-collapse: collapse;
    width: 100%;
    min-width: 340px;
    font-size: 0.95rem;
}

.pf-th {
    padding: 0.5rem 0.9rem;
    text-align: center;
    font-weight: 600;
    background: #2d7a2d;
    color: #fff;
    white-space: nowrap;
}

.pf-th--fuel {
    text-align: left;
    background: #1a3c1a;
}

.pf-tr-zeit td {
    font-size: 0.78rem;
    color: #555;
    text-align: center;
    padding: 0.2rem 0.9rem;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.pf-tr-zeit td.pf-td--label {
    background: #f0f0f0;
}

.pf-td {
    padding: 0.55rem 0.9rem;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    white-space: nowrap;
}

.pf-td--fuel {
    text-align: left;
    font-weight: 600;
    color: #1a3c1a;
    background: #f7fcf7;
}

.pf-td--min {
    color: #1a7a1a;
    font-weight: 600;
    background: #f0faf0;
}

.pf-td--avg {
    color: #333;
    background: #fafafa;
}

.pf-td--max {
    color: #c0392b;
    font-weight: 600;
    background: #fff5f5;
}

.pf-tr--alt .pf-td--fuel {
    background: #f0f7f0;
}

.pf-tr--alt .pf-td--avg {
    background: #f4f4f4;
}

/* ---- Heatmap + Infotext ---- */

.pf-uhr-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pf-uhr-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.pf-uhr-label {
    font-size: 0.8rem;
    color: #555;
    margin: 0;
    font-style: italic;
}

.pf-uhr-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.pf-uhr-text {
    flex: 1;
    min-width: 0;
}

/* ---- Infotext (preisfixingtext.txt) ---- */

.pf-infotext {
    background: #f7fcf7;
    border-left: 4px solid #2d7a2d;
    padding: 0.9rem 1.2rem;
    border-radius: 4px;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1rem;
}

.pf-vmin {
    font-size: 0.88rem;
    color: #555;
    margin: 0.5rem 0 0;
}

/* ---- Preistrend-Prognose Block ---- */

.pf-preistrend-wrap {
    margin: 1.5rem 0 1rem;
}

.pf-preistrend {
    background: #f2f9f2;
    border-left: 4px solid #2d7a2d;
    border-radius: 4px;
    padding: 1rem 1.3rem 0.8rem;
}

.pf-preistrend__title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a5c1a;
    margin: 0 0 0.7rem;
    letter-spacing: 0.01em;
}

.pf-preistrend__p {
    font-size: 0.91rem;
    line-height: 1.65;
    color: #333;
    margin: 0 0 0.55rem;
}

.pf-preistrend__p:last-of-type {
    margin-bottom: 0;
}

.pf-preistrend__p strong {
    color: #1a1a1a;
}

.pf-preistrend__stand {
    font-size: 0.78rem;
    color: #888;
    margin: 0.6rem 0 0;
    border-top: 1px solid #b2d9b2;
    padding-top: 0.4rem;
}
