/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2026 | 13:03:18 */
/*//////////////////////////////////
記事一覧のサムネイル画像を小さく綺麗に並べる
/*//////////////////////////////////

/* 1. 画像サイズの強制指定 */
.display-posts-listing img, 
img.attachment-medium {
    width: 120px !important;
    max-width: 120px !important;
    height: auto !important;
}

/* Lightning/VK Blocksのスクリプトによる上書きをブロック */
html body .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title {
    font-size: 16px !important; /* ここを14px〜20pxなど調整 */
}

/* それでもダメな場合の包括指定 */
html body [class*="vk_borderBox_title"] {
    font-size: 16px !important;
}

