body.wpc-hr-hide-header #main-header,
body.wpc-hr-hide-header #top-header,
body.wpc-hr-hide-header .et-l--header {
    display: none !important;
}

body.wpc-hr-hide-header #page-container {
    padding-top: 0 !important;
}

body.wpc-hr-hide-footer #main-footer,
body.wpc-hr-hide-footer .et-l--footer {
    display: none !important;
}
.form-field._wpc_hr_anchor_date_field input.short{
     float:left;
 }
 .cart.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td .variation, .woocommerce-checkout-review-order-table .cart_item td .variation{
     font-size:smaller;
 }
 .cart_item td .variation dt, .cart_item td .variation dd{
     font-weight: normal;
 }
.wpc-hr-price-compliance {
    margin-top: 8px;
    font-size: small;
    line-height: 1.5;
	letter-spacing: 0.015em;
}
ul.products li.product .wpc-hr-price-compliance{
	font-size: smaller;
}
.wpc-hr-row  {
    display: block;
	clear: both;
}
.wpc-hr-value{
	font-weight:bold;
}
.wpc-hr-download-profile {
    margin-bottom: 1.25rem;
}

.wpc-hr-download-profile-title {
    margin-bottom: 0.65rem;
    font-weight: 700;
}

.wpc-hr-download-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.wpc-hr-download-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: var(--wpc-hr-download-text) !important;
    background: var(--wpc-hr-download-bg);
    border-radius: var(--wpc-hr-download-radius);
    text-decoration: none !important;
    line-height: 1.2;
    transition: opacity 0.2s ease;
}

.wpc-hr-download-button:hover,
.wpc-hr-download-button:focus {
    color: var(--wpc-hr-download-text) !important;
    opacity: 0.82;
    text-decoration: none !important;
}

.wpc-hr-download-button svg {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    fill: currentColor;
}
