/*
Theme Name: ドミソガーデン
Author: Gemini
Description: アイドルカフェ「ドミソガーデン」のオリジナルテーマです。
Version: 1.6
*/

/* Custom logo max height */
.custom-logo {
    max-height: 50px;
    width: auto;
}

/*
 * Block Editor Styles
 * ----------------------------------------------------------------------------
 * Tailwind CSSによってリセットされたスタイルを再定義します。
*/
.entry-content > * + * {
    margin-top: 1.25em; /* 要素間のスペース */
}

.entry-content h2 {
    font-size: 1.875rem; /* text-3xl */
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 1em;
    border-bottom: 1px solid #e5e7eb; /* border-gray-200 */
    padding-bottom: 0.5em;
}

.entry-content h3 {
    font-size: 1.5rem; /* text-2xl */
    font-weight: 700;
    margin-top: 1.75em;
    margin-bottom: 1em;
}

.entry-content p {
    line-height: 1.75;
}

.entry-content ul,
.entry-content ol {
    padding-left: 1.5em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

.entry-content ul {
    list-style-type: disc;
}

.entry-content ol {
    list-style-type: decimal;
}

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

.entry-content a {
    color: #4f46e5; /* text-indigo-600相当 */
    text-decoration: underline;
}
.entry-content a:hover {
    color: #312e81; /* text-indigo-800相当 */
}

.entry-content blockquote {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border-left: 4px solid #d1d5db; /* border-gray-300 */
    padding-left: 1em;
    font-style: italic;
    color: #4b5563; /* text-gray-600 */
}

