/**
 * ブログ記事タイポグラフィ（共通 + Trumbowyg エディタ）— user_data カスタマイズ用
 * 店頭表示用の共通CSSと管理画面プレビュー用の追加スタイルをこの1ファイルに集約する。
 */

img{
    max-width: 100%;
    margin: auto;
    display: block;
}
#page_plugin_tabacms2_post_2 .ec-layoutRole__main .ec-pageHeader,
#page_plugin_tabacms2_preview .ec-layoutRole__main .ec-pageHeader {
    margin-bottom: 0;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main,
#page_plugin_tabacms2_preview .ec-layoutRole__main {
    color: #333;
    margin: 0 auto;
    padding: 1rem;
}

/* ブログ記事テンプレ: 外側 row 廃止後の PC 幅（旧 col-md-9 相当） */
@media (min-width: 768px) {
    #page_plugin_tabacms2_post_2 .tabacms_post--blogArticle,
    #page_plugin_tabacms2_preview .tabacms_post--blogArticle {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main p,
#page_plugin_tabacms2_preview .ec-layoutRole__main p {
    margin: 0 0 0.5em 0;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main h1,
#page_plugin_tabacms2_preview .ec-layoutRole__main h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 1rem 0 3.5rem;
    padding: 0 0 1rem 0;
    line-height: 1.3;
    border-bottom: 4px solid #1a1a1a;
    display: inline-block;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main h2,
#page_plugin_tabacms2_preview .ec-layoutRole__main h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 7rem 0 3rem;
    padding: 1.5rem 1rem;
    background: linear-gradient(to right, #f8f8f8, #ffffff) !important;
    border-top: 1px solid #1a1a1a;
    border-bottom: 3px solid #1a1a1a;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main h2::before,
#page_plugin_tabacms2_preview .ec-layoutRole__main h2::before {
    content: 'TOPIC';
    position: absolute;
    top: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    color: #999;
    background: #fff;
    padding: 0 10px;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main h2 span,
#page_plugin_tabacms2_preview .ec-layoutRole__main h2 span,
#page_plugin_tabacms2_post_2 .ec-layoutRole__main h3 span,
#page_plugin_tabacms2_preview .ec-layoutRole__main h3 span {
    background-color: transparent !important;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main h3,
#page_plugin_tabacms2_preview .ec-layoutRole__main h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 4rem 0 1.5rem;
    padding: 0.2rem 0 0.6rem 1rem;
    border-bottom: 1px solid #ddd;
    border-left: 4px solid #E2DA9F;
    color: #222;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main h4,
#page_plugin_tabacms2_preview .ec-layoutRole__main h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 3rem 0 1rem;
    color: #444;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main u,
#page_plugin_tabacms2_preview .ec-layoutRole__main u {
    text-decoration: none;
    background: linear-gradient(transparent 70%, #E2DA9F 70%);
    font-weight: 600;
    padding: 0 2px;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main ul,
#page_plugin_tabacms2_preview .ec-layoutRole__main ul {
    margin: 2.5rem 0;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #eee;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main ul li,
#page_plugin_tabacms2_preview .ec-layoutRole__main ul li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.8rem;
    list-style: none;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main ul li:last-child,
#page_plugin_tabacms2_preview .ec-layoutRole__main ul li:last-child {
    margin-bottom: 0;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main ul li::before,
#page_plugin_tabacms2_preview .ec-layoutRole__main ul li::before {
    content: '';
    position: absolute;
    left: 0.4rem;
    top: 0.5em;
    width: 6px;
    height: 6px;
    background-color: #E2DA9F;
    border-radius: 50%;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main ol,
#page_plugin_tabacms2_preview .ec-layoutRole__main ol {
    margin: 2.5rem 0;
    padding-left: 0;
    counter-reset: post-counter;
    list-style: none;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main ol li,
#page_plugin_tabacms2_preview .ec-layoutRole__main ol li {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 2.2rem;
    counter-increment: post-counter;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main ol li::before,
#page_plugin_tabacms2_preview .ec-layoutRole__main ol li::before {
    content: counter(post-counter);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-color: #1a1a1a;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main table,
#page_plugin_tabacms2_preview .ec-layoutRole__main table {
    width: 100%;
    margin: 3.5rem 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main th,
#page_plugin_tabacms2_preview .ec-layoutRole__main th {
    width: 35%;
    background-color: #f9f9f9;
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main td,
#page_plugin_tabacms2_preview .ec-layoutRole__main td {
    padding: 1.2rem;
    font-size: 0.95rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main table > tbody > tr > td,
#page_plugin_tabacms2_preview .ec-layoutRole__main table > tbody > tr > td {
    border-right: 1px solid #eee;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main table > tbody > tr > td:last-child,
#page_plugin_tabacms2_preview .ec-layoutRole__main table > tbody > tr > td:last-child {
    border-right: none;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main .blog-card,
#page_plugin_tabacms2_preview .ec-layoutRole__main .blog-card {
    display: flex !important;
    position: relative;
    flex-direction: row;
    gap: 1.5rem;
    margin: 3.5rem 0;
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main .blog-card h3 a::after,
#page_plugin_tabacms2_preview .ec-layoutRole__main .blog-card h3 a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main .blog-card:hover,
#page_plugin_tabacms2_preview .ec-layoutRole__main .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: #333;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main .blog-card img,
#page_plugin_tabacms2_preview .ec-layoutRole__main .blog-card img {
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
    max-height: 100px;
    margin: auto;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main .blog-card h3,
#page_plugin_tabacms2_preview .ec-layoutRole__main .blog-card h3 {
    margin: 0 0 0.5rem 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: 1.05rem !important;
    line-height: 1.4 !important;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main .blog-card h3::before,
#page_plugin_tabacms2_preview .ec-layoutRole__main .blog-card h3::before {
    display: none !important;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main a.cta,
#page_plugin_tabacms2_post_2 .ec-layoutRole__main a.tabacms-link-button,
#page_plugin_tabacms2_preview .ec-layoutRole__main a.cta,
#page_plugin_tabacms2_preview .ec-layoutRole__main a.tabacms-link-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    max-width: 400px;
    margin: 3.5rem auto;
    padding: 1.3rem 2rem;
    background-color: #1a1a1a;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    border-radius: 4px;
    transition: opacity 0.2s ease;
    letter-spacing: 0.1em;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main a.cta:hover,
#page_plugin_tabacms2_post_2 .ec-layoutRole__main a.tabacms-link-button:hover,
#page_plugin_tabacms2_preview .ec-layoutRole__main a.cta:hover,
#page_plugin_tabacms2_preview .ec-layoutRole__main a.tabacms-link-button:hover {
    opacity: 0.8;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main .blog-card h3 a,
#page_plugin_tabacms2_preview .ec-layoutRole__main .blog-card h3 a,
#page_plugin_tabacms2_post_2 .ec-layoutRole__main td a,
#page_plugin_tabacms2_preview .ec-layoutRole__main td a {
    display: inline;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    letter-spacing: normal;
    opacity: 1;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main .blog-card h3 a,
#page_plugin_tabacms2_preview .ec-layoutRole__main .blog-card h3 a {
    color: #1a1a1a !important;
    font-weight: 700;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main td a,
#page_plugin_tabacms2_preview .ec-layoutRole__main td a {
    color: revert !important;
    text-decoration: underline;
    font-weight: normal;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main .blog-card p,
#page_plugin_tabacms2_preview .ec-layoutRole__main .blog-card p {
    font-size: 0.85rem;
    color: #777;
    margin: 0 !important;
}

#page_plugin_tabacms2_post_2 .ec-layoutRole__main br,
#page_plugin_tabacms2_preview .ec-layoutRole__main br {
    display: block;
    margin-bottom: 1.5rem;
    content: "";
}

@media screen and (max-width: 500px) {
    #page_plugin_tabacms2_post_2 .ec-layoutRole__main .blog-card,
    #page_plugin_tabacms2_preview .ec-layoutRole__main .blog-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        overflow: hidden;
    }

    #page_plugin_tabacms2_post_2 .ec-layoutRole__main .blog-card img,
    #page_plugin_tabacms2_preview .ec-layoutRole__main .blog-card img {
        border-radius: 8px 8px 0 0;
        padding-top: 1.2rem;
        max-height: 240px;
    }

    #page_plugin_tabacms2_post_2 .ec-layoutRole__main .blog-card .card-body,
    #page_plugin_tabacms2_preview .ec-layoutRole__main .blog-card .card-body {
        padding: 0 1.2rem 1.2rem;
    }
}

