/*!
 * 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-my-printer__container{border:.3rem solid var(--border-color);border-radius:.5rem;padding:2rem;background-color:var(--bg-color);max-width:108rem;margin:0 auto}@media screen and (width >= 750px){.wl-my-printer__container{padding:3rem 5rem}}.wl-my-printer__title-wrapper{display:flex;flex-shrink:0;align-items:center;justify-content:center;gap:1rem;flex-direction:column}.wl-my-printer__title{font-weight:700;font-size:2rem;line-height:1;letter-spacing:.05em;color:var(--text-color)}.wl-my-printer__icon{width:3.8rem;height:3.6rem}.wl-my-printer__content{display:flex;flex-direction:column;gap:3.2rem;align-items:center;justify-content:flex-start}@media screen and (width >= 750px){.wl-my-printer__content{flex-direction:row}}.wl-my-printer__list{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:center}@media screen and (width >= 750px){.wl-my-printer__list{justify-content:flex-start}}.wl-my-printer__link-item{background-color:#fff;padding:1.2rem 1.8rem;border-radius:3rem;font-weight:500;font-size:1.5rem;line-height:1;letter-spacing:.05em;color:#3b3834;text-decoration:none}.wl-my-printer__link-item:hover{text-decoration:none!important;opacity:1!important}.wl-my-printer__link-item:hover:after{width:0}.wl-my-printer__link{color:var(--link-color);text-decoration:none;margin:0 auto;padding-bottom:1.2rem;position:relative;font-weight:700;font-size:1.5rem;line-height:1;letter-spacing:.05em;flex-shrink:0}@media screen and (width >= 750px){.wl-my-printer__link{margin-left:auto;margin-right:0}}.wl-my-printer__link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:.2rem;background-color:var(--link-color);transition:width .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.wl-my-printer__link:hover{text-decoration:none!important;opacity:1!important}.wl-my-printer__link:hover:after{width:0}.wl-my-printer__icon--default{color:var(--text-color)}.wl-my-printer__icon img{width:100%;height:100%;object-fit:contain}.wl-my-printer__link-wrapper{flex-shrink:0}
