

/* INITIAL PRELOAD — prevent native GetCourse layout flash */
html.psych-answers-feed-preload body .main-page-container {
    visibility:hidden!important;
}

html.psych-answers-feed:not(.psych-answers-feed-preload)
body.psych-answers-feed .main-page-container {
    visibility:visible!important;
}

/* GETCOURSE — ANSWERS FEED / Desktop v0.1.9 */

html.psych-answers-feed,
body.psych-answers-feed {
    --pa-primary:#3499FD;
    --pa-primary-hover:#218AF4;
    --pa-primary-soft:#EAF4FF;
    --pa-bg:#F7F9FC;
    --pa-card:#FFFFFF;
    --pa-text:#171C26;
    --pa-secondary:#667085;
    --pa-muted:#98A2B3;
    --pa-border:#E8ECF2;
    --pa-border-strong:#DDE3EA;
    --pa-success:#16805B;
    --pa-success-soft:#ECFDF3;
    --pa-danger:#B42318;
    --pa-danger-soft:#FEF3F2;
    background:var(--pa-bg)!important;
}

body.psych-answers-feed .gc-main-content,
body.psych-answers-feed .main-page-block {
    background:var(--pa-bg)!important;
}

body.psych-answers-feed .main-page-container {
    width:calc(100% - 48px)!important;
    max-width:1360px!important;
    margin:0 auto!important;
    padding:30px 0 48px!important;
    box-sizing:border-box!important;
    font-family:Manrope,Arial,sans-serif!important;
}

body.psych-answers-feed .gc-account-logo {
    margin-bottom:18px!important;
}

body.psych-answers-feed .pa-page-header {
    margin:0 0 18px!important;
    padding:0!important;
    border:0!important;
}

body.psych-answers-feed .pa-page-header h1 {
    margin:0!important;
    color:var(--pa-text)!important;
    font-size:28px!important;
    line-height:1.25!important;
    font-weight:750!important;
    letter-spacing:-.02em!important;
}

/* FILTER PANEL */
body.psych-answers-feed .pa-filter-toggler {
    display:none!important;
}

body.psych-answers-feed form.pa-filter-panel {
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:9px!important;
    margin:0 0 20px!important;
    padding:14px!important;
    border:1px solid var(--pa-border)!important;
    border-radius:14px!important;
    background:#FFF!important;
    box-shadow:0 5px 18px rgba(16,24,40,.035)!important;
}

body.psych-answers-feed form.pa-filter-panel > div,
body.psych-answers-feed form.pa-filter-panel > label {
    float:none!important;
    margin:0!important;
}

body.psych-answers-feed .pa-filter-count {
    order:-2!important;
    display:inline-flex!important;
    align-items:center!important;
    min-height:38px!important;
    padding:0 12px!important;
    border:1px solid var(--pa-border)!important;
    border-radius:10px!important;
    background:var(--pa-bg)!important;
    color:var(--pa-secondary)!important;
    font-size:12px!important;
    font-weight:550!important;
}

body.psych-answers-feed .pa-filter-count b {
    margin-left:4px!important;
    color:var(--pa-text)!important;
    font-weight:700!important;
}

body.psych-answers-feed .pa-filter-check {
    order:-1!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:8px!important;
    min-height:38px!important;
    padding:0 11px!important;
    border:1px solid var(--pa-border)!important;
    border-radius:10px!important;
    background:#FFF!important;
    color:var(--pa-secondary)!important;
    font-size:12px!important;
    line-height:1.3!important;
    cursor:pointer!important;
}

body.psych-answers-feed .pa-filter-check input[type="checkbox"] {
    width:16px!important;
    height:16px!important;
    margin:0!important;
    accent-color:var(--pa-primary)!important;
}

body.psych-answers-feed .dropdown-filter {
    display:block!important;
    min-width:148px!important;
}

