<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.form-group.ccfw_field.hide {
    display: none !important;
}
.remove-uploaded-file {
     margin-right: 360px !important;
    color: red;
    font-size: 18px;
    display: none; 
    cursor: pointer;
}
 .woocommerce-input-wrapper {
   display: flex;
}
.woocommerce-input-wrapper {
    display: flex;
    flex-direction: column;
}

.woocommerce-input-wrapper .description {
    margin-top: 5px;
}
#section_title {
    clear: both;
}
.wc-block-components-time-input {
    padding-top: 3%;
}
.block-checkout-time-input {
    width: 100%;
}
.wc-block-components-textarea-field {
    background-color: #fff;
    border: 1px solid hsla(0,0%,7%,.8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%;
    resize: none;
}</pre></body></html>