.blog-layout {
    align-items: start;
}

.blog-hero {
    margin-bottom: 18px;
}

.blog-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
}

.blog-toolbar__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-toolbar__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #d8dee4;
    color: #111827;
    font-size: 14px;
    font-weight: 900;
    transition: all 0.2s ease;
}

.blog-toolbar__tab:hover {
    background: #eef4ff;
    color: #0b5ed7;
    text-decoration: none;
}

.blog-toolbar__tab.is-active {
    background: #0b5ed7;
    border-color: #0b5ed7;
    color: #ffffff;
}

.blog-feed {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.blog-feed-card {
    background: #ffffff;
    border: 1px solid #e0e4e8;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.055);
}

.blog-feed-card__top {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px 18px 12px;
}

.blog-feed-card__avatar {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    overflow: hidden;
    flex: 0 0 54px;
    background: #eef4ff;
}

.blog-feed-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-feed-card__author {
    min-width: 0;
}

.blog-feed-card__author > a {
    color: #111827;
    font-size: 17px;
    font-weight: 900;
}

.blog-feed-card__author > a:hover {
    color: #0b5ed7;
    text-decoration: none;
}

.blog-feed-card__author div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 3px;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
}

.blog-feed-card__image {
    display: block;
    background: #f3f5f7;
}

.blog-feed-card__image img {
    display: block;
    width: 100%;
    max-height: 390px;
    object-fit: cover;
}

.blog-feed-card__body {
    padding: 18px;
}

.blog-feed-card__body h2 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.blog-feed-card__body h2 a {
    color: #111827;
}

.blog-feed-card__body h2 a:hover {
    color: #0b5ed7;
    text-decoration: none;
}

.blog-feed-card__body p {
    margin: 0;
    color: #374151;
    font-size: 17px;
    line-height: 1.65;
}

.blog-feed-card__footer {
    border-top: 1px solid #edf0f3;
    padding: 13px 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    color: #6b7280;
    font-size: 14px;
    font-weight: 900;
}

.blog-feed-card__footer a {
    color: #0b5ed7;
    font-weight: 900;
}

.blog-feed-card__footer a:last-child {
    margin-left: auto;
}

.blog-feed-card__footer a:hover {
    text-decoration: none;
}

@media (max-width: 760px) {
    .blog-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .blog-toolbar__tabs {
        gap: 8px;
    }

    .blog-toolbar__tab {
        flex: 1 1 auto;
        padding: 9px 12px;
    }

    .blog-feed-card {
        border-radius: 18px;
    }

    .blog-feed-card__body h2 {
        font-size: 24px;
    }

    .blog-feed-card__footer a:last-child {
        margin-left: 0;
    }
}

/* =========================================================
   BLOGS BEAUTY / SOCIAL KIT
   Красивые блоги, авторы, карточки, бейджи.
========================================================= */

.blog-layout--beauty {
    align-items: start;
}

.blog-studio-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    padding: 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 12% 12%, rgba(239, 51, 64, .14), transparent 34%),
        linear-gradient(135deg, #ffffff, #f8fbff);
    border: 1px solid rgba(226, 232, 240, .95);
    box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
}

.blog-studio-hero__kicker {
    width: fit-content;
    margin: 0 0 14px;
    padding: 9px 13px;
    border-radius: 999px;
    background: #fff1f3;
    color: #dc143c;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 13px;
}

.blog-studio-hero h1 {
    margin: 0;
    font-size: clamp(38px, 6vw, 64px);
    line-height: .98;
    letter-spacing: -0.055em;
    color: #111827;
}

.blog-studio-hero p:not(.blog-studio-hero__kicker) {
    max-width: 740px;
    margin: 16px 0 0;
    color: #536174;
    font-size: 19px;
    line-height: 1.6;
}

.blog-write-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    background: #ef3340;
    color: #fff !important;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(239, 51, 64, .22);
    white-space: nowrap;
}

.blog-toolbar--beauty {
    padding: 14px;
    border-radius: 24px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(226,232,240,.95);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .04);
}

.blog-toolbar--beauty .blog-toolbar__tab.is-active {
    background: #ef3340;
    border-color: #ef3340;
    color: #fff;
}

.blog-toolbar--beauty .blog-toolbar__tab:hover {
    background: #fff1f3;
    color: #dc143c;
}

.blog-feed--beauty {
    gap: 22px;
}

.blog-feed-card--beauty {
    border-radius: 28px;
    border: 1px solid rgba(226,232,240,.95);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .07);
}

.blog-feed-card--beauty .blog-feed-card__top {
    padding: 18px 20px 14px;
}