/* CUSTOM SELECTS */
body.psych-answers-feed .pa-native-select {
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    margin:-1px!important;
    padding:0!important;
    overflow:hidden!important;
    clip:rect(0 0 0 0)!important;
    clip-path:inset(50%)!important;
    white-space:nowrap!important;
    border:0!important;
}

body.psych-answers-feed .pa-select {
    position:relative!important;
    min-width:148px!important;
    font-family:Manrope,Arial,sans-serif!important;
    z-index:10!important;
}

body.psych-answers-feed .pa-select.is-open {
    z-index:10020!important;
}

body.psych-answers-feed .pa-select__trigger {
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 18px!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    min-height:38px!important;
    margin:0!important;
    padding:0 10px 0 12px!important;
    border:1px solid var(--pa-border-strong)!important;
    border-radius:10px!important;
    background:#FFF!important;
    color:var(--pa-text)!important;
    font:550 12px/1.3 Manrope,Arial,sans-serif!important;
    text-align:left!important;
    box-shadow:none!important;
    cursor:pointer!important;
    outline:none!important;
    transition:border-color .15s ease,box-shadow .15s ease,background .15s ease!important;
}

body.psych-answers-feed .pa-select__trigger:hover {
    border-color:#C7D0DB!important;
    background:#FCFDFE!important;
}

body.psych-answers-feed .pa-select.is-open .pa-select__trigger {
    border-color:var(--pa-primary)!important;
    box-shadow:0 0 0 3px rgba(52,153,253,.11)!important;
}

body.psych-answers-feed .pa-select__value {
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
}

body.psych-answers-feed .pa-select__arrow {
    display:grid!important;
    place-items:center!important;
    width:18px!important;
    height:18px!important;
    color:var(--pa-muted)!important;
    transition:transform .16s ease!important;
}

body.psych-answers-feed .pa-select__arrow svg {
    display:block!important;
    width:16px!important;
    height:16px!important;
}

body.psych-answers-feed .pa-select.is-open .pa-select__arrow {
    transform:rotate(180deg)!important;
}

body.psych-answers-feed .pa-select__menu {
    position:absolute!important;
    top:calc(100% + 6px)!important;
    left:0!important;
    display:none!important;
    min-width:100%!important;
    width:max-content!important;
    max-width:320px!important;
    max-height:270px!important;
    padding:5px!important;
    overflow-y:auto!important;
    border:1px solid var(--pa-border)!important;
    border-radius:11px!important;
    background:#FFF!important;
    box-shadow:0 14px 38px rgba(16,24,40,.14)!important;
}

body.psych-answers-feed .pa-select.is-open .pa-select__menu {
    display:block!important;
}

body.psych-answers-feed .pa-select__option {
    display:block!important;
    width:100%!important;
    min-height:34px!important;
    margin:0!important;
    padding:7px 10px!important;
    border:0!important;
    border-radius:7px!important;
    background:transparent!important;
    color:var(--pa-text)!important;
    font:500 12px/1.4 Manrope,Arial,sans-serif!important;
    text-align:left!important;
    white-space:normal!important;
    cursor:pointer!important;
}

body.psych-answers-feed .pa-select__option:hover {
    background:#F5F8FC!important;
}

body.psych-answers-feed .pa-select__option.is-selected {
    background:var(--pa-primary-soft)!important;
    color:var(--pa-primary-hover)!important;
    font-weight:700!important;
}

body.psych-answers-feed .pa-filter-reset {
    display:inline-flex!important;
    align-items:center!important;
    min-height:38px!important;
    margin-left:auto!important;
}

body.psych-answers-feed .pa-filter-reset a {
    color:var(--pa-secondary)!important;
    font-size:12px!important;
    font-weight:600!important;
    text-decoration:none!important;
}

body.psych-answers-feed .pa-filter-reset a:hover {
    color:var(--pa-primary)!important;
}

/* LAYOUT */
body.psych-answers-feed .pa-layout {
    display:grid!important;
    grid-template-columns:240px minmax(0,1fr)!important;
    gap:22px!important;
    margin:0!important;
}

