/* Background used for the Tires section in the PDF */
.bg-light {
    background-color: #f9f9f9;
    padding: 60px 0;
}

/* Ensure images fit their containers properly */
.visual-block img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px; /* Subtle rounding for a professional look */
}

/* The Sector Navigation styling from the header */
.sector-nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