.blog-feed-card--beauty .blog-feed-card__avatar {
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff, 0 8px 22px rgba(15,23,42,.13);
}

.blog-feed-card--beauty .blog-feed-card__image img {
    max-height: 430px;
}

.blog-feed-card--beauty .blog-feed-card__body {
    padding: 22px 22px 18px;
}

.blog-feed-card--beauty .blog-feed-card__body h2 {
    font-size: clamp(28px, 4.7vw, 42px);
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.blog-feed-card--beauty .blog-feed-card__body p {
    color: #536174;
    font-size: 18px;
    line-height: 1.72;
}

.blog-feed-card--beauty .blog-feed-card__footer {
    padding: 14px 20px 18px;
    border-top: 1px solid rgba(226,232,240,.8);
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 13px;
    border-radius: 999px;
    background: #fff1f3;
    color: #dc143c !important;
}

.blog-author-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    padding: 5px 8px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    font-weight: 950;
}

.blog-author-badge.is-verified {
    background: #eef6ff;
    color: #1d4ed8;
}

.blog-author-badge.is-vip {
    background: linear-gradient(135deg, #fff7d6, #ffe08a);
    color: #7a4b00;
}

.blog-author-badge.is-business {
    background: linear-gradient(135deg, #161616, #3b2b08);
    color: #ffe08a;
}

.top-blogger-row--beauty {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

.top-blogger-row__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    background: #eef4ff;
}

.top-blogger-row__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-blogger-row--beauty small {
    display: block;
    color: #64748b;
    font-size: 12px;
}

.top-blogger-row--beauty em {
    font-style: normal;
    color: #dc143c;
    font-weight: 950;
}

.blog-sidebar-link {
    display: inline-flex;
    margin-top: 14px;
    font-weight: 950;
    color: #dc143c;
}

/* Authors page */
.blog-authors-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.blog-author-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(226,232,240,.95);
    box-shadow: 0 14px 38px rgba(15, 23, 42, .07);
}

.blog-author-card__cover {
    height: 112px;
    background-size: cover;
    background-position: center;
}

.blog-author-card__cover--empty {
    background:
        radial-gradient(circle at 20% 20%, rgba(239,51,64,.22), transparent 32%),
        linear-gradient(135deg, #f8fbff, #eef4ff);
}

.blog-author-card__body {
    padding: 0 18px 18px;
}

.blog-author-card__avatar {
    display: block;
    width: 76px;
    height: 76px;
    margin-top: -38px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 0 5px #fff, 0 10px 24px rgba(15,23,42,.14);
}

.blog-author-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-author-card h2 {
    margin: 14px 0 3px;
    font-size: 25px;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.blog-author-card h2 a {
    color: #111827;
    text-decoration: none;
}

.blog-author-card__username {
    margin: 0 0 10px;
    color: #64748b;
    font-weight: 800;
}

.blog-author-card__bio {
    min-height: 54px;
    color: #536174;
    line-height: 1.55;
}

.blog-author-card__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0;
}

.blog-author-card__stats span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 13px;
    font-weight: 950;
}

.blog-author-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff1f3;
    color: #dc143c;
    font-weight: 950;
    text-decoration: none;
}

/* Detail page */
.blog-detail-page {
    overflow: hidden;
    border-radius: 32px;
    background: #fff;
    border: 1px solid rgba(226,232,240,.95);
    box-shadow: 0 16px 42px rgba(15, 23, 42, .08);
}

.blog-detail-header {
    padding: clamp(24px, 5vw, 42px);
}

.blog-detail-author {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 26px;
}

.blog-detail-author__avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    background: #eef4ff;
}

.blog-detail-author__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail-author__name {
    color: #111827;
    font-size: 18px;
    font-weight: 950;
    text-decoration: none;
}

.blog-detail-author__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.blog-detail-header h1 {
    margin: 0;
    color: #111827;
    font-size: clamp(42px, 7vw, 72px);
    line-height: .98;
    letter-spacing: -0.06em;
}

.blog-detail-intro {
    margin: 22px 0 0;
    max-width: 820px;
    color: #4b5563;
    font-size: clamp(20px, 3.6vw, 25px);
    line-height: 1.68;
    font-weight: 400;
}

.blog-detail-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.blog-detail-stats span,
.blog-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 13px;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    border: 1px solid #e2e8f0;
    font-weight: 950;
    text-decoration: none;
}

.blog-detail-cover {
    display: block;
    width: 100%;
    max-height: 540px;
    object-fit: cover;
}

