.person-hover-bubble {
    position: absolute;
    z-index: 9999;
    width: 180px;
    padding: 10px;
    border-radius: 12px;
    pointer-events: none;
}

.person-hover-bubble__media {
    width: 100%;
}

.person-hover-bubble__img,
.person-hover-bubble__placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 3;
    border-radius: 10px;
    object-fit: cover;
    background: #eef2f6;
}

.person-hover-bubble__body {
    padding-top: 8px;
}

.person-hover-bubble__name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--so-heading);
    margin-bottom: 4px;
}

.person-hover-bubble__type {
    font-size: 12px;
    color: var(--so-text-soft);
}

@media (hover: none), (pointer: coarse) {
    .person-hover-bubble {
        display: none !important;
    }
}

/* ===== 03. Header / floating glass ===== */

.so-header__bar {
    background: linear-gradient(180deg, #667b94 0%, #586d86 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 10px 24px rgba(18, 38, 63, 0.10);
}

.so-header__menu-list .sub-menu {
    background:
        linear-gradient(180deg, rgba(94, 113, 134, 0.58) 0%, rgba(64, 82, 102, 0.68) 100%),
        rgba(72, 90, 110, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 18px 42px rgba(18, 38, 63, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.live-search-form > .live-search-results,
.person-hover-bubble {
    background:
        linear-gradient(180deg, rgba(248, 251, 254, 0.62) 0%, rgba(232, 240, 248, 0.72) 100%),
        rgba(244, 248, 252, 0.56);
    border: 1px solid rgba(180, 198, 216, 0.68);
    box-shadow:
        0 18px 40px rgba(18, 38, 63, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.50);
}

.so-header__menu-list .sub-menu,
.live-search-form > .live-search-results,
.person-hover-bubble {
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .so-header__bar {
        background: linear-gradient(180deg, #667B94 0%, #586D86 100%);
    }

    .so-header__menu-list .sub-menu {
        background: linear-gradient(180deg, #607186 0%, #485b70 100%);
    }

    .live-search-form > .live-search-results,
    .person-hover-bubble {
        background: #f4f8fc;
    }
}

/* ===== 11. Favorites UI ===== */

.profile-favorites {
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.profile-favorites__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 14px;
}

.profile-favorites__tab {
    padding: 8px 14px;
    border: 1px solid #c7d3e3;
    border-radius: 10px;
    background: #f5f7f9;
    color: var(--so-text);
    font: inherit;
    line-height: 1.2;
    cursor: pointer;
    transition: .15s ease;
}

.profile-favorites__tab:hover {
    background: #eaf1f9;
}

.profile-favorites__tab.is-active {
    border-color: #9fb6d4;
    background: #e7f0fb;
}

.profile-favorites__panels {
    max-width: 620px;
}

.profile-favorites__panel {
    display: none;
    max-height: 320px;
    overflow-y: auto;
    padding: 14px 16px;
    border: 1px solid #d8e0ea;
    border-radius: 12px;
    background: #fbfcfe;
}

.profile-favorites__panel.is-active {
    display: block;
}

.profile-favorites__list {
    margin: 0;
    padding-left: 18px;
}

.profile-favorites__list li + li {
    margin-top: 6px;
}

.profile-favorites__empty {
    color: #8b8f97;
}

.profile-favorites--top {
    margin: 0 0 24px;
}

.auth-form__input--file {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    line-height: normal;
}

.auth-form__input--file::file-selector-button {
    margin-right: 10px;
    padding: 6px 10px;
    border: 1px solid #cfd7e3;
    border-radius: 8px;
    background: #fff;
    color: var(--so-text);
    font: inherit;
    cursor: pointer;
}

.auth-form__input--file::-webkit-file-upload-button {
    margin-right: 10px;
    padding: 6px 10px;
    border: 1px solid #cfd7e3;
    border-radius: 8px;
    background: #fff;
    color: var(--so-text);
    font: inherit;
    cursor: pointer;
}


/* ===== 12. Comments ===== */

.comments-area {
    margin-top: 28px;
    padding: 24px 0px 6px;
    background: #fff;
    border-top: 0;
}

.comments-area__inner {
	width: 100%;
    max-width: none;
    margin: 0;
}

.comments-title,
.comment-reply-title {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--so-heading);
}

.comment-list,
.comment-list .children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-list > li.comment {
    margin: 0 0 14px;
    padding: 0;
}

.comment-list > li.comment:last-child {
    margin-bottom: 0;
}

.comment,
.comment-list .children li.comment {
    list-style: none;
}

.comment-body {
    position: relative;
    margin: 0;
	padding: 14px 44px 14px 16px;
    background: #f7fafc;
    border: 1px solid #dfe7ef;
    border-radius: 16px;
    box-shadow: none;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.comment-author .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex: 0 0 40px;
    object-fit: cover;
    object-position: center;
}

.comment-author .fn {
    color: var(--so-heading);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    margin: -2px 0 8px 50px;
    font-size: 12px;
    line-height: 1.35;
}

.comment-metadata a {
    color: #6d7d8d;
    text-decoration: none;
}

.comment-metadata a:hover {
    color: var(--so-link);
}

.comment-edit-link {
    display: none;
}

.comment-content {
    margin-left: 50px;
    color: var(--so-text);
    font-size: 14px;
    line-height: 1.55;
    word-break: break-word;
}

.comment-content p {
    margin: 0 0 8px;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

.reply {
    margin: 10px 0 0 50px;
}

.comment-reply-link,
#cancel-comment-reply-link {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    border: 1px solid #b9c9da;
    background: #fff;
    color: var(--so-heading);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition: .18s ease;
}

.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
    background: #fff;
    border-color: #7aa7d6;
    color: var(--so-link);
}

.comments-pagination {
    display: flex;
    justify-content: center;
    margin: 18px 0 22px;
}

.comments-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    margin: 0 4px;
    padding: 0 10px;
    border: 1px solid #c7d3df;
    border-radius: 10px;
    background: #fff;
    color: var(--so-heading);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: .18s ease;
}

.comments-pagination .page-numbers:hover {
    border-color: #7aa7d6;
    color: var(--so-link);
}

.comments-pagination .page-numbers.current {
    background: var(--so-accent);
    border-color: var(--so-accent);
    color: #fff;
}

.comments-pagination .page-numbers.dots {
    border: 0;
    background: transparent;
    min-width: auto;
    padding: 0 2px;
}

.comment-delete-popover {
    position: absolute;
    top: 34px;
    right: 0;
    min-width: 170px;
    padding: 10px;
    border: 1px solid #dfe7ef;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 38, 63, 0.12);
}

.comment-delete-popover__text {
    color: var(--so-heading);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.comment-delete-popover__actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
}

.comment-delete-popover__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 10px;
    border: 1px solid #c7d3df;
    background: #fff;
    color: var(--so-heading);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: .18s ease;
}

.comment-delete-popover__btn:hover {
    border-color: #7aa7d6;
    color: var(--so-link);
}

.comment-delete-popover__btn--confirm {
    border-color: #efc2c2;
    background: #fff5f5;
    color: #b94a48;
}

.comment-delete-popover__btn--confirm:hover {
    border-color: #d97b7b;
    background: #fff0f0;
    color: #a63b39;
}


/* YouTube-like replies line */
.comment-list .children {
    position: relative;
    margin: 10px 0 0 26px;
    padding: 0 0 0 18px;
}

.comment-list .children::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 3px;
    border-radius: 999px;
    background: #d7e3ef;
}

.comment-replies-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0 0 50px;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid #c7d3df;
    border-radius: 999px;
    background: #f4f8fc;
    color: var(--so-link);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(18, 38, 63, 0.06);
    transition: .18s ease;
}

