@media print {
    .navbar, .sponsors, footer, .background_offer_image, .offer_image_container, button {
        display: none;
    }
    .operator_details {
        display: none;
    }

    .page-content {
        margin-top: 0;
    }

    h1, h2, h3 {
        font-size: 1rem;
    }

    p {
        font-size: 0.8rem;
    }
}
