.article-template p {
    font-size: 16px;
}

.article-template .rte table {
    table-layout: auto;
}

.article-template__hero-medium.media {
    height: 100%;
}

.article-template__hero-medium.media img{
    position: relative !important;
    object-fit: cover;
}

.article-blog-share {
    margin-right: 1.25rem;
}

.article-blog-share-content {
    padding-top: 6.25rem;
    position: sticky;
    top: 0;
    left: 0;
}

.icon_font {
    width: 3em;
    height: 3em;
    margin-bottom: 1rem;
    fill: currentColor;
    overflow: hidden;
    cursor: pointer;
}

.article-template h1 {
    display: block;
    font-size: 2.5em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}

.article-blog-detail-box {
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

.article-template h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.article-template h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.article-template h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
}

.article-template h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
}

.article-template h6 {
    display: block;
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
}

.article-template h1,
.article-template h2,
.article-template h3,
.article-template h4,
.article-template h5,
.article-template h6 {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.article-template {
    padding-top: 2.5rem;
}

.article-blog-detail__back {
    margin-bottom: 1.5rem;
}

.article-blog-detail__back a:not(.button):hover {
    color: #ff9d00;
    text-decoration: underline;
}

.article-blog-detail__back a:not(.button) {
    text-decoration: underline;
}

.article-blog-detail__back_link {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #666666;
}

.article-template header {
    padding-top: 0;
    padding-bottom: 0;
}

.article-template header h1 {
    padding-bottom: 0;
}

.article-template header span {
    font-size: 1rem;
    line-height: 1.5rem;
}

main {
    background-color: #ffffff;
}

figure.wp-block-image.size-full {
    margin: 0;
}

.rticle-template__tag {
    background-color: #f1f1f1;
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    border-radius: 0.5rem;
    color: black;
    margin-left: 0.75rem;
}

.article-blog-info-relate-title {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 700;
}

.article-blog-info-relate {
    margin-top: 2.5rem;
}

.article-blog-info-relate-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom-width: 0.0625rem;
    font-size: 1rem;
    line-height: 1.25rem;
    border-bottom: 1px solid #e2e2e2;
}

.article-blog-info-relate-content a:not(.button) {
    color: #00549c;
}

.article-blog-info-subscribe {
    background-color: rgb(246, 248, 252);
    padding: 0.75rem;
    padding-bottom: 1.25rem;
}

.article-blog-info-subscribe-title {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 1rem;
}

.article-blog-info-subscribe-content {
    font-size: .875rem;
    line-height: 1rem;
    padding-bottom: .5rem;
}

.article-blog-info-subscribe-image {
    width: 60%;
    margin: auto;
    display: block;
    margin-bottom: 1rem;
}

.section-subscribe {
    margin: 0;
    width: 100%;
}

.subscribe-klaviyo-title {
    display: none;
}

a.subscribe-klaviyo-link {
    color: black !important;
}

.subscribe-klaviyo-input-wrapper {
    height: 40px !important;
}
.subscribe-klaviyo-suffix {
    width: 60px !important;
}

.rte a {
    color: #0060ef !important;
    text-decoration: none;
}

.rte a span {
    color: #0060ef !important;
}

blockquote {
    border-left: 2px solid #ccc;
    margin-left: 1.5rem;
    padding-left: 1rem;
}

@media (min-width: 768px) {
    .article-blog-detail {
        width: 70%;
    }
    .article-blog-info {
        padding-top: 40px;
        max-width: 25%;
    }
    .article-blog-detail-box {
        display: flex;
        justify-content: space-between;
    }
    .article-blog-info-box {
        position: sticky;
        top: 60px;
    }
}

@media (max-width: 767px) {
    .article-blog-detail {
        width: 100%;
    }
    .article-blog-info {
        width: 100%;
    }
    .article-blog-detail__back {
        margin-bottom: 0.75rem;
    }
    .article-blog-detail__back_link {
        font-size: 0.875rem;
        line-height: 1rem;
    }
    .article-template header span {
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .article-blog-info-relate {
        margin-top: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .article-blog-info-subscribe {
        background-color: white;
    }
    .article-blog-share {
        display: none;
    }
}
@media screen and (max-width: 959px) {
    .global-image-subscribe-component {
        position: relative;
        left: 0;
        bottom: 0;
    }
}