/* スマホ: メイン＋container の横パディング二重を解消しつつ、画面端に密着しない程度の余白を確保 */
@media screen and (max-width: 767.98px) {
    #page_plugin_tabacms2_post_2 .ec-layoutRole__main,
    #page_plugin_tabacms2_preview .ec-layoutRole__main {
        padding-left: max(0.75rem, env(safe-area-inset-left));
        padding-right: max(0.75rem, env(safe-area-inset-right));
    }

    #page_plugin_tabacms2_post_2 .tabacms_post,
    #page_plugin_tabacms2_preview .tabacms_post {
        padding-left: 0;
        padding-right: 0;
    }

    /* post_blog.twig: メイン側で余白を取るため、container の横は 0（二重にしない） */
    #page_plugin_tabacms2_post_2 .container-lg,
    #page_plugin_tabacms2_preview .container-lg {
        padding-left: 0;
        padding-right: 0;
    }
}

/* --------------------------------------------------------------------------
 * Trumbowyg 用ミラー
 * 管理画面では TabaCMSBlogArticleTypographyEditorCssUrl() もこのファイルを参照する。
 * -------------------------------------------------------------------------- */

.trumbowyg-editor .ec-pageHeader,
.trumbowyg-editor.trumbowyg-reset-css .ec-pageHeader {
    margin-bottom: 0;
}

