/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
.wl-works-quote-button__inner{padding-top:var(--section-padding-top);padding-bottom:var(--section-padding-bottom);display:flex;justify-content:center;align-items:center}.wl-works-quote-button__link{display:inline-flex;width:100%;max-width:48rem;height:8rem;justify-content:center;align-items:center;gap:.4rem;padding:1.2rem 2.4rem;font-size:1.8rem;line-height:1;font-weight:700;text-decoration:none;color:rgb(var(--color-button-text));background-color:#ed6c3f;border-radius:.6rem;transition:opacity .2s}.wl-works-quote-button__link:hover{opacity:.9}.wl-works-quote-button__arrow{display:block;border-top:.2rem solid rgb(var(--color-button-text));border-right:.2rem solid rgb(var(--color-button-text));width:1.2rem;height:1.2rem;transform:rotate(45deg)}
