
/* ==========================================================================
   TrueNotes – Weltenschmiede-Feed
   ========================================================================== */

:root {
    --notes-panel: rgba(28, 33, 37, 0.94);
    --notes-panel-soft: rgba(255, 255, 255, 0.045);
    --notes-border: rgba(255, 255, 255, 0.17);
    --notes-border-strong: rgba(255, 255, 255, 0.28);
    --notes-muted: rgba(255, 255, 255, 0.66);
    --notes-gold: #d4af37;
    --notes-gold-soft: rgba(212, 175, 55, 0.14);
    --notes-shadow: 0 1.25rem 3.25rem rgba(0, 0, 0, 0.34);
}

html { scroll-behavior: smooth; }
body.truenotes-page { min-height: 100vh; }
body.truenotes-page::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(12, 15, 18, 0.12), rgba(12, 15, 18, 0.48));
}

body.truenotes-page button,
body.truenotes-page input,
body.truenotes-page select,
body.truenotes-page textarea { font-family: inherit; }

.hidden { display: none !important; }
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#top-navbar .top-nav-brand-icon {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    object-fit: cover;
}
#top-navbar a[aria-current='page'] { color: var(--notes-gold); }

.truenotes-wrapper {
    display: block !important;
    min-height: auto !important;
    padding-bottom: 3.5rem !important;
}
.truenotes-shell {
    width: min(100%, 96rem);
    margin: 0 auto;
}

.truenotes-hero {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 2.2rem;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025)),
        rgba(22, 27, 31, 0.92);
    border: 1px solid var(--notes-border);
    border-radius: 8px;
    box-shadow: var(--notes-shadow);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.truenotes-eyebrow,
.panel-eyebrow {
    margin: 0 0 0.65rem 0;
    color: var(--notes-gold);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.24rem;
    text-transform: uppercase;
}
.truenotes-hero h1 {
    margin-bottom: 0.65rem;
    font-size: clamp(2rem, 5vw, 4.1rem);
    line-height: 1.05;
}
.truenotes-intro {
    max-width: 48rem;
    margin: 0;
    color: var(--notes-muted);
    font-size: 1.08rem;
}
.truenotes-hero-stat {
    display: grid;
    min-width: 10rem;
    padding-left: 1.6rem;
    border-left: 1px solid var(--notes-border);
    text-align: right;
}
.truenotes-hero-stat strong {
    font-size: 2.2rem;
    line-height: 1;
    color: var(--notes-gold);
}
.truenotes-hero-stat span {
    margin-top: 0.5rem;
    color: var(--notes-muted);
    font-size: 0.76rem;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
}

.truenotes-layout {
    display: grid;
    grid-template-columns: minmax(17rem, 23rem) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}
.truenotes-rail {
    position: sticky;
    top: 5rem;
    display: grid;
    gap: 1rem;
}
.notes-panel,
.feed-post,
.edit-post-card {
    background:
        linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018)),
        var(--notes-panel);
    border: 1px solid var(--notes-border);
    border-radius: 8px;
    box-shadow: var(--notes-shadow);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.notes-panel { padding: 1.25rem; }
.notes-panel h2,
.feed-heading-row h2,
.edit-post-heading h2 {
    margin-bottom: 1rem;
    font-size: 1rem;
    letter-spacing: 0.2rem;
}
.notes-login-panel p:not(.panel-eyebrow) { color: var(--notes-muted); }

