﻿
@media print {
    @page {
        size: A4 portrait;
        margin: 10mm;
    }

    body {
        font-family: 'Segoe UI', Arial, sans-serif;
        color: #333;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    #print-area {
        width: 100%;
        max-width: 100%;
    }

    .d-flex {
        display: flex !important;
    }

    .position-relative {
        position: relative !important;
    }

    .position-absolute {
        position: absolute !important;
    }

    .start-0 {
        left: 0 !important;
    }
    .logo {
        height: 60px;
    width:60px;
        margin: 0;
    }

    .sheet-title {
        margin: 0;
        font-size: 1.6rem;
    }

    .images-container {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: flex-start;
        margin-bottom: 12px;
    }

    .spec-img {
        max-height: 90px;
        border: 1px solid #ccc;
        border-radius: 4px;
        object-fit: cover;
    }

    .section-title {
        background-color: #0d6efd;
        color: #fff;
        padding: 6px 8px;
        border-radius: 4px;
        font-size: 0.95rem;
        margin-bottom: 8px;
    }

    .specs-row {
        font-size: 0.85rem;
    }

    .specs-table {
        width: 100%;
        border-collapse: collapse;
    }

        .specs-table th {
            width: 40%;
            text-align: left;
            background: #f2f2f2;
            padding: 4px 6px;
            border: 1px solid #ccc;
        }

        .specs-table td {
            padding: 4px 6px;
            border: 1px solid #ccc;
        }

    .accessories-list {
        font-size: 0.85rem;
    }

    .footer {
        font-size: 0.85rem;
        text-align: center;
        border-top: 1px solid #ccc;
        padding-top: 6px;
    }
}