.comment-replies-toggle:hover,
.comment-replies-toggle:focus-visible {
    background: #eef5fb;
    border-color: #7aa7d6;
    color: var(--so-link-hover);
    text-decoration: none;
    outline: none;
}

.comment-replies-toggle__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    transition: transform .18s ease;
}

.comment-replies-toggle.is-open .comment-replies-toggle__icon {
    transform: rotate(180deg);
}

.comment-list .children.is-collapsed {
    display: none;
}

.comment-list .children .comment-body {
    background: #fbfdff;
    border-color: #e4ebf2;
}

.comment-respond {
    margin-top: 18px;
    padding: 18px 18px 16px;
    background: #f7fafc;
    border: 1px solid #dfe7ef;
    border-radius: 16px;
}

.comment-form {
    display: grid;
    gap: 10px;
}

.comment-form p {
    margin: 0;
}

.comment-form label {
    display: inline-block;
    margin-bottom: 5px;
    color: var(--so-heading);
    font-size: 13px;
    font-weight: 700;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid var(--so-border);
    border-radius: 12px;
    background: #fff;
    color: var(--so-text);
    font: inherit;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.comment-form textarea {
    min-height: 120px;
    resize: vertical;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: #7aa7d6;
    box-shadow: 0 0 0 3px rgba(122, 167, 214, 0.14);
}

.comment-form .submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 15px;
    border: 0;
    border-radius: 12px;
	background: var(--so-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: .18s ease;
}

.comment-form .submit:hover {
    background: #1fb6a8;
}

.logged-in-as,
.comment-notes,
.no-comments,
.comment-navigation {
    color: #6d7d8d;
    font-size: 13px;
    line-height: 1.45;
}

.comments-login-box__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .comments-area {
        margin-top: 24px;
        padding: 18px 0 4px;
    }

    .comments-area__inner,
    .comment-respond,
    .comment-form {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .comment-body,
    .comment-respond {
        padding: 14px;
        border-radius: 14px;
    }

    .comment-respond {
        overflow: visible;
    }

    .logged-in-as,
    .comment-notes {
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .comments-title {
        padding: 0;
    }

    .comment-author .avatar {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        object-fit: cover;
        object-position: center;
    }

    .comment-metadata,
    .comment-content,
    .reply {
        margin-left: 46px;
    }

    .comment-list .children {
        margin-left: 18px;
        padding-left: 12px;
    }

    .comment-list .children::before {
        left: 0;
        width: 2px;
    }
}


/* ===== 13. Footer ===== */

.so-footer {
    width: auto;
    max-width: none;
    margin: 40px auto 0;
}

.so-footer__main {
    background: linear-gradient(180deg, #4b6178 0%, #40556b 100%);
    padding: 34px 0 22px;
}

.so-footer__inner {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 760px) 320px;
    justify-content: space-between;
    align-items: start;
    gap: 56px;
}

.so-footer__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.so-footer__logo {
    margin: 0 0 18px;
    text-align: center;
}

.so-footer__logo img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.so-footer__links {
    display: flex;
    justify-content: center;
    gap: 120px;
    width: 100%;
}

.so-footer__col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 160px;
    text-align: center;
}

.so-footer__col a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 12px;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition:
        transform .18s ease,
        background .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        color .18s ease;
}