.notes-input,
.notes-select,
.notes-textarea,
.comment-edit-form textarea {
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 2.8rem;
    margin: 0;
    padding: 0.75rem 0.85rem;
    background: rgba(255,255,255,0.045) !important;
    border: 1px solid var(--notes-border) !important;
    border-radius: 5px !important;
    color: #fff !important;
    line-height: 1.55 !important;
    box-shadow: none !important;
}
.notes-textarea {
    min-height: 9rem;
    resize: vertical;
}
.notes-input:focus,
.notes-select:focus,
.notes-textarea:focus,
.comment-edit-form textarea:focus {
    border-color: rgba(212,175,55,0.78) !important;
    box-shadow: 0 0 0 3px rgba(212,175,55,0.12) !important;
}
.notes-select option { color: #111; }
.notes-sort-form { margin-top: 1rem; }
.notes-sort-form label,
.notes-composer label,
.edit-post-card label {
    display: block;
    margin: 0 0 0.45rem 0;
    color: var(--notes-muted);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.composer-trigger-btn,
.notes-primary-btn,
.notes-secondary-btn,
.tool-btn,
.action-icon-btn,
.read-more-link,
.embed-placeholder-btn,
.option-item,
.comment-btn-naked,
.reply-cancel,
.preview-remove-btn,
.composer-cancel-btn,
.edit-close-btn,
.reaction-btn,
.reaction-icon {
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.25 !important;
    white-space: normal !important;
}
.composer-trigger-btn {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    padding: 0.9rem 1rem;
    background: rgba(255,255,255,0.035);
    border: 1px dashed rgba(212,175,55,0.62);
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    text-align: left;
}
.composer-trigger-mark {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--notes-gold);
    color: #161a1d;
    font-size: 1.1rem;
    font-weight: 700;
}
.composer-heading,
.edit-post-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}
.composer-heading h2,
.edit-post-heading h2 { margin-bottom: 0; }
.composer-cancel-btn,
.edit-close-btn {
    width: 2.4rem;
    height: 2.4rem !important;
    padding: 0;
    border: 1px solid var(--notes-border);
    border-radius: 5px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 1.25rem;
}
.char-counter {
    margin-top: 0.4rem;
    color: var(--notes-muted);
    font-size: 0.76rem;
    text-align: right;
}
.char-counter.warning { color: #ffb3a9; }
.composer-extra {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--notes-border);
}
.post-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    margin-top: 1rem;
}
.notes-primary-btn,
.notes-secondary-btn,
.tool-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.82rem 1rem;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
    font-size: 0.72rem;
    font-weight: 600;
}
.notes-primary-btn {
    border: 1px solid rgba(212,175,55,0.9);
    background: var(--notes-gold);
    color: #161a1d !important;
}
.notes-secondary-btn,
.tool-btn {
    border: 1px solid var(--notes-border-strong);
    background: transparent;
    color: #fff;
}
.composer-submit-btn { grid-column: 1 / -1; }
.preview-container {
    position: relative;
    margin-top: 1rem;
    overflow: hidden;
    border: 1px solid var(--notes-border);
    border-radius: 6px;
}
.preview-img {
    width: 100%;
    max-height: 19rem;
    object-fit: contain;
    background: rgba(0,0,0,0.25);
}
.preview-remove-btn {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    width: 2.1rem;
    height: 2.1rem !important;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    background: rgba(0,0,0,0.72);
    color: #fff;
    cursor: pointer;
}

