body.woocommerce-view-order #sidebar {
display: none;
} .download-button {
background-color: #36665B; color: #F5EEE0; -webkit-font-smoothing: antialiased;
text-decoration: none; padding: 10px 20px; border: none; border-radius: 4px; cursor: pointer; transition: background-color 0.3s ease; } .download-button:hover {
background-color: #DC8655; } .hide-trial-text .woocommerce-billing-period {
display: none;
} .woocommerce-checkout-review-order-table .subscription-details:contains("with 1 month free trial") {
display: none;
}