body.psych-answers-feed .pa-layout > [class*="col-md-"] {
    width:auto!important;
    float:none!important;
    padding:0!important;
}

body.psych-answers-feed .pa-layout > .col-md-2:last-child,
body.psych-answers-feed .view-lesson-mission {
    display:none!important;
}

body.psych-answers-feed .pa-training-filter {
    position:sticky!important;
    top:18px!important;
    margin:0!important;
    padding:10px!important;
    border:1px solid var(--pa-border)!important;
    border-radius:14px!important;
    background:#FFF!important;
    box-shadow:0 5px 18px rgba(16,24,40,.025)!important;
}

body.psych-answers-feed .pa-training-filter .filter {
    margin:0!important;
}

body.psych-answers-feed .pa-training-filter .filter-list {
    margin:0!important;
    padding:0!important;
    list-style:none!important;
}

body.psych-answers-feed .pa-training-filter .filter-list > li {
    margin:0 0 3px!important;
}

body.psych-answers-feed .pa-training-filter .filter-list > li > a {
    display:flex!important;
    align-items:center!important;
    min-height:38px!important;
    padding:8px 10px!important;
    border-radius:9px!important;
    color:var(--pa-secondary)!important;
    font-size:12px!important;
    line-height:1.35!important;
    text-decoration:none!important;
    transition:background .15s ease,color .15s ease!important;
}

body.psych-answers-feed .pa-training-filter .filter-list > li > a:hover {
    background:#F5F8FC!important;
    color:var(--pa-text)!important;
}

body.psych-answers-feed .pa-training-filter .filter-list > li.selected > a {
    background:var(--pa-primary-soft)!important;
    color:var(--pa-primary-hover)!important;
    font-weight:700!important;
}

body.psych-answers-feed .pa-training-filter .badge {
    order:2!important;
    min-width:22px!important;
    margin-left:auto!important;
    padding:3px 6px!important;
    border-radius:999px!important;
    background:#EEF2F6!important;
    color:var(--pa-secondary)!important;
    font-size:12px!important;
    font-weight:700!important;
}

body.psych-answers-feed .pa-training-filter li.selected .badge {
    background:#FFF!important;
    color:var(--pa-primary)!important;
}

/* ANSWERS */
body.psych-answers-feed .pa-layout > .answers-list {
    min-width:0!important;
}

body.psych-answers-feed .pa-layout > .answers-list > h3 {
    margin:0 0 12px!important;
    color:var(--pa-text)!important;
    font-size:18px!important;
    font-weight:700!important;
}

body.psych-answers-feed .pa-answer-card {
    position:relative!important;
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr)!important;
    gap:12px!important;
    margin:0 0 14px!important;
    padding:16px!important;
    border:1px solid var(--pa-border)!important;
    border-radius:15px!important;
    background:#FFF!important;
    box-shadow:0 5px 20px rgba(16,24,40,.035)!important;
}

body.psych-answers-feed .pa-answer-card > .user-image {
    width:48px!important;
    margin:0!important;
    float:none!important;
}

body.psych-answers-feed .pa-answer-card > .user-image img,
body.psych-answers-feed .pa-answer-card .title .user-image img {
    width:42px!important;
    height:42px!important;
    border-radius:50%!important;
    object-fit:cover!important;
}

body.psych-answers-feed .pa-answer-card > .answer-content {
    min-width:0!important;
    margin:0!important;
    padding:0!important;
}

body.psych-answers-feed .pa-answer-card .answer-status {
    float:none!important;
    margin:0 0 8px!important;
}

body.psych-answers-feed .pa-answer-status {
    display:inline-flex!important;
    align-items:center!important;
    gap:5px!important;
    min-height:25px!important;
    padding:0 9px!important;
    border-radius:999px!important;
    background:#FFF7E8!important;
    color:#9A5B00!important;
    font-size:13px!important;
    font-weight:700!important;
}

