.rate-calculator .selected-price {
    background-color: GreenYellow;
}

.rate-calculator table th.selected-rate.selected-rate {
    background-color: DarkGreen;
}

.rate-calculator .no-rate {
    cursor: not-allowed;
}

.print-header {
    display: none;
}

.print-header h2, 
.print-header h3 {
    text-align: right;
}

@media print {
    
    header,
    footer,
    h1,
    .breadcrumb,
    .cart button,
    label:has(input[type=radio]),
    label:has(input[type=radio]) + br,
    .rates,
    .bottom-content { 
        display: none;
    }
    
    .rate-calculator table th {
        color: black;
        text-shadow: none;
    }

    label:has(input:checked) {
        display: initial;
    }
    
    .print-header {
        display: block;
    }
    
}

@page {
    margin: 0.5cm;
}
