.blog-detail p.first {
    font-size     : 18px;
    font-weight   : 300;
    line-height   : 1.5;
    margin-bottom : 40px;
    max-width     : 100%;
}

.blog-detail .info {
    margin-left      : auto;
    margin-right     : auto;
    max-width        : 770px;
    background-color : #fff;
    padding          : 25px 30px;
    font-size        : 0;
    margin-bottom    : 40px;
}

.blog-detail .info-title {
    font-weight   : bold;
    font-size     : 30px;
    margin-bottom : 15px;
}

.line_blog-list .blog-detail .info {
    flex-direction : column !important;
}

.blog-detail .info .img {
}

.blog-detail .info .txt {
    vertical-align : top;
    padding-left   : 30px;
}

.blog-detail .info .txt-item {
    text-align          : left;
    padding-left        : 40px;
    background-repeat   : no-repeat;
    background-position : 0 5px;
    margin-bottom       : 10px;
    line-height         : 1.4;
}

.blog-detail .info .ti-name {
    font-size   : 18px;
    font-weight : 300;
    color       : #de245b;
}

.blog-detail .info .ti-numbers * {
    vertical-align : middle;
}

.blog-detail .info .ti-numbers {
    font-size       : 18px;
    display         : flex;
    align-items     : center;
    justify-content : flex-start;
}

.blog-detail .info .ti-detail {
    font-size   : 16px;
    font-weight : 300;
}

.blog-detail .info .ti-numbers img {
    display       : inline-block;
    border-radius : inherit;
    padding       : 0;
    margin        : 0 10px;
}

.link.ms_booking {
    display            : inline-block;
    font-style         : normal;
    font-weight        : 700;
    font-size          : 16px;
    line-height        : 24px;
    color              : #FFF;
    background         : #F92973;
    border             : 1px solid #F92973;
    -webkit-box-shadow : 0 4px 1px rgba(249, 41, 115, .1);
    box-shadow         : 0 4px 1px rgba(249, 41, 115, .1);
    border-radius      : 40px;
    padding            : 10px 20px;
    cursor             : pointer;
    text-decoration    : none;
    -webkit-transition : all ease .5s;
    transition         : all ease .5s;
}

.information {
    background      : #FFFFFF;
    border-radius   : 6px 6px 0 0;
    margin          : 0;
    padding: 0 0 10px 20px;
    color           : #949494;
    font-style      : normal;
    font-weight     : normal;
    font-size       : 17px;
    line-height     : 150%;
    display         : flex;
    flex-direction  : row;
    align-items     : center;
    justify-content : space-between;
    border-bottom   : 1px dashed #D6D6D6;
}

.information .left, .information .right {
    display        : flex;
    flex-direction : row;
}

.information > div + div {
    margin-left : 15px;
}

@media (max-width : 520px) {
    .information {
        display : none;
    }
.blogsNew .information {
        display : block;
    }
    .information {
    padding: 0 0 10px 0;
}
    .blogsNew .main-content > div > div.d-sm-block {
        display: block !important;
    }
    .blogsNew .main-content > div > br {
        display: none !important;
    }
    .blogsNew .main-content > div > div.d-sm-block nav {
        margin-bottom: 0;
    }

    .blogsNew .pageH {
        margin-left: 0 !important;
    }

    .blogsNew .pageBody {
  padding-top: 15px !important;
}

.blogsNew .blueBlock .bigBlue .SBform {
  padding: 10px !important;
}

}


/* === FAQ block (added 2026-05-14) === */
/* ==========================================================================
   FAQ accordion — standartno.by
   Used by news.detail templates (blog2, information)
   Brand colors: #0056b3 (primary), #0363ff (accent), #f7f9fc (light bg)
   ========================================================================== */

.sn-faq {
    margin: 48px 0 32px;
    padding: 0;
}