.so-footer__col a:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.footer-socials {
    width: 320px;
    text-align: center;
    margin-top: 10px;
    margin-left: -30px;
}

.footer-socials__title {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 700;
}

.footer-socials__grid {
    display: grid;
    grid-template-columns: repeat(3, 72px);
    justify-content: center;
    gap: 16px;
}

.footer-socials__item {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.10);
    color: #ffffff;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.footer-socials__item img,
.footer-socials__item svg {
    display: block;
    width: 34px;
    height: 34px;
    max-width: none;
    max-height: none;
    object-fit: contain;
    flex: 0 0 auto;
}

.footer-socials__item:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.footer-socials__item--vk:hover {
    background:
        radial-gradient(circle at 26% 24%, rgba(103, 170, 255, 0.22), transparent 52%),
        radial-gradient(circle at 78% 78%, rgba(0, 119, 255, 0.22), transparent 62%),
        rgba(255, 255, 255, 0.04);
    border-color: rgba(103, 170, 255, 0.30);
    box-shadow:
        0 0 1px rgba(103, 170, 255, 0.18),
        0 0 1px rgba(0, 119, 255, 0.20);
    color: #ffffff;
}

.footer-socials__item--boosty:hover {
    background:
        radial-gradient(circle at 24% 20%, rgba(255, 167, 94, 0.22), transparent 48%),
        radial-gradient(circle at 78% 78%, rgba(255, 122, 26, 0.20), transparent 62%),
        rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 148, 77, 0.28);
    color: #ffffff;
}