body.psych-answers-feed .pa-answer-card .show-lesson-link {
    display:block!important;
    margin:0 0 9px!important;
    color:var(--pa-secondary)!important;
    font-size:12px!important;
    line-height:1.45!important;
    text-decoration:none!important;
}

body.psych-answers-feed .pa-answer-card .show-lesson-link:hover {
    color:var(--pa-primary)!important;
}

body.psych-answers-feed .pa-answer-card .title {
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:5px!important;
    margin:0 0 9px!important;
    min-height:0!important;
    padding:0!important;
    background:transparent!important;
}

body.psych-answers-feed .pa-answer-card .title > .user-image {
    display:none!important;
}

body.psych-answers-feed .pa-answer-card .user-profile-link {
    color:var(--pa-text)!important;
    font-size:13px!important;
    font-weight:750!important;
    text-decoration:none!important;
}

body.psych-answers-feed .pa-answer-card .answer-date {
    color:var(--pa-muted)!important;
    font-size:13px!important;
}

body.psych-answers-feed .pa-answer-card .answer-main-content {
    margin:0!important;
    padding:12px 13px!important;
    border-radius:11px!important;
    background:#F8FAFC!important;
}

body.psych-answers-feed .pa-answer-card .answer-text {
    color:var(--pa-text)!important;
    font-size:13px!important;
    line-height:1.55!important;
}

body.psych-answers-feed .pa-answer-card .b-like-and-subscribe-notifications {
    margin-top:7px!important;
    color:var(--pa-muted)!important;
    font-size:13px!important;
}

/* COMMENTS */
body.psych-answers-feed .pa-answer-card .comments {
    margin-top:12px!important;
}

body.psych-answers-feed .pa-answer-card .gc-comment-form {
    margin-top:10px!important;
    padding:10px!important;
    border:1px solid var(--pa-border)!important;
    border-radius:11px!important;
    background:#FBFCFE!important;
}

body.psych-answers-feed .pa-answer-card .gc-comment-form .user-image-wrapper {
    display:none!important;
}

body.psych-answers-feed .pa-answer-card .new-comment-textarea,
body.psych-answers-feed .pa-answer-card .emoji-wysiwyg-editor {
    width:100%!important;
    min-height:70px!important;
    padding:10px 11px!important;
    border:1px solid var(--pa-border-strong)!important;
    border-radius:9px!important;
    background:#FFF!important;
    color:var(--pa-text)!important;
    font:500 12px/1.5 Manrope,Arial,sans-serif!important;
    outline:none!important;
    box-shadow:none!important;
}

body.psych-answers-feed .pa-answer-card .new-comment-textarea:focus,
body.psych-answers-feed .pa-answer-card .emoji-wysiwyg-editor:focus {
    border-color:var(--pa-primary)!important;
    box-shadow:0 0 0 3px rgba(52,153,253,.10)!important;
}

body.psych-answers-feed .pa-answer-card .btn-send {
    min-height:34px!important;
    margin-top:7px!important;
    padding:0 12px!important;
    border:0!important;
    border-radius:8px!important;
    background:var(--pa-primary)!important;
    color:#FFF!important;
    font:650 11px/34px Manrope,Arial,sans-serif!important;
}

/* REVIEW ACTIONS */
body.psych-answers-feed .pa-answer-card .lesson-answer-form {
    grid-column:2!important;
}

body.psych-answers-feed .pa-answer-card .answer-controls {
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:7px!important;
    margin-top:12px!important;
    padding-top:12px!important;
    border-top:1px solid var(--pa-border)!important;
}

body.psych-answers-feed .pa-answer-card .answer-controls > .btn,
body.psych-answers-feed .pa-answer-card .answer-controls .btn-group > .btn {
    min-height:34px!important;
    margin:0!important;
    padding:0 11px!important;
    border-radius:8px!important;
    font:650 11px/32px Manrope,Arial,sans-serif!important;
    box-shadow:none!important;
}