.sn-faq__title {
    font-size: 28px;
    font-weight: 700;
    color: #1a2536;
    margin: 0 0 24px;
    padding: 0 0 12px;
    border-bottom: 2px solid #e7ecf3;
    position: relative;
}

.sn-faq__title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 64px;
    height: 2px;
    background: #0363ff;
}

.sn-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sn-faq__item {
    background: #ffffff;
    border: 1px solid #e0e7f1;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .25s ease, border-color .25s ease;
}

.sn-faq__item:hover {
    border-color: #b8cce8;
    box-shadow: 0 4px 16px rgba(3, 99, 255, .08);
}

.sn-faq__item[open] {
    border-color: #0363ff;
    box-shadow: 0 6px 24px rgba(3, 99, 255, .12);
}

.sn-faq__question {
    list-style: none;
    cursor: pointer;
    padding: 18px 56px 18px 24px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a2536;
    position: relative;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: color .2s ease, background-color .2s ease;
}

.sn-faq__question::-webkit-details-marker {
    display: none;
}

.sn-faq__question:hover {
    color: #0363ff;
    background-color: #f7f9fc;
}

.sn-faq__item[open] .sn-faq__question {
    color: #0363ff;
    border-bottom: 1px solid #e7ecf3;
}

.sn-faq__q-text {
    display: block;
    padding-right: 8px;
}

.sn-faq__icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f5fc;
    border-radius: 50%;
    color: #0363ff;
    transition: transform .3s ease, background-color .25s ease;
}

.sn-faq__item[open] .sn-faq__icon {
    background: #0363ff;
    color: #ffffff;
    transform: translateY(-50%) rotate(180deg);
}

.sn-faq__answer-wrap {
    padding: 18px 24px 22px;
    animation: snFaqFadeIn .35s ease;
}

.sn-faq__answer {
    font-size: 16px;
    line-height: 1.65;
    color: #4a5568;
}

.sn-faq__answer > *:first-child {
    margin-top: 0;
}

.sn-faq__answer > *:last-child {
    margin-bottom: 0;
}

.sn-faq__answer p {
    margin: 0 0 10px;
}

.sn-faq__answer a {
    color: #0363ff;
    text-decoration: none;
    border-bottom: 1px solid rgba(3, 99, 255, .3);
    transition: border-color .2s ease;
}

.sn-faq__answer a:hover {
    border-color: #0363ff;
}

.sn-faq__answer ul,
.sn-faq__answer ol {
    margin: 8px 0 12px;
    padding-left: 20px;
}

.sn-faq__answer li {
    margin-bottom: 6px;
}

.sn-faq__answer strong {
    color: #1a2536;
}

@keyframes snFaqFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Mobile */
@media (max-width: 600px) {
    .sn-faq {
        margin: 32px 0 24px;
    }
    .sn-faq__title {
        font-size: 22px;
    }
    .sn-faq__question {
        font-size: 16px;
        padding: 16px 52px 16px 18px;
    }
    .sn-faq__icon {
        right: 14px;
        width: 28px;
        height: 28px;
    }
    .sn-faq__answer-wrap {
        padding: 14px 18px 18px;
    }
    .sn-faq__answer {
        font-size: 15px;
    }
}

/* Print: open all */
@media print {
    .sn-faq__item {
        border: 1px solid #888;
        box-shadow: none;
        page-break-inside: avoid;
    }
    .sn-faq__answer-wrap {
        display: block !important;
    }
    .sn-faq__icon {
        display: none;
    }
}


