<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
 .header-banner {
    background: #f2f2f2;
}

.grecaptcha-badge {
	bottom: 120px !important;
}

span.feature_offer {
    display: block;
    padding: 10px 0 10px 0;
}

section.product-accessories.clearfix {
    margin-top: 50px;
}

.machine-rental ul {
    margin-top: 10px;
    list-style: disc;
}

.machine-rental ul li {
    margin-left: 20px;
}

.feature_decreasing_discount {
    background-color: #ffde00;
    padding: 5px 5px 2px 5px;
    text-transform: uppercase;
    font-size: small;
    font-weight: bold;
    margin: 0;
    width: fit-content;
    text-align: center;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
}

</pre></body></html>