body.psych-answers-feed .pa-answer-card .btn-success {
    border-color:#A9E7C9!important;
    background:var(--pa-success-soft)!important;
    color:var(--pa-success)!important;
}

body.psych-answers-feed .pa-answer-card .btn-danger {
    border-color:#F5C5C1!important;
    background:var(--pa-danger-soft)!important;
    color:var(--pa-danger)!important;
}

body.psych-answers-feed .pa-answer-card .answer-controls .btn-group {
    margin:0!important;
}

body.psych-answers-feed .pa-answer-card .dropdown-menu {
    padding:5px!important;
    border:1px solid var(--pa-border)!important;
    border-radius:10px!important;
    box-shadow:0 12px 32px rgba(16,24,40,.14)!important;
}

body.psych-answers-feed .pa-answer-card .dropdown-menu > li > a {
    padding:7px 9px!important;
    border-radius:7px!important;
    color:var(--pa-text)!important;
    font-size:13px!important;
}

body.psych-answers-feed .pa-answer-card .dropdown-menu > li > a:hover {
    background:#F5F8FC!important;
}

body.psych-answers-feed .pa-answer-card .answer-status-review-info {
    margin-left:auto!important;
    color:var(--pa-muted)!important;
    font-size:13px!important;
}

body.psych-answers-feed .pa-answer-card .public-level-block {
    margin:0!important;
    font-size:13px!important;
}

@media (max-width:1100px) and (min-width:768px) {
    body.psych-answers-feed .pa-layout {
        grid-template-columns:205px minmax(0,1fr)!important;
    }

    body.psych-answers-feed .dropdown-filter {
        min-width:138px!important;
    }

    body.psych-answers-feed .pa-select {
        min-width:138px!important;
    }
}


/* =========================================================
   LAYOUT FIX / v0.1.1
   Explicit columns: native Bootstrap styles must not shrink
   the central answers feed.
   ========================================================= */
@media (min-width:768px) {
    body.psych-answers-feed .pa-layout {
        width:100% !important;
        max-width:none !important;
        display:grid !important;
        grid-template-columns:240px minmax(0,1fr) !important;
        align-items:start !important;
        gap:22px !important;
        margin:0 !important;
        padding:0 !important;
    }

    body.psych-answers-feed .pa-layout::before,
    body.psych-answers-feed .pa-layout::after {
        display:none !important;
        content:none !important;
    }

    body.psych-answers-feed .pa-layout > .pa-training-column {
        grid-column:1 !important;
        width:240px !important;
        max-width:240px !important;
        min-width:240px !important;
        float:none !important;
        clear:none !important;
        margin:0 !important;
        padding:0 !important;
    }

    body.psych-answers-feed .pa-layout > .pa-answers-column {
        grid-column:2 !important;
        width:100% !important;
        max-width:none !important;
        min-width:0 !important;
        float:none !important;
        clear:none !important;
        margin:0 !important;
        padding:0 !important;
    }

    body.psych-answers-feed .pa-layout > .pa-mission-column {
        display:none !important;
    }

    body.psych-answers-feed .pa-answers-column > .answers-list,
    body.psych-answers-feed .pa-answers-column .answers-list {
        width:100% !important;
        max-width:none !important;
        min-width:0 !important;
        float:none !important;
        margin-left:0 !important;
        margin-right:0 !important;
    }

    body.psych-answers-feed .pa-answers-column .pa-answer-card {
        width:100% !important;
        max-width:none !important;
        min-width:0 !important;
        float:none !important;
        box-sizing:border-box !important;
    }

    body.psych-answers-feed .pa-answer-card > .answer-content {
        width:auto !important;
        max-width:none !important;
        min-width:0 !important;
        float:none !important;
    }

    body.psych-answers-feed .pa-answer-card .lesson-answer-form {
        width:100% !important;
        max-width:none !important;
        float:none !important;
        box-sizing:border-box !important;
    }
}