.truenotes-feed { min-width: 0; }
.feed-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0 0.25rem;
}
.feed-heading-row h2 { margin-bottom: 0; }
.feed-result-count {
    margin: 0;
    color: var(--notes-muted);
    font-size: 0.78rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.notes-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
}
.feed-post {
    position: relative;
    min-width: 0;
    overflow: visible;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.feed-post:hover {
    transform: translateY(-2px);
    border-color: var(--notes-border-strong);
    box-shadow: 0 1.55rem 3.75rem rgba(0,0,0,0.42);
}
.feed-post.is-highlighted {
    border-color: rgba(212,175,55,0.82);
    box-shadow: 0 0 0 3px rgba(212,175,55,0.13), var(--notes-shadow);
}
.note-media {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: rgba(0,0,0,0.32);
}
.frayed-image {
    display: block;
    width: 100%;
    max-height: 30rem;
    object-fit: cover;
    aspect-ratio: 16 / 11;
}
.note-card-body { padding: 1.15rem; }
.post-options-btn {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 8;
    width: 2.35rem;
    height: 2.35rem !important;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 50%;
    background: rgba(15,18,21,0.86);
    color: #fff;
    cursor: pointer;
    line-height: 1 !important;
}
.post-options-menu {
    display: none;
    position: absolute;
    top: 3.35rem;
    right: 0.65rem;
    z-index: 12;
    width: 10rem;
    padding: 0.35rem;
    background: rgba(19,23,26,0.98);
    border: 1px solid var(--notes-border-strong);
    border-radius: 6px;
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.45);
}
.post-options-menu.show { display: block; }
.option-item {
    width: 100%;
    padding: 0.65rem 0.75rem;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-align: left;
}
.option-item:hover { background: rgba(255,255,255,0.075); }
.option-item.delete { color: #ffaaa3; }
.post-options-menu form { margin: 0; }

.post-header { margin-bottom: 1rem; }
.post-author-row {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding-right: 2.4rem;
}
.feed-avatar {
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--notes-border-strong);
}
.post-avatar-placeholder {
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.07);
    color: var(--notes-muted);
}
.post-author-meta { min-width: 0; }
.post-author-link {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
}
.post-meta-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.25rem;
    color: var(--notes-muted);
    font-size: 0.7rem;
}
.role-badge {
    display: inline-flex;
    padding: 0.18rem 0.42rem;
    border: 1px solid rgba(212,175,55,0.45);
    border-radius: 999px;
    color: #eedb91;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}
.role-blogger { border-color: rgba(126,193,218,0.5); color: #a7def3; }
.role-dual { border-color: rgba(177,139,232,0.5); color: #d6baf7; }
.frayed-text-card { min-width: 0; }
.post-text,
.post-text-short,
.post-text-full,
.comment-content-root,
.comment-content-reply {
    overflow-wrap: anywhere;
    word-break: normal;
}
.post-text,
.post-text-short,
.post-text-full {
    color: rgba(255,255,255,0.88);
    font-size: 0.94rem;
    line-height: 1.68;
}
.content-link,
.mention-link,
.note-external-link { color: #a8d8f4; }
.mention-private { color: rgba(255,255,255,0.45); }
.read-more-link {
    display: block;
    margin-top: 0.7rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--notes-gold);
    cursor: pointer;
    font-size: 0.72rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.note-external-link,
.embed-placeholder-btn {
    display: block;
    width: 100%;
    margin-top: 1rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--notes-border);
    border-radius: 5px;
    background: rgba(255,255,255,0.035);
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 0.76rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}
.embed-container {
    margin-top: 1rem;
    overflow: hidden;
    border-radius: 6px;
    background: #000;
}
.embed-container iframe { display: block; width: 100%; max-width: 100%; }
.embed-inner,
.embed-yt-shorts,
.embed-ig-container { width: 100%; }
.embed-fallback-text,
.embed-unsupported {
    margin: 0;
    padding: 0.75rem;
    background: rgba(255,255,255,0.045);
    color: var(--notes-muted);
    font-size: 0.76rem;
    text-align: center;
}

.post-actions-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--notes-border);
}
.post-action-group {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}
.action-icon-btn,
.reaction-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    padding: 0.55rem 0.72rem;
    border: 1px solid var(--notes-border);
    border-radius: 999px;
    background: rgba(255,255,255,0.025);
    color: var(--notes-muted);
    cursor: pointer;
    font-size: 0.72rem;
}
.action-icon-btn:hover,
.reaction-btn:hover,
.reaction-btn.liked { border-color: rgba(212,175,55,0.55); color: #fff; }
.reaction-wrapper { position: relative; }
.reaction-bar {
    display: none;
    position: absolute;
    bottom: calc(100% + 0.55rem);
    left: 0;
    z-index: 20;
    gap: 0.15rem;
    padding: 0.38rem;
    background: rgba(19,23,26,0.98);
    border: 1px solid var(--notes-border-strong);
    border-radius: 999px;
    box-shadow: 0 0.8rem 2rem rgba(0,0,0,0.45);
}
.reaction-wrapper:hover .reaction-bar,
.reaction-wrapper:focus-within .reaction-bar,
.reaction-wrapper.open .reaction-bar { display: flex; }
.reaction-icon {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem !important;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    font-size: 1rem;
}
.reaction-icon:hover { background: rgba(255,255,255,0.1); transform: translateY(-2px); }

.comments-section {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--notes-border);
}
.comments-list { display: grid; gap: 0.65rem; }
.single-comment {
    padding: 0.8rem;
    background: rgba(255,255,255,0.032);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 6px;
}
.single-comment.comment-reply {
    margin-left: clamp(0.55rem, 3vw, 1.25rem);
    border-left-color: rgba(212,175,55,0.42);
}
.comment-header,
.comment-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
}
.comment-actions { justify-content: flex-end; }
.comment-author {
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
}
.comment-content-root,
.comment-content-reply {
    margin-top: 0.45rem;
    color: rgba(255,255,255,0.76);
    font-size: 0.82rem;
    line-height: 1.55;
}
.comment-btn-naked {
    padding: 0.2rem;
    border: 0;
    background: transparent;
    color: var(--notes-muted);
    cursor: pointer;
    font-size: 0.76rem;
}
.comment-edit-form { margin-top: 0.65rem; }
.comment-empty {
    padding: 0.85rem;
    color: var(--notes-muted);
    font-size: 0.8rem;
    text-align: center;
}
.comment-compose-form { margin: 1rem 0 0 0; }
.reply-indicator {
    margin-bottom: 0.55rem;
    padding: 0.55rem 0.7rem;
    background: var(--notes-gold-soft);
    border: 1px solid rgba(212,175,55,0.3);
    border-radius: 5px;
    color: rgba(255,255,255,0.82);
    font-size: 0.75rem;
}
.reply-cancel {
    float: right;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffb3a9;
    cursor: pointer;
}
.comment-compose-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.6rem;
    align-items: end;
}
.comment-input { min-height: 4.6rem; }
.comment-submit-btn { width: auto; min-height: 2.8rem !important; }

.notes-empty-state {
    grid-column: 1 / -1;
    padding: 3rem 1.5rem;
    background: var(--notes-panel);
    border: 1px dashed var(--notes-border-strong);
    border-radius: 8px;
    color: var(--notes-muted);
    text-align: center;
}