/* === Quick Answer (added 2026-05-14) === */
.sn-quick-answer {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: linear-gradient(135deg, #f7faff 0%, #eef4fc 100%);
    border-left: 4px solid #0363ff;
    border-radius: 10px;
    padding: 18px 24px 18px 20px;
    margin: 24px 0 32px;
    box-shadow: 0 2px 12px rgba(3, 99, 255, 0.06);
}
.sn-quick-answer__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: #0363ff;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.sn-quick-answer__body {
    flex: 1;
    font-size: 16px;
    line-height: 1.65;
    color: #1a2536;
}
.sn-quick-answer__body > *:first-child { margin-top: 0; }
.sn-quick-answer__body > *:last-child { margin-bottom: 0; }
.sn-quick-answer__body p { margin: 0 0 8px; }
.sn-quick-answer__body strong { color: #0363ff; }
.sn-quick-answer__body a {
    color: #0363ff;
    border-bottom: 1px solid rgba(3, 99, 255, .3);
    text-decoration: none;
}
.sn-quick-answer__body a:hover { border-color: #0363ff; }

@media (max-width: 600px) {
    .sn-quick-answer { padding: 14px 16px; gap: 12px; margin: 16px 0 24px; }
    .sn-quick-answer__icon { width: 32px; height: 32px; }
    .sn-quick-answer__body { font-size: 15px; }
}

/* === Article meta (author + dates, added 2026-05-14) === */
.sn-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    align-items: center;
    margin: 8px 0 24px;
    padding: 12px 16px;
    background: #f7f9fc;
    border-radius: 8px;
    font-size: 14px;
    color: #4a5568;
}
.sn-article-meta__item {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    line-height: 1.4;
}
.sn-article-meta__item svg {
    color: #0363ff;
    flex-shrink: 0;
}
.sn-article-meta__author {
    font-weight: 600;
    color: #1a2536;
}
.sn-article-meta time {
    color: inherit;
    font-weight: 500;
}

@media (max-width: 600px) {
    .sn-article-meta {
        font-size: 13px;
        padding: 10px 12px;
        gap: 6px 14px;
    }
}


/* === Article byline (author card + dates) v2 === */
.sn-byline {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    margin: 12px 0 28px;
    background: #ffffff;
    border: 1px solid #e7ecf3;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(15, 30, 55, .04);
    transition: border-color .25s ease, box-shadow .25s ease;
}
.sn-byline:hover {
    border-color: #d8e2ee;
    box-shadow: 0 2px 10px rgba(15, 30, 55, .06);
}

.sn-byline__avatar {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #f0f5fc;
    background: #f7f9fc;
    position: relative;
}
.sn-byline__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}

.sn-byline__info {
    flex: 1;
    min-width: 0;
    line-height: 1.4;
}

.sn-byline__author {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sn-byline__name {
    font-weight: 700;
    font-size: 16px;
    color: #1a2536;
}

.sn-byline__post {
    font-size: 13px;
    color: #6b7280;
}

.sn-byline__dates {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #eef2f7;
    font-size: 13px;
    color: #6b7280;
}

.sn-byline__date {
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.sn-byline__date svg {
    color: #0363ff;
    flex-shrink: 0;
}

.sn-byline__date time {
    font-weight: 500;
    color: #4a5568;
}

.sn-byline__sep {
    color: #cbd5e0;
}

@media (max-width: 600px) {
    .sn-byline {
        padding: 12px 14px;
        gap: 12px;
        margin: 8px 0 20px;
    }
    .sn-byline__avatar {
        width: 48px;
        height: 48px;
    }
    .sn-byline__name {
        font-size: 15px;
    }
    .sn-byline__post {
        font-size: 12px;
    }
    .sn-byline__dates {
        font-size: 12px;
    }
}


/* === Table of Contents (auto-generated from H2) === */
.sn-toc {
    background: linear-gradient(135deg, #ffffff 0%, #f7faff 100%);
    border: 1px solid #d8e6f7;
    border-left: 4px solid #0363ff;
    border-radius: 12px;
    padding: 18px 24px 22px;
    margin: 24px 0 32px;
    box-shadow: 0 2px 10px rgba(15, 30, 55, 0.04);
}

.sn-toc__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #d8e6f7;
}

.sn-toc__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #0363ff;
    color: #ffffff;
    border-radius: 8px;
    flex-shrink: 0;
}

.sn-toc__title {
    flex: 1;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #1a2536;
}

.sn-toc__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: transparent;
    border: 1px solid #d8e6f7;
    border-radius: 50%;
    color: #0363ff;
    cursor: pointer;
    padding: 0;
    transition: background-color .2s ease, transform .3s ease;
}

