/* Responsive styles for nuevo_hd_hyundai.html */

/* General styles for smaller screens */
@media (max-width: 768px) {
    .container {
        padding: 10px;
        box-shadow: none;
    }

    .header-contact {
        flex-direction: column;
        text-align: center;
    }

    .header-info-block {
        display: block;
        margin: 10px auto;
    }

    .image-container {
        flex-direction: column;
        gap: 20px;
        padding: 10px;
    }

    .image-container img {
        max-width: 100%;
        height: auto;
    }

    .table-responsive {
        overflow-x: auto;
    }

    table {
        font-size: 0.9em;
    }

    thead th {
        font-size: 1em;
    }

    tbody td {
        font-size: 0.85em;
    }
}