.modal-overlay,
.edit-post-modal {
    position: fixed;
    inset: 0;
    z-index: 13000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    padding: calc(var(--tp-navbar-height, 3.5rem) + 1rem) 1rem 1rem;
    background: rgba(7, 10, 12, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.info-card,
.edit-post-card {
    position: relative;
    width: min(100%, 46rem);
    max-height: calc(100vh - var(--tp-navbar-height, 3.5rem) - 2rem);
    overflow-y: auto;
    padding: 1.5rem;
    background: rgba(29,34,38,0.98);
    border: 1px solid var(--notes-border-strong);
    border-radius: 8px;
    box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.5);
}
.info-card h2,
.edit-post-card h2 {
    padding-right: 3rem;
    border-bottom: 1px solid var(--notes-border);
    padding-bottom: 0.75rem;
}
.close-modal {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    z-index: 2;
    width: 2.4rem;
    height: 2.4rem !important;
    padding: 0;
    border: 1px solid var(--notes-border-strong);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
    line-height: 1 !important;
}
.edit-post-card { width: min(100%, 38rem); }
.edit-post-card form { display: grid; gap: 0.9rem; }
.edit-post-card label { margin: 0; }
.edit-file-label input { display: block; margin-top: 0.45rem; color: var(--notes-muted); }
.edit-delete-image {
    display: flex !important;
    align-items: center;
    gap: 0.55rem;
    color: #ffaaa3 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
.edit-post-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
}

#globalMentionDropdown {
    position: absolute;
    z-index: 15000;
    width: min(22rem, calc(100vw - 2rem));
    max-height: 16rem;
    overflow-y: auto;
    padding: 0.35rem;
    background: rgba(18,22,25,0.99);
    border: 1px solid var(--notes-border-strong);
    border-radius: 6px;
    box-shadow: 0 1rem 2rem rgba(0,0,0,0.45);
}
.mention-option {
    padding: 0.6rem 0.7rem;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 0.82rem;
}
.mention-option:hover { background: rgba(255,255,255,0.08); }
.mention-option small { color: var(--notes-muted); }

@media (min-width: 1500px) {
    .truenotes-layout { grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr); }
    .notes-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
    .truenotes-layout { grid-template-columns: 1fr; }
    .truenotes-rail {
        position: static;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 736px) {
    .truenotes-wrapper { padding-bottom: 2rem !important; }
    .platform-update-banner { margin-bottom: 1.25rem; }
    .truenotes-hero {
        display: block;
        margin-bottom: 1rem;
        padding: 1.25rem;
    }
    .truenotes-hero h1 { font-size: 2rem; letter-spacing: 0.32rem; }
    .truenotes-intro { font-size: 0.94rem; }
    .truenotes-hero-stat {
        display: flex;
        align-items: baseline;
        gap: 0.65rem;
        margin-top: 1.25rem;
        padding: 1rem 0 0 0;
        border-top: 1px solid var(--notes-border);
        border-left: 0;
        text-align: left;
    }
    .truenotes-hero-stat strong { font-size: 1.55rem; }
    .truenotes-hero-stat span { margin: 0; }
    .truenotes-layout { gap: 1rem; }
    .truenotes-rail { grid-template-columns: 1fr; }
    .notes-panel { padding: 1rem; }
    .feed-heading-row { margin-top: 0.35rem; }
    .notes-grid {
        display: block;
    }
    .feed-post {
        margin-bottom: 0.9rem;
        border-radius: 6px;
        box-shadow: 0 0.75rem 1.7rem rgba(0,0,0,0.28);
    }
    .feed-post:hover { transform: none; }
    .note-card-body { padding: 1rem; }
    .frayed-image {
        max-height: none;
        aspect-ratio: auto;
        object-fit: contain;
        background: #111;
    }
    .post-actions-row { align-items: stretch; }
    .post-action-group { min-width: 0; }
    .action-icon-btn,
    .reaction-btn { padding: 0.55rem 0.65rem; }
    .reaction-bar {
        position: fixed;
        left: 50%;
        bottom: 1rem;
        transform: translateX(-50%);
        max-width: calc(100vw - 1.25rem);
        overflow-x: auto;
    }
    .comment-compose-row { grid-template-columns: 1fr; }
    .comment-submit-btn { width: 100%; }
    .post-tools { grid-template-columns: 1fr; }
    .composer-submit-btn { grid-column: auto; }
    .edit-post-actions { grid-template-columns: 1fr; }
    .modal-overlay,
    .edit-post-modal {
        padding: calc(var(--tp-navbar-height, 3.5rem) + 0.65rem) 0.65rem 0.65rem;
    }
    .info-card,
    .edit-post-card { padding: 1rem; }
}

@media (max-width: 420px) {
    .post-actions-row { flex-wrap: wrap; }
    .post-action-group { width: 100%; justify-content: space-between; }
    .post-actions-row > .action-icon-btn { width: 100%; }
    .single-comment.comment-reply { margin-left: 0.4rem; }
}