.sn-toc__toggle:hover {
    background: #eaf2fc;
}

.sn-toc__toggle svg {
    transition: transform .3s ease;
}

.sn-toc--collapsed .sn-toc__toggle svg {
    transform: rotate(-90deg);
}

.sn-toc--collapsed .sn-toc__list {
    display: none;
}

.sn-toc--collapsed .sn-toc__header {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sn-toc__list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: sn-toc-counter;
    columns: 1;
    column-gap: 32px;
}

@media (min-width: 768px) {
    .sn-toc__list {
        columns: 2;
    }
}

.sn-toc__item {
    counter-increment: sn-toc-counter;
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 7px 0;
    line-height: 1.5;
    break-inside: avoid;
}

.sn-toc__item::before {
    content: counter(sn-toc-counter, decimal-leading-zero);
    flex-shrink: 0;
    width: 26px;
    text-align: right;
    font-weight: 700;
    color: #0363ff;
    font-size: 13px;
    font-family: 'Roboto Mono', 'Menlo', monospace;
    opacity: 0.7;
}

.sn-toc__item a {
    color: #2d3748;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid transparent;
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    transition: color .2s, border-color .2s;
    font-size: 15px;
    display: inline;
}

.sn-toc__item a:hover {
    color: #0363ff;
    border-bottom-color: rgba(3, 99, 255, .35);
}

/* Сброс глобальных стрелок (template_styles.css → nav a::after { content: "→" }) */
.sn-toc a::after,
.sn-toc a::before,
nav.sn-toc a::after,
nav.sn-toc a::before,
.sn-toc__item a::after,
.sn-toc__item a::before {
    content: none !important;
    display: none !important;
    border: none !important;
    background: none !important;
}

.sn-toc__item a:focus-visible {
    outline: 2px solid #0363ff;
    outline-offset: 2px;
    border-radius: 2px;
}

/* Smooth scroll + offset для anchor-навигации */
:root {
    scroll-behavior: smooth;
}

/* Anchor offset: компенсация sticky header сайта при scroll-to-anchor */
.blog-detail h2[id],
.blog-detail h3[id],
[itemprop="articleBody"] h2[id],
[itemprop="articleBody"] h3[id],
h2[id],
h3[id] {
    scroll-margin-top: 110px;
}

@media (max-width: 768px) {
    .blog-detail h2[id],
    .blog-detail h3[id],
    [itemprop="articleBody"] h2[id],
    [itemprop="articleBody"] h3[id],
    h2[id],
    h3[id] {
        scroll-margin-top: 80px;
    }
}

@media (max-width: 600px) {
    .sn-toc {
        padding: 14px 16px 18px;
        margin: 16px 0 24px;
    }
    .sn-toc__title {
        font-size: 13px;
    }
    .sn-toc__item {
        padding: 6px 0;
        gap: 8px;
    }
    .sn-toc__item::before {
        width: 22px;
        font-size: 12px;
    }
    .sn-toc__item a {
        font-size: 14px;
    }
}

/* Print */
@media print {
    .sn-toc {
        border: 1px solid #888;
        box-shadow: none;
        page-break-inside: avoid;
    }
    .sn-toc__toggle {
        display: none;
    }
    .sn-toc__list {
        display: block !important;
        columns: 1;
    }
}


/* === CTA buttons FIX (2026-05-14, v3) — text visibility === */
.sn-inline-cta__btn {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none !important;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
    border: none !important;
    box-shadow: none !important;
    line-height: 1.3;
    white-space: nowrap;
}
.sn-inline-cta__btn span {
    display: inline-block;
    color: inherit !important;
    border: none !important;
    text-decoration: none !important;
    background: none !important;
}
.sn-inline-cta__btn::before,
.sn-inline-cta__btn::after,
.sn-inline-cta__btn span::before,
.sn-inline-cta__btn span::after { content: none !important; display: none !important; }

