/*
 Theme Name:   Kadence Child
 Theme URI:    https://www.kadencewp.com/
 Description:  Child theme for Kadence
 Author:       Your Name
 Author URI:   https://example.com
 Template:     kadence
 Version:      1.0.0
*/

/*
------------------------------------------
  書籍紹介ページ：2カラムレイアウト（50%–50%）
------------------------------------------
*/

/* 全体の最大幅と中央寄せ */
.single-book {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem;
}

/* 上段：書誌情報（左右50%） */
.single-book .book-container {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.single-book .book-left-column {
    width: 50%;
}

.single-book .book-right-column {
    width: 50%;
}

/* 表紙画像 */
.single-book .book-cover img {
    max-width: 180px;
    max-height: 260px;
    display: block;
    margin-bottom: 1rem;
}

/* 下段：本文（目次＋解説）は Kadence Blocks に任せるため CSS 指定しない */

/* 書名 */
.single-book .book-title {
    font-size: 22px;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* 副題 */
.single-book .book-subtitle {
    font-size: 18px;
    margin-bottom: 1rem;
}

/* 右カラムの情報 */
.single-book .book-right-column div {
    margin-bottom: 0.6rem;
}