.trumbowyg-editor,
.trumbowyg-editor.trumbowyg-reset-css {
    color: #333;
    margin: 0 auto;
    padding: 1rem;
}

.trumbowyg-editor p,
.trumbowyg-editor.trumbowyg-reset-css p {
    margin: 0 0 0.5em 0;
}

.trumbowyg-editor h1,
.trumbowyg-editor.trumbowyg-reset-css h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 1rem 0 3.5rem;
    padding: 0 0 1rem 0;
    line-height: 1.3;
    border-bottom: 4px solid #1a1a1a;
    display: inline-block;
}

.trumbowyg-editor h2,
.trumbowyg-editor.trumbowyg-reset-css h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 7rem 0 3rem;
    padding: 1.5rem 1rem;
    background: linear-gradient(to right, #f8f8f8, #ffffff) !important;
    border-top: 1px solid #1a1a1a;
    border-bottom: 3px solid #1a1a1a;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.trumbowyg-editor h2::before,
.trumbowyg-editor.trumbowyg-reset-css h2::before {
    content: 'TOPIC';
    position: absolute;
    top: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    color: #999;
    background: #fff;
    padding: 0 10px;
}

.trumbowyg-editor h2 span,
.trumbowyg-editor.trumbowyg-reset-css h2 span,
.trumbowyg-editor h3 span,
.trumbowyg-editor.trumbowyg-reset-css h3 span {
    background-color: transparent !important;
}

.trumbowyg-editor h3,
.trumbowyg-editor.trumbowyg-reset-css h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 4rem 0 1.5rem;
    padding: 0.2rem 0 0.6rem 1rem;
    border-bottom: 1px solid #ddd;
    border-left: 4px solid #E2DA9F;
    color: #222;
}

.trumbowyg-editor h4,
.trumbowyg-editor.trumbowyg-reset-css h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 3rem 0 1rem;
    color: #444;
}

.trumbowyg-editor u,
.trumbowyg-editor.trumbowyg-reset-css u {
    text-decoration: none;
    background: linear-gradient(transparent 70%, #E2DA9F 70%);
    font-weight: 600;
    padding: 0 2px;
}

.trumbowyg-editor ul,
.trumbowyg-editor.trumbowyg-reset-css ul {
    margin: 2.5rem 0;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #eee;
}

.trumbowyg-editor ul li,
.trumbowyg-editor.trumbowyg-reset-css ul li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.8rem;
    list-style: none;
}

.trumbowyg-editor ul li:last-child,
.trumbowyg-editor.trumbowyg-reset-css ul li:last-child {
    margin-bottom: 0;
}

.trumbowyg-editor ul li::before,
.trumbowyg-editor.trumbowyg-reset-css ul li::before {
    content: '';
    position: absolute;
    left: 0.4rem;
    top: 0.5em;
    width: 6px;
    height: 6px;
    background-color: #E2DA9F;
    border-radius: 50%;
}

.trumbowyg-editor ol,
.trumbowyg-editor.trumbowyg-reset-css ol {
    margin: 2.5rem 0;
    padding-left: 0;
    counter-reset: post-counter;
    list-style: none;
}

.trumbowyg-editor ol li,
.trumbowyg-editor.trumbowyg-reset-css ol li {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 2.2rem;
    counter-increment: post-counter;
}