.sn-inline-cta__btn--primary {
    background: #0363ff !important;
    color: #ffffff !important;
}
.sn-inline-cta__btn--primary span {
    background: transparent !important;
    color: #ffffff !important;
}
.sn-inline-cta__btn--primary:hover,
.sn-inline-cta__btn--primary:hover span {
    background: #0046cc !important;
    color: #ffffff !important;
}
.sn-inline-cta__btn--primary:hover { background: #0046cc !important; }

.sn-inline-cta__btn--ghost {
    background: transparent !important;
    color: #0363ff !important;
    border: 1px solid #d8e6f7 !important;
}
.sn-inline-cta__btn--ghost span {
    color: #0363ff !important;
    background: transparent !important;
}
.sn-inline-cta__btn--ghost:hover {
    background: #ffffff !important;
    border-color: #0363ff !important;
}


/* === Related Articles (re-added) === */
.sn-related {
    margin: 48px 0 32px;
    padding-top: 32px;
    border-top: 1px solid #e7ecf3;
}
.sn-related__title {
    font-size: 24px;
    font-weight: 700;
    color: #1a2536;
    margin: 0 0 24px;
    position: relative;
    padding-bottom: 12px;
}
.sn-related__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 2px;
    background: #0363ff;
}
.sn-related__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media (min-width: 600px) { .sn-related__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .sn-related__grid { grid-template-columns: repeat(4, 1fr); } }
.sn-related__card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e7ecf3;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.sn-related__card:hover {
    border-color: #0363ff;
    box-shadow: 0 4px 18px rgba(3, 99, 255, .10);
    transform: translateY(-2px);
}
.sn-related__img-wrap {
    display: block;
    width: 100%;
    aspect-ratio: 16/10;
    background: #f0f5fc;
    overflow: hidden;
}
.sn-related__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}
.sn-related__card:hover .sn-related__img-wrap img { transform: scale(1.04); }
.sn-related__placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #f0f5fc, #e7ecf3); }
.sn-related__body {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}
.sn-related__date { font-size: 12px; color: #6b7280; font-weight: 500; }
.sn-related__heading { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.4; }
.sn-related__heading a {
    color: #1a2536;
    text-decoration: none;
    border: none !important;
    box-shadow: none !important;
}
.sn-related__heading a::before,
.sn-related__heading a::after { content: none !important; display: none !important; }
.sn-related__card:hover .sn-related__heading a { color: #0363ff; }


/* === Inline CTA — base layout (re-added) === */
.sn-inline-cta {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    border: 1px solid #d8e6f7;
    border-left: 4px solid #0363ff;
    border-radius: 12px;
    padding: 24px;
    margin: 32px 0;
    box-shadow: 0 4px 16px rgba(3, 99, 255, .06);
}
@media (min-width: 600px) {
    .sn-inline-cta {
        flex-direction: row;
        align-items: center;
    }
}
.sn-inline-cta__avatar {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 8px rgba(15, 30, 55, .08);
    background: #f7f9fc;
}
.sn-inline-cta__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
    max-width: 100%;
}
.sn-inline-cta__body {
    flex: 1;
    min-width: 0;
}
.sn-inline-cta__heading {
    font-size: 18px;
    font-weight: 700;
    color: #1a2536;
    margin: 0 0 6px;
    line-height: 1.3;
}
.sn-inline-cta__text {
    font-size: 14px;
    line-height: 1.55;
    color: #4a5568;
    margin: 0 0 14px;
}
.sn-inline-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (max-width: 600px) {
    .sn-inline-cta { padding: 18px; }
    .sn-inline-cta__avatar { width: 64px; height: 64px; }
    .sn-inline-cta__buttons { flex-direction: column; }
    .sn-inline-cta__btn { justify-content: center; }
}