.blog-detail-content {
    padding: clamp(24px, 5vw, 42px);
}

.blog-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 clamp(24px, 5vw, 42px) clamp(24px, 5vw, 42px);
}

.blog-detail-actions form {
    margin: 0;
}

.blog-action-button {
    border: 0;
    cursor: pointer;
}

.blog-action-button--primary {
    width: 46px;
    padding: 0;
    background: #fff1f3;
    color: #dc143c;
}

@media (max-width: 860px) {
    .blog-studio-hero {
        align-items: flex-start;
        flex-direction: column;
        border-radius: 26px;
        padding: 24px;
    }

    .blog-authors-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .blog-studio-hero h1 {
        font-size: clamp(38px, 12vw, 52px);
    }

    .blog-studio-hero p:not(.blog-studio-hero__kicker) {
        font-size: 17px;
    }

    .blog-toolbar--beauty {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .blog-toolbar--beauty .blog-toolbar__tabs {
        flex-wrap: nowrap;
        min-width: max-content;
    }

    .blog-feed-card--beauty {
        border-radius: 24px;
    }

    .blog-feed-card--beauty .blog-feed-card__body h2 {
        font-size: 30px;
    }

    .blog-detail-page {
        border-radius: 26px;
    }

    .blog-detail-header h1 {
        font-size: clamp(40px, 12vw, 56px);
    }
}

/* =========================================================
   BLOGS MORE — author box, share, related posts
========================================================= */

.blog-detail-page--pro {
    position: relative;
}

.blog-detail-page--pro::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 8px;
    background: linear-gradient(90deg, #ef3340, #ffb3bd, transparent);
    z-index: 2;
}

.blog-detail-actions--pro {
    align-items: center;
    border-top: 1px solid rgba(226,232,240,.9);
    padding-top: 22px;
}

.blog-action-button--like {
    background: #fff1f3;
    color: #dc143c;
}

.blog-afterpost-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 18px;
    margin: 22px 0;
}

.blog-author-box,
.blog-related-box {
    background: #ffffff;
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 28px;
    padding: 22px;
    box-shadow: 0 14px 34px rgba(15,23,42,.06);
}

.blog-author-box__top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.blog-author-box__avatar {
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    border-radius: 50%;
    overflow: hidden;
    background: #eef4ff;
    box-shadow: 0 0 0 5px #fff, 0 10px 24px rgba(15,23,42,.14);
}

.blog-author-box__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-author-box__top p,
.blog-related-box__kicker {
    width: fit-content;
    margin: 0 0 7px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #fff1f3;
    color: #dc143c;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.blog-author-box h2,
.blog-related-box h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 26px;
    line-height: 1.08;
    letter-spacing: -.04em;
}

.blog-author-box h2 a {
    color: inherit;
    text-decoration: none;
}

.blog-author-box__bio {
    margin-top: 16px;
    color: #536174;
    line-height: 1.62;
}

.blog-author-box__bio p {
    margin: 0;
}

.blog-author-box__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.blog-author-box__stats span {
    padding: 8px 11px;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 13px;
    font-weight: 950;
}

.blog-author-box__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.blog-author-box__actions a,
.blog-author-box__actions button {
    min-height: 42px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: #ef3340;
    color: #fff;
    font-weight: 950;
    text-decoration: none;
    cursor: pointer;
}

.blog-author-box__actions form {
    margin: 0;
}

.blog-author-box__actions button {
    background: #111827;
}

.blog-related-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-related-row {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #f8fafc;
    color: inherit;
    text-decoration: none;
    transition: .18s ease;
}

.blog-related-row:hover {
    transform: translateY(-1px);
    border-color: rgba(239,51,64,.25);
    box-shadow: 0 10px 24px rgba(15,23,42,.06);
    text-decoration: none;
}

.blog-related-row img,
.blog-related-row > span {
    grid-row: 1 / 3;
    width: 74px;
    height: 58px;
    border-radius: 14px;
    object-fit: cover;
    background: #eef4ff;
}

.blog-related-row > span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.blog-related-row strong {
    color: #111827;
    font-size: 16px;
    line-height: 1.18;
}

.blog-related-row small {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.blog-related-empty {
    padding: 16px;
    border-radius: 18px;
    background: #f8fafc;
    color: #64748b;
    font-weight: 800;
}

.comment-form--blog {
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 24px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15,23,42,.05);
}

