/* Mobile styles for car report pages */
@media (max-width: 600px) {
    body {
        padding: 12px;
    }

    h1 {
        font-size: 1.2rem;
    }

    .subtitle {
        font-size: 0.85rem;
    }

    .summary-line {
        font-size: 0.85rem;
        padding: 10px 12px;
    }

    .card {
        padding: 16px;
        border-radius: 12px;
    }

    .big-number {
        font-size: 1.7rem !important;
        white-space: nowrap !important;
    }

    .big-number-unit {
        font-size: 0.85rem !important;
    }

    .cost-header {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .cost-header h2 {
        text-align: left !important;
    }

    .km-control {
        margin-left: 0;
        width: 100%;
        flex-direction: row-reverse !important;
        justify-content: flex-end !important;
        gap: 12px !important;
        background: none !important;
        padding: 0 !important;
        margin-top: 8px;
    }

    .km-slider {
        flex: 1;
        min-width: 150px;
    }

    .compare-links {
        display: none;
    }

    .cost-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }

    .cost-label {
        width: auto !important;
        font-size: 0.85rem;
        text-align: left !important;
    }

    .cost-bar-container {
        width: 100%;
        height: 24px;
        flex-shrink: 0;
    }

    .risk-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 2px;
    }

    .risk-name {
        font-size: 0.9rem;
    }

    .risk-cost {
        font-size: 0.85rem;
    }

    .compare-row {
        flex-direction: column;
        gap: 4px;
        padding: 10px 0;
    }

    .compare-label {
        font-size: 0.85rem;
    }

    .compare-value {
        font-size: 0.85rem;
    }

    .bottom-actions {
        flex-direction: column;
        gap: 8px;
    }

    .action-btn {
        width: 100%;
        justify-content: center;
    }

    .simple-list li {
        font-size: 0.85rem;
        padding: 8px 0;
    }

    .summary-box {
        padding: 12px 14px;
    }

    .summary-title {
        font-size: 0.9rem;
    }

    .summary-text {
        font-size: 0.85rem;
    }
}
