/*
Theme Name: Lightning Child
Template: lightning
Description: Lightningテーマ用の子テーマ
Author: あなたの名前
Version: 1.0
*/

.tillandsia-entry h1{margin-bottom:.2em;letter-spacing:.02em}
.tillandsia-entry .jp-name{font-size:1.1rem;color:#666;margin-top:-.4em}
.tillandsia-entry figure img{border-radius:12px}

.tillandsia-card{border:1px solid #eee;border-radius:14px;padding:14px;margin-bottom:14px;transition:.18s}
.tillandsia-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.06);transform:translateY(-2px)}
.tillandsia-card .thumb img{width:100%;height:auto;border-radius:10px;aspect-ratio:1/1;object-fit:cover}
.tillandsia-card .name{font-weight:600;margin:.2em 0 .4em}

.t-title-row .title-icon{display:block;width:72px;height:72px;object-fit:contain;border-radius:12px}
.tillandsia-entry .sci-name{margin:0 0 .2em;letter-spacing:.02em}
.tillandsia-entry .jp-name{font-size:1.1rem;color:#666;margin:.2em 0 1.2em}
.tillandsia-entry .rep-image img{border-radius:12px;display:block}

.tillandsia-card{border:1px solid #eee;border-radius:14px;padding:14px;margin-bottom:14px;transition:.18s}
.tillandsia-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.06);transform:translateY(-2px)}
.tillandsia-card .thumb img{width:100%;height:auto;border-radius:10px;aspect-ratio:1/1;object-fit:cover}
.tillandsia-card .name{font-weight:600;margin:.2em 0 .4em}
.title-icon{width:48px;height:48px;object-fit:contain;border-radius:10px;display:inline-block;margin-top:.4rem}

/* チランジアの単一投稿だけ（/tillandsia/○○） */
.single-tillandsia .entry-header,
.single-tillandsia .entry-title,
.single-tillandsia .post-thumbnail,
.single-tillandsia .wp-post-image,
.single-tillandsia .vk_post_imgOuter,
.single-tillandsia .wp-block-post-featured-image,
.single-tillandsia .postImage,
.single-tillandsia .vk_post .vk_post_imgOuter {
  display: none !important;
}

/* 余白のリセット（タイトル・画像を消した分の上余白を詰める） */
.single-tillandsia .entry-header + .entry-body,
.single-tillandsia .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
