/*!
 * 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-list__inner{padding-top:var(--section-padding-top);padding-bottom:var(--section-padding-bottom)}.wl-works-list__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.6rem;list-style:none;margin:0;padding:0}@media screen and (width >= 750px){.wl-works-list__grid{grid-template-columns:repeat(4,1fr);gap:2.4rem 2rem}}.wl-works-list__item{margin:0;min-width:0}.wl-works-list__link{display:block;min-width:0;color:inherit;text-decoration:none}.wl-works-list__link:hover .wl-works-list__thumbnail-img{opacity:.9}.wl-works-list__link--placeholder{pointer-events:none}.wl-works-list__thumbnail{position:relative;overflow:hidden;aspect-ratio:3 / 4;background-color:rgba(var(--color-foreground),.05);margin-bottom:.6rem}.wl-works-list__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem .8rem;margin-bottom:.8rem;min-width:0}.wl-works-list__published{font-size:1.3rem;line-height:1.4;color:rgba(var(--color-foreground),.75)}@media screen and (width >= 750px){.wl-works-list__published{font-size:1.4rem}}.wl-works-list__new{display:inline-block;padding:.25rem .6rem;font-size:1.1rem;line-height:1.2;font-weight:700;letter-spacing:.04em;color:#fff;background-color:#e25822;border-radius:.3rem;flex-shrink:0}.wl-works-list__thumbnail-img{width:100%;height:100%;object-fit:cover;transition:opacity .2s}.wl-works-list__thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.wl-works-list__thumbnail-placeholder .placeholder-svg{width:60%;height:60%;opacity:.3}.wl-works-list__tags{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:.6rem}.wl-works-list__tag{display:inline-block;padding:.5rem 1.5rem;font-size:1.5rem;line-height:1;font-weight:700;background-color:#4f9edf;color:rgb(var(--color-button-text));border-radius:100px}.wl-works-list__price-row{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:.8rem;flex:1 1 100%;min-width:0;font-size:1.6rem;font-weight:700}.wl-works-list__price-label{flex:1 1 auto;min-width:0}.wl-works-list__price-detail{flex-shrink:0;display:inline-block;padding:.4rem .9rem;font-size:1.3rem;line-height:1.2;font-weight:700;white-space:nowrap;color:inherit;background-color:#fff;border-radius:.3rem;border:1px solid #3b3834}.wl-works-list__price-placeholder{font-size:1.6rem;font-weight:700;margin:0}.wl-works-list__model{margin:0 0 .4rem;font-size:1.4rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (width < 750px){.wl-works-list__model{font-size:1.3rem}}.wl-works-list__area{margin:0 0 .4rem;font-size:1.4rem;line-height:1.5;color:#2792d1}@media screen and (width < 750px){.wl-works-list__area{font-size:1.3rem}}.wl-works-list__pagination{margin-top:3rem;display:flex;justify-content:center}
