@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* イラストアーカイブページをグリッド表示にする */
.post-type-archive-illustration .p-entryCard__list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    margin: 0 !important;
}

/* 各アイテムの調整 */
.post-type-archive-illustration .p-entryCard__item {
    width: auto !important;
    margin: 0 !important;
}

/* 画像を正方形に統一 */
.post-type-archive-illustration .p-entryCard__item .c-entryCard__thumb img {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    width: 100% !important;
    height: auto !important;
}

/* レスポンシブ対応 */
@media (max-width: 959px) {
    .post-type-archive-illustration .p-entryCard__list {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .post-type-archive-illustration .p-entryCard__list {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
}

/* タイトルとメタ情報の調整 */
.post-type-archive-illustration .c-entryCard__body {
    padding: 10px !important;
}

.post-type-archive-illustration .c-entryCard__title {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 5px !important;
}
