.uepw-post-grid{display:grid;gap:30px}
.uepw-post-card{min-width:0}
.uepw-post-thumb{display:block;width:100%;aspect-ratio:1/1;overflow:hidden;background:#f2f2f2;border-radius:10px}
.uepw-post-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.uepw-post-card:hover .uepw-post-thumb img{transform:scale(1.025)}
.uepw-no-image{display:block;width:100%;height:100%;background:#f2f2f2}
.uepw-post-content{padding:18px 15px 0}
.uepw-post-title{font-size:20px;line-height:1.5;font-weight:700;margin:0 0 12px;color:#111}
.uepw-post-title a{color:inherit;text-decoration:none !important;}
.uepw-post-excerpt{font-size:15px;line-height:1.8;color:#8a8a8a;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.uepw-empty{text-align:center;padding:50px 20px;color:#777}
.uepw-pagination{margin-top:50px}
.uepw-pagination .page-numbers{list-style:none;display:flex;gap:8px;align-items:center;justify-content:center;padding:0;margin:0;flex-wrap:wrap}
.uepw-pagination .page-numbers li{margin:0;padding:0}
.uepw-pagination a.page-numbers,.uepw-pagination span.page-numbers{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border:1px solid #e3e3e3;border-radius:6px;text-decoration:none;color:#333;background:#fff}
.uepw-pagination span.current{background:#111;color:#fff;border-color:#111}
.uepw-search-form{display:flex;gap:10px;width:100%;align-items:stretch}
.uepw-search-input,.uepw-search-select{height:52px;border:1px solid #ddd;background:#fff;color:#222;border-radius:6px;padding:0 16px;outline:none;min-width:0}
.uepw-search-input{flex:1}
.uepw-search-select{flex:0 0 180px}
.uepw-search-input:focus,.uepw-search-select:focus{border-color:#888}
.uepw-search-button{height:52px;min-width:92px;border:0;border-radius:6px;padding:0 22px;background:#111;color:#fff;font-weight:600;cursor:pointer}
@media(max-width:767px){.uepw-post-content{padding:14px 4px 0}.uepw-post-title{font-size:18px}.uepw-search-form{flex-wrap:wrap}.uepw-search-select{flex:1 1 100%}.uepw-search-input{flex:1 1 calc(100% - 100px)}}

/* UNIQ 최신글 */
.uepw-latest-grid{display:grid;gap:30px}
.uepw-latest-card{min-width:0; margin-bottom: 20px;}
.uepw-latest-thumb{display:block;width:100%;aspect-ratio:1/1;overflow:hidden;background:#f2f2f2;border-radius:10px}
.uepw-latest-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.uepw-latest-card:hover .uepw-latest-thumb img{transform:scale(1.025)}
.uepw-latest-content{padding:18px 15px 0}
.uepw-latest-title{font-size:20px;line-height:1.5;font-weight:700;margin:0 0 12px;color:#111}
.uepw-latest-title a{color:inherit;text-decoration:none !important;}
.uepw-latest-excerpt{font-size:15px;line-height:1.8;color:#8a8a8a;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.uniq-post-category {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #35552A;
}
@media(max-width:767px){.uepw-latest-content{padding:14px 4px 0}.uepw-latest-title{font-size:18px}}