.trumbowyg-editor ol li::before,
.trumbowyg-editor.trumbowyg-reset-css ol li::before {
    content: counter(post-counter);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-color: #1a1a1a;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.trumbowyg-editor table,
.trumbowyg-editor.trumbowyg-reset-css table {
    width: 100%;
    margin: 3.5rem 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.trumbowyg-editor th,
.trumbowyg-editor.trumbowyg-reset-css th {
    width: 35%;
    background-color: #f9f9f9;
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
}

.trumbowyg-editor td,
.trumbowyg-editor.trumbowyg-reset-css td {
    padding: 1.2rem;
    font-size: 0.95rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.trumbowyg-editor table > tbody > tr > td,
.trumbowyg-editor.trumbowyg-reset-css table > tbody > tr > td {
    border-right: 1px solid #eee;
}

.trumbowyg-editor table > tbody > tr > td:last-child,
.trumbowyg-editor.trumbowyg-reset-css table > tbody > tr > td:last-child {
    border-right: none;
}

.trumbowyg-editor .blog-card,
.trumbowyg-editor.trumbowyg-reset-css .blog-card {
    display: flex !important;
    flex-direction: row;
    gap: 1.5rem;
    margin: 3.5rem 0;
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.trumbowyg-editor .blog-card:hover,
.trumbowyg-editor.trumbowyg-reset-css .blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: #333;
}

.trumbowyg-editor .blog-card img,
.trumbowyg-editor.trumbowyg-reset-css .blog-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.trumbowyg-editor .blog-card h3,
.trumbowyg-editor.trumbowyg-reset-css .blog-card h3 {
    margin: 0 0 0.5rem 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: 1.05rem !important;
    line-height: 1.4 !important;
}

.trumbowyg-editor .blog-card h3::before,
.trumbowyg-editor.trumbowyg-reset-css .blog-card h3::before {
    display: none !important;
}

.trumbowyg-editor a.cta,
.trumbowyg-editor a.tabacms-link-button,
.trumbowyg-editor.trumbowyg-reset-css a.cta,
.trumbowyg-editor.trumbowyg-reset-css a.tabacms-link-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    max-width: 400px;
    margin: 3.5rem auto;
    padding: 1.3rem 2rem;
    background-color: #1a1a1a;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    border-radius: 4px;
    transition: opacity 0.2s ease;
    letter-spacing: 0.1em;
}

.trumbowyg-editor a.cta:hover,
.trumbowyg-editor a.tabacms-link-button:hover,
.trumbowyg-editor.trumbowyg-reset-css a.cta:hover,
.trumbowyg-editor.trumbowyg-reset-css a.tabacms-link-button:hover {
    opacity: 0.8;
}

.trumbowyg-editor .blog-card h3 a,
.trumbowyg-editor.trumbowyg-reset-css .blog-card h3 a,
.trumbowyg-editor td a,
.trumbowyg-editor.trumbowyg-reset-css td a {
    display: inline;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    letter-spacing: normal;
    opacity: 1;
}

.trumbowyg-editor .blog-card h3 a,
.trumbowyg-editor.trumbowyg-reset-css .blog-card h3 a {
    color: #1a1a1a !important;
    font-weight: 700;
}

.trumbowyg-editor td a,
.trumbowyg-editor.trumbowyg-reset-css td a {
    color: revert !important;
    text-decoration: underline;
    font-weight: normal;
}

.trumbowyg-editor .blog-card p,
.trumbowyg-editor.trumbowyg-reset-css .blog-card p {
    font-size: 0.85rem;
    color: #777;
    margin: 0 !important;
}

.trumbowyg-editor br,
.trumbowyg-editor.trumbowyg-reset-css br {
    display: block;
    margin-bottom: 1.5rem;
    content: "";
}

@media screen and (max-width: 500px) {
    .trumbowyg-editor .blog-card,
    .trumbowyg-editor.trumbowyg-reset-css .blog-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        overflow: hidden;
    }

    .trumbowyg-editor .blog-card img,
    .trumbowyg-editor.trumbowyg-reset-css .blog-card img {
        width: 100%;
        height: 180px;
        border-radius: 8px 8px 0 0;
    }

    .trumbowyg-editor .blog-card .card-body,
    .trumbowyg-editor.trumbowyg-reset-css .blog-card .card-body {
        padding: 1.2rem;
    }
}

/* 同梱の .trumbowyg-reset-css による上書きを再調整する。 */
.trumbowyg-editor.trumbowyg-reset-css h1,
.trumbowyg-editor h1 {
    font-size: 1.8rem !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    margin: 1rem 0 3.5rem !important;
    padding: 0 0 1rem 0 !important;
    border-bottom: 4px solid #1a1a1a !important;
    display: inline-block !important;
}

.trumbowyg-editor.trumbowyg-reset-css h2,
.trumbowyg-editor h2 {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    margin: 7rem 0 3rem !important;
    padding: 1.5rem 1rem !important;
    background: linear-gradient(to right, #f8f8f8, #ffffff) !important;
    border-top: 1px solid #1a1a1a !important;
    border-bottom: 3px solid #1a1a1a !important;
    text-align: center !important;
    letter-spacing: 0.1em !important;
    position: relative !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02) !important;
}

.trumbowyg-editor.trumbowyg-reset-css h3,
.trumbowyg-editor h3 {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    margin: 4rem 0 1.5rem !important;
    padding: 0.2rem 0 0.6rem 1rem !important;
    border-bottom: 1px solid #ddd !important;
    border-left: 4px solid #e2da9f !important;
    color: #222 !important;
}

.trumbowyg-editor.trumbowyg-reset-css h4,
.trumbowyg-editor h4 {
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    margin: 3rem 0 1rem !important;
    color: #444 !important;
}