/* FONT SCALE / v0.1.2 */
body.psych-answers-feed .pa-answer-card .answer-text {
    font-size:13px!important;
    line-height:1.6!important;
}

body.psych-answers-feed .pa-answer-card .user-profile-link {
    font-size:13px!important;
}

body.psych-answers-feed .pa-answer-card .show-lesson-link {
    font-size:12px!important;
}

body.psych-answers-feed .pa-answer-card .answer-date,
body.psych-answers-feed .pa-answer-card .answer-status-review-info,
body.psych-answers-feed .pa-answer-card .public-level-block {
    font-size:11px!important;
}

body.psych-answers-feed .pa-filter-check,
body.psych-answers-feed .pa-filter-count,
body.psych-answers-feed .pa-filter-reset a,
body.psych-answers-feed .pa-training-filter .filter-list > li > a {
    font-size:12px!important;
}


/* =========================================================
   COMMENTS / v0.1.3
   Works for comments added dynamically by GetCourse.
   ========================================================= */
body.psych-answers-feed .pa-answer-card .comments-container,
body.psych-answers-feed .pa-answer-card .comments-top-level {
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    box-sizing:border-box!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment {
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:8px 0 0!important;
    padding:0!important;
    float:none!important;
    clear:both!important;
    box-sizing:border-box!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment > .comment-wrapper {
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    float:none!important;
    box-sizing:border-box!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body {
    position:relative!important;
    display:grid!important;
    grid-template-columns:34px minmax(0,1fr)!important;
    column-gap:10px!important;
    row-gap:4px!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:11px 12px!important;
    border:1px solid var(--pa-border)!important;
    border-radius:11px!important;
    background:#FFF!important;
    box-shadow:none!important;
    box-sizing:border-box!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment.my-comment .pa-comment__body {
    border-color:#D8EAFE!important;
    background:#F5FAFF!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body > .user-image-wrapper {
    grid-column:1!important;
    grid-row:1 / span 3!important;
    display:block!important;
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    max-width:34px!important;
    margin:0!important;
    padding:0!important;
    float:none!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body > .user-image-wrapper img {
    display:block!important;
    width:34px!important;
    height:34px!important;
    max-width:34px!important;
    border-radius:50%!important;
    object-fit:cover!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body > .title {
    grid-column:2!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:5px!important;
    min-height:18px!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body > .title .user-profile-link {
    color:var(--pa-text)!important;
    font-size:12px!important;
    line-height:1.35!important;
    font-weight:700!important;
    text-decoration:none!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body > .title .comment-user-type {
    color:var(--pa-muted)!important;
    font-size:10px!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body > .text {
    grid-column:2!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    float:none!important;
    color:var(--pa-text)!important;
    font-size:12px!important;
    line-height:1.55!important;
    box-sizing:border-box!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body .text-content {
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    color:var(--pa-text)!important;
    font-size:12px!important;
    line-height:1.55!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body .comment-time {
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:5px!important;
    margin-top:5px!important;
    color:var(--pa-muted)!important;
    font-size:10px!important;
    line-height:1.35!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body .comment-time > .value {
    padding-right:0!important;
    font-size:10px!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body .b-like-and-subscribe-notifications {
    display:inline-flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:4px!important;
    margin:0!important;
    color:var(--pa-muted)!important;
    font-size:10px!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body .pseudo-link {
    font-size:10px!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body .comments {
    grid-column:2!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
}


/* NEW COMMENTS */
body.psych-answers-feed .pa-answer-card
.pa-comment .fresh-comment.pa-comment__body,
body.psych-answers-feed .pa-answer-card
.pa-comment__body.fresh-comment {
    border-color:#F2C94C!important;
    background:#FFF!important;
    box-shadow:
        0 0 0 1px rgba(242,201,76,.10)!important;
}


/* MARKED ANSWERS */
body.psych-answers-feed .pa-answer-card.marked {
    border-color:#F2C94C!important;
    box-shadow:
        0 0 0 1px rgba(242,201,76,.10),
        0 8px 24px rgba(16,24,40,.045)!important;
}

body.psych-answers-feed .pa-answer-card.marked::after {
    content:"★ Отмечено";
    position:absolute;
    top:12px;
    right:14px;
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:0 8px;
    border:1px solid rgba(242,201,76,.45);
    border-radius:999px;
    background:#FFF9E8;
    color:#9A6A00;
    font:700 10px/1 Manrope,Arial,sans-serif;
    letter-spacing:.01em;
    pointer-events:none;
}

body.psych-answers-feed .pa-answer-card.marked .answer-status {
    padding-right:88px!important;
}


/* REJECTED / NOT ACCEPTED */
body.psych-answers-feed .pa-answer-status.pa-answer-status--danger,
body.psych-answers-feed .pa-answer-card.status-declined .pa-answer-status,
body.psych-answers-feed .pa-answer-card.status-not_accepted .pa-answer-status,
body.psych-answers-feed .pa-answer-card.status-not-accepted .pa-answer-status {
    background:#FEF3F2!important;
    color:#B42318!important;
    border:1px solid #FECDCA!important;
}


/* TYPOGRAPHY SCALE / v0.1.8 */
body.psych-answers-feed {
    font-size:14px!important;
}

body.psych-answers-feed .page-header h1 {
    font-size:28px!important;
    line-height:1.2!important;
}

body.psych-answers-feed .pa-select__trigger,
body.psych-answers-feed .pa-select__option,
body.psych-answers-feed .pa-filter-check,
body.psych-answers-feed .pa-filter-count,
body.psych-answers-feed .pa-filter-reset a,
body.psych-answers-feed .pa-training-filter .filter-list > li > a {
    font-size:13px!important;
}

body.psych-answers-feed .pa-answer-card .show-lesson-link {
    font-size:13px!important;
    line-height:1.45!important;
}

body.psych-answers-feed .pa-answer-card .user-profile-link {
    font-size:14px!important;
}

body.psych-answers-feed .pa-answer-card .answer-date,
body.psych-answers-feed .pa-answer-card .answer-status-review-info,
body.psych-answers-feed .pa-answer-card .public-level-block {
    font-size:12px!important;
}

body.psych-answers-feed .pa-answer-card .answer-text {
    font-size:15px!important;
    line-height:1.65!important;
}

body.psych-answers-feed .pa-answer-card .btn,
body.psych-answers-feed .pa-answer-card .dropdown-menu,
body.psych-answers-feed .pa-answer-card .dropdown-menu a {
    font-size:13px!important;
}

body.psych-answers-feed .pa-answer-card .new-comment-textarea,
body.psych-answers-feed .pa-answer-card .emoji-wysiwyg-editor {
    font-size:14px!important;
    line-height:1.5!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body > .title .user-profile-link {
    font-size:13px!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body > .text,
body.psych-answers-feed .pa-answer-card .pa-comment__body .text-content {
    font-size:13px!important;
    line-height:1.55!important;
}

body.psych-answers-feed .pa-answer-card .pa-comment__body .comment-time,
body.psych-answers-feed .pa-answer-card .pa-comment__body .comment-time > .value,
body.psych-answers-feed .pa-answer-card .pa-comment__body .b-like-and-subscribe-notifications {
    font-size:11px!important;
}


/* =========================================================
   NATIVE ANSWER HIDE FIX / v0.1.9
   GetCourse hides reviewed answers by setting inline display:none.
   The custom card layout uses display:grid/block !important, so
   without this override the reviewed card remains visible.
   ========================================================= */
body.psych-answers-feed .pa-answer-card[style*="display: none"],
body.psych-answers-feed .pa-answer-card[style*="display:none"] {
    display:none !important;
}