@media (max-width: 860px) {
    .blog-afterpost-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .blog-author-box,
    .blog-related-box {
        border-radius: 24px;
        padding: 18px;
    }

    .blog-author-box__avatar {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .blog-related-row {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .blog-related-row img,
    .blog-related-row > span {
        width: 64px;
        height: 54px;
    }
}


/* =========================================================
   BLOG SOCIAL REACTIONS PACK
========================================================= */

.blog-pinned-label {
    width: fit-content;
    margin: 0 0 12px;
    padding: 7px 11px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff7d6, #ffe08a);
    color: #7a4b00;
    font-size: 13px;
    font-weight: 950;
    box-shadow: 0 8px 20px rgba(244,197,66,.13);
}

.blog-reaction-panel {
    gap: 12px;
}

.blog-reactions,
.blog-feed-reactions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.blog-reactions form {
    margin: 0;
}

.blog-reaction-button {
    min-height: 42px;
    min-width: 58px;
    padding: 0 12px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-weight: 950;
    cursor: pointer;
    text-decoration: none;
    transition: .18s ease;
}

.blog-reaction-button:hover,
.blog-reaction-button.is-active {
    transform: translateY(-1px);
    background: #fff1f3;
    border-color: rgba(239,51,64,.28);
    color: #dc143c;
    box-shadow: 0 10px 22px rgba(239,51,64,.09);
}

.blog-reaction-button span {
    font-size: 20px;
    line-height: 1;
}

.blog-reaction-button strong {
    font-size: 14px;
}

.blog-feed-reactions {
    gap: 6px;
}

.blog-feed-reactions span {
    padding: 5px 8px;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    font-size: 13px;
    font-weight: 950;
}

.home-blogs-section {
    margin-top: 24px;
}

.home-blog-list {
    display: grid;
    gap: 10px;
}

.home-blog-row {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
    text-decoration: none;
    color: inherit;
    transition: .18s ease;
}

.home-blog-row:hover {
    transform: translateY(-1px);
    border-color: rgba(239,51,64,.25);
    box-shadow: 0 10px 24px rgba(15,23,42,.06);
    text-decoration: none;
}

.home-blog-row img,
.home-blog-row > span {
    grid-row: 1 / 3;
    width: 74px;
    height: 58px;
    border-radius: 14px;
    object-fit: cover;
    background: #eef4ff;
}

.home-blog-row > span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.home-blog-row strong {
    color: #111827;
    font-size: 16px;
    line-height: 1.18;
}

.home-blog-row small {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 760px) {
    .blog-reactions {
        width: 100%;
    }
    .blog-reaction-button {
        min-width: 52px;
        min-height: 40px;
    }
}


/* =========================================================
   BLOG SIMPLE WRITER FORM
   Простая форма для обычных пользователей: заголовок, фото, текст.
========================================================= */

.blog-simple-editor-card {
    max-width: 980px;
}

.blog-simple-editor-hint {
    margin: -4px 0 24px;
    max-width: 720px;
    color: #64748b;
    font-size: 18px;
    line-height: 1.55;
}

.blog-simple-form {
    display: grid;
    gap: 18px;
}

.blog-simple-field {
    display: grid;
    gap: 8px;
}

.blog-simple-field label {
    color: #111827;
    font-weight: 950;
    font-size: 17px;
}

.blog-simple-field label span {
    color: #94a3b8;
    font-weight: 800;
    font-size: 14px;
}

.blog-simple-field input[type="text"],
.blog-simple-field input[type="file"],
.blog-simple-field textarea {
    width: 100%;
    border: 1px solid #dbe4ef;
    border-radius: 18px;
    padding: 13px 15px;
    background: #ffffff;
    color: #111827;
    font-size: 17px;
}

.blog-simple-field--title input {
    min-height: 54px;
    font-size: 22px !important;
    font-weight: 900;
}

.blog-simple-field--checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-simple-field--checkbox input {
    width: 20px;
    height: 20px;
}

.blog-simple-field--checkbox label {
    font-size: 15px;
    color: #475569;
}

.blog-publish-button {
    width: fit-content;
    min-height: 48px;
    padding-left: 20px;
    padding-right: 20px;
}

.blog-read-inline {
    color: #dc143c;
    font-weight: 950;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .blog-simple-editor-hint {
        font-size: 16px;
    }

    .blog-simple-field--title input {
        font-size: 20px !important;
    }

    .blog-publish-button {
        width: 100%;
    }
}


/* =========================================================
   BLOG ROLE BASED WRITER FORM
   Обычным — простая форма, VIP/staff/business — расширенная.
========================================================= */

.blog-simple-field--slug input,
.blog-simple-field--intro textarea {
    background: #fffdf7;
    border-color: #f5d58a;
}

.blog-simple-field--slug label span {
    color: #9a6700;
}
