/*
Theme Name: FLAT FOREST
Description: 株式会社FLATFORESTのオリジナルテーマ
Version: 1.0
Author: N design.
*/

/* WordPress用のスタイル追加 */
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    float: left;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1em;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.8em;
    color: #666;
    text-align: center;
    margin-top: 0.5em;
}

/* 投稿・固定ページ用のスタイル */
.entry-header {
    margin-bottom: 2em;
}

.entry-title {
    font-size: 2em;
    margin-bottom: 0.5em;
}

.entry-content {
    line-height: 1.8;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 1.5em 0 0.5em;
}

.entry-content p {
    margin-bottom: 1em;
}

.entry-content ul,
.entry-content ol {
    margin: 1em 0;
    padding-left: 2em;
}

.entry-content li {
    margin-bottom: 0.5em;
}

/* ナビゲーション */
.posts-navigation {
    margin: 2em 0;
    padding: 1em 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.nav-links {
    display: flex;
    justify-content: space-between;
}

.nav-previous,
.nav-next {
    flex: 1;
}

.nav-next {
    text-align: right;
}

/* ウィジェット */
.widget {
    margin-bottom: 2em;
}

.widget-title {
    font-size: 1.2em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid var(--color-green);
}

.widget ul {
    list-style: none;
    padding: 0;
}

.widget li {
    padding: 0.5em 0;
    border-bottom: 1px solid #eee;
}

.widget li:last-child {
    border-bottom: none;
}