@charset "utf-8";

/* =============================================================
   GLUE CHILD – Blog / Archive / Slider 修正版（完全版）
   2025-11-21
============================================================= */

#post_slider_swiper .post_item .image_wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}
#post_slider_swiper .post_item .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
#post_slider_swiper,
#post_slider_swiper .swiper-wrapper,
#post_slider_swiper .post_item.swiper-slide {
    height: auto !important;
}
#post_slider_swiper .post_item {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}
#post_slider_swiper .post_slider_cotents {
    padding: 14px 18px;
}
@media screen and (max-width: 768px) {
    #post_slider_swiper .post_item {
        margin-bottom: 24px;
    }
}
.archive .post_list .item .image_wrap,
.blog .post_list .item .image_wrap,
.category .post_list .item .image_wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}
.archive .post_list .item .image_wrap img,
.blog .post_list .item .image_wrap img,
.category .post_list .item .image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post_list .item {
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    box-sizing: border-box;
}
.post_list .item .content {
    padding: 16px;
}