.footer-socials__item--telegram:hover {
    background:
        radial-gradient(circle at 28% 24%, rgba(99, 202, 255, 0.22), transparent 52%),
        radial-gradient(circle at 78% 78%, rgba(40, 158, 217, 0.18), transparent 62%),
        rgba(255, 255, 255, 0.04);
    border-color: rgba(99, 202, 255, 0.26);
    color: #ffffff;
}

.footer-socials__item--tiktok:hover {
    background:
        radial-gradient(circle at 24% 22%, rgba(255, 92, 146, 0.16), transparent 46%),
        radial-gradient(circle at 78% 76%, rgba(64, 255, 224, 0.14), transparent 58%),
        rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.footer-socials__item--youtube:hover {
    background:
        radial-gradient(circle at 26% 24%, rgba(255, 117, 117, 0.22), transparent 52%),
        radial-gradient(circle at 78% 78%, rgba(255, 59, 48, 0.18), transparent 62%),
        rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 117, 117, 0.26);
    color: #ffffff;
}

.footer-socials__item--twitch:hover {
    background:
        radial-gradient(circle at 26% 24%, rgba(176, 138, 255, 0.22), transparent 52%),
        radial-gradient(circle at 78% 78%, rgba(145, 70, 255, 0.18), transparent 62%),
        rgba(255, 255, 255, 0.04);
    border-color: rgba(176, 138, 255, 0.26);
    color: #ffffff;
}

.so-footer__bottom {
    background: #36495d;
    padding: 10px 0;
    border: 0;
}

.so-footer__bottom-inner {
    width: min(1200px, calc(100% - 24px));
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    color: #ffffff;
    font-size: 12px;
    font-style: italic;
    line-height: 1.4;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.so-footer__left {
    min-width: 0;
}

.so-footer__right {
    flex: 0 0 auto;
    text-align: right;
}

.so-footer__rights {
    white-space: nowrap;
}

.so-footer__rights a {
    color: #8fc4ff;
    text-decoration: none;
}

.so-footer__rights a:hover {
    color: #ffffff;
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .so-footer__inner {
        grid-template-columns: 1fr;
        justify-content: center;
        gap: 28px;
    }

    .so-footer__links {
        gap: 48px;
    }

    .footer-socials {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding-top: 0;
    }
}

@media (max-width: 700px) {
    .so-footer__inner {
        padding: 26px 16px 18px;
        border-radius: 20px 20px 0 0;
    }

    .so-footer__links {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .so-footer__col {
        min-width: 0;
    }

	.so-footer__bottom-inner {
	    padding: 10px 16px;
	    border-radius: 0 0 20px 20px;
	    flex-direction: column;
	    align-items: flex-start;
	    gap: 6px;
	}

	.so-footer__right {
	    text-align: left;
	}

	.so-footer__rights {
	    white-space: normal;
	}
}



/* ===== 14. Admin-tools ===== */

.steponee-admin-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
}

.steponee-admin-tools__btn {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid #b9c9da;
    background: #f7fafc;
    color: var(--so-heading);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition:
        background .18s ease,
        border-color .18s ease,
        color .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
}

.steponee-admin-tools__btn:hover,
.steponee-admin-tools__btn:focus-visible {
    border-color: #7aa7d6;
    color: var(--so-link);
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(18, 38, 63, 0.08);
    transform: translateY(-1px);
    outline: none;
}

.comment-author__line {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.steponee-admin-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #fff1f1;
    border: 1px solid #f0b7b7;
    color: #a63b39;
    font-size: 11px;
    font-weight: 700;
}

.steponee-comment-admin-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}

.steponee-comment-admin-actions__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid #d7e0e8;
    background: rgba(255, 255, 255, 0.94);
    color: #8a98a8;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition:
        background .18s ease,
        border-color .18s ease,
        color .18s ease,
        box-shadow .18s ease,
        transform .18s ease;
    box-shadow: 0 2px 8px rgba(18, 38, 63, 0.06);
}

.steponee-comment-admin-actions__icon:hover,
.steponee-comment-admin-actions__icon:focus-visible {
    border-color: #b9cce0;
    background: #ffffff;
    color: #4d6176;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(18, 38, 63, 0.10);
    transform: translateY(-1px);
    outline: none;
}

.steponee-comment-admin-actions__icon--danger:hover,
.steponee-comment-admin-actions__icon--danger:focus-visible {
    border-color: #d97b7b;
    background: #fff3f3;
    color: #a63b39;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(166, 59, 57, 0.10);
    outline: none;
}



/* ===== 15. Responsive ===== */

@media (max-width: 1100px) {
    .titles-grid {
        grid-template-columns: 1fr;
    }

    .title-grid-card__buttons {
        margin-left: 0;
    }

    .so-header__search {
        width: 200px;
    }

    .so-header__menu-list {
        gap: 12px;
    }
}

@media (max-width: 800px) {
    .so-header__hero {
        height: 190px;
        background-size: auto 190px;
    }

    .so-header__menu {
        left: 8px;
    }

    .so-header__search {
        width: 170px;
    }

    .so-header__menu-list a {
        font-size: 13px;
    }

    .so-footer__links {
        flex-direction: column;
        gap: 20px;
    }

    .so-footer__col {
        min-width: 0;
    }
}

@media (max-width: 700px) {
    .title-grid-card__inner {
        height: auto;
    }

    .title-grid-card__top {
        grid-template-columns: 1fr;
        height: auto;
    }

    .title-grid-card__poster {
        width: 210px;
        height: 300px;
    }

    .title-grid-card__right {
        height: auto;
    }

    .title-grid-card__buttons {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .profile-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .title-favorites {
        grid-template-columns: 1fr;
    }
}



/* ===== 16. Adminka/Kodik-bulk ===== */

.steponee-kodik-bulk__summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
}

.steponee-kodik-bulk__summary:empty {
    display: none;
}

.steponee-kodik-bulk__summary-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.2;
    background: #eef2f7;
    color: #425466;
}

.steponee-kodik-bulk__summary-badge--same {
    background: #eef3f7;
    color: #425466;
}

.steponee-kodik-bulk__summary-badge--will_update {
    background: #fff8e6;
    color: #8a5a00;
}

.steponee-kodik-bulk__summary-badge--updated {
    background: #e8f7ec;
    color: #137333;
}

.steponee-kodik-bulk__summary-badge--already_set {
    background: #eef3f7;
    color: #425466;
}

.steponee-kodik-bulk__summary-badge--not_found,
.steponee-kodik-bulk__summary-badge--missing_ids,
.steponee-kodik-bulk__summary-badge--ambiguous,
.steponee-kodik-bulk__summary-badge--error,
.steponee-kodik-bulk__summary-badge--invalid_post {
    background: #fff1f0;
    color: #b42318;
}
