/* FISINGCLUB PATCH 30.0.6: COMMUNITY REACTIONS */
.community306-post-reactions {
    align-items: center;
    border-top: 1px solid #e2ecee;
    display: flex;
    gap: .65rem;
    padding: 1.1rem 2.4rem;
}

.community306-post-reactions form {
    margin: 0;
}

.community306-post-reactions button,
.community306-post-reactions > a {
    align-items: center;
    background: #fff;
    border: 1px solid #cadde1;
    border-radius: 999px;
    color: #41616d;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    gap: .42rem;
    min-height: 2.65rem;
    padding: .55rem .95rem;
    text-decoration: none;
}

.community306-post-reactions button > span,
.community306-post-reactions > a > span {
    color: #9aabb2;
}

.community306-like-icon {
    background: currentColor;
    display: inline-block;
    height: .58rem;
    margin: 0 .14rem;
    position: relative;
    transform: rotate(45deg);
    width: .58rem;
}

.community306-like-icon::before,
.community306-like-icon::after {
    background: currentColor;
    border-radius: 50%;
    content: "";
    height: .58rem;
    position: absolute;
    width: .58rem;
}

.community306-like-icon::before {
    left: -.3rem;
}

.community306-like-icon::after {
    top: -.3rem;
}

.community306-comment-icon {
    border: 2px solid currentColor;
    border-radius: 50%;
    display: inline-block;
    height: .62rem;
    position: relative;
    width: .62rem;
}

.community306-comment-icon::after {
    border-left: .22rem solid currentColor;
    border-top: .22rem solid transparent;
    bottom: -.18rem;
    content: "";
    position: absolute;
    right: -.05rem;
    transform: rotate(18deg);
}

.community306-post-reactions strong {
    font-size: .82rem;
}

.community306-post-reactions em {
    color: #6d838c;
    font-size: .78rem;
    font-style: normal;
    font-weight: 800;
}

.community306-post-reactions form.is-active button {
    background: #fff0f3;
    border-color: #ed9dab;
    color: #b5223d;
}

.community306-post-reactions form.is-active button > span {
    color: #e33653;
}

.community306-post-reactions button:disabled {
    cursor: wait;
    opacity: .65;
}

.community306-comments {
    background: #fff;
    border: 1px solid var(--community305-line);
    border-radius: 1.25rem;
    margin-top: 1.15rem;
    padding: clamp(1.15rem, 4vw, 2.2rem);
}

.community306-comments-heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.community306-comments-heading span {
    color: var(--community305-teal);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.community306-comments-heading h2 {
    font-size: 1.45rem;
    margin: .32rem 0 0;
}

.community306-comments-heading p {
    color: var(--community305-muted);
    font-size: .8rem;
    margin: 0;
}

.community306-comment-composer,
.community306-reply-form,
.community306-inline-reply {
    display: grid;
    gap: .65rem;
}

.community306-comment-composer {
    background: #f5f9fa;
    border: 1px solid #dce9eb;
    border-radius: 1rem;
    margin-bottom: 1.2rem;
    padding: 1rem;
}

.community306-comment-composer textarea,
.community306-reply-form textarea,
.community306-inline-reply textarea {
    background: #fff;
    border: 1px solid #c8dce1;
    border-radius: .75rem;
    box-sizing: border-box;
    color: #173846;
    font: inherit;
    line-height: 1.65;
    padding: .8rem .9rem;
    resize: vertical;
    width: 100%;
}

.community306-comment-composer > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.community306-comment-composer small {
    color: #71868e;
}

.community306-login-prompt {
    align-items: center;
    background: #eef7f7;
    border-radius: .9rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2rem;
    padding: 1rem 1.1rem;
}

.community306-login-prompt strong {
    font-size: .85rem;
}

.community306-comment-empty {
    border: 1px dashed #c8dce1;
    border-radius: 1rem;
    padding: 2.7rem 1rem;
    text-align: center;
}

.community306-comment-empty strong {
    display: block;
}

.community306-comment-empty p {
    color: var(--community305-muted);
    font-size: .82rem;
    margin: .45rem 0 0;
}

.community306-comment-list {
    display: grid;
}

.community306-comment-list > article {
    display: grid;
    gap: .85rem;
    grid-template-columns: 2.4rem minmax(0, 1fr);
    padding: 1.2rem .2rem;
}

.community306-comment-list > article + article {
    border-top: 1px solid #e5edef;
}

.community306-comment-list > article.is-reply {
    background: linear-gradient(90deg, transparent, #f5f9f9 10%, #f5f9f9);
    border-radius: .8rem;
    margin-left: 2.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.community306-comment-list > article.is-deleted {
    color: #8a9ba2;
}

.community306-comment-avatar {
    align-items: center;
    background: #dff3f1;
    border-radius: 50%;
    color: #087e78;
    display: flex;
    font-size: .82rem;
    font-weight: 900;
    height: 2.4rem;
    justify-content: center;
    width: 2.4rem;
}

.community306-comment-body > header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: .7rem;
}

.community306-comment-body > header > div:first-child {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.community306-comment-body > header strong {
    font-size: .86rem;
}

.community306-comment-body > header span {
    background: #e3f6ee;
    border-radius: 999px;
    color: #17704d;
    font-size: .64rem;
    font-weight: 900;
    padding: .2rem .4rem;
}

.community306-comment-body time {
    color: #81939a;
    font-size: .7rem;
}

.community306-comment-body > p {
    color: #2d4e5b;
    font-size: .9rem;
    line-height: 1.75;
    margin: .55rem 0 0;
    overflow-wrap: anywhere;
}

.community306-comment-actions {
    align-items: center;
    display: flex;
    gap: .3rem;
}

.community306-comment-actions form {
    margin: 0;
}

.community306-comment-actions button {
    background: transparent;
    border: 0;
    color: #6d838c;
    cursor: pointer;
    font: inherit;
    font-size: .72rem;
    font-weight: 800;
    padding: .25rem;
}

.community306-comment-actions form button {
    color: #b23a4d;
}

.community306-reply-form {
    background: #eef6f6;
    border-radius: .75rem;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: .8rem;
    padding: .7rem;
}

.community306-reply-form[hidden] {
    display: none;
}

.community306-reply-form button {
    align-self: end;
}

.community306-reaction-hero {
    background: linear-gradient(135deg, #123e50, #0c7580 62%, #2a9d8f);
}

.community306-reaction-hero h1,
.community306-reaction-hero p,
.community306-reaction-hero .member-page-heading > div > span {
    color: #fff;
}

.community306-reaction-hero p {
    opacity: .78;
}

.community306-unread-total {
    align-items: flex-end;
    color: #fff;
    display: flex;
    font-size: 3rem;
    gap: .45rem;
}

.community306-unread-total small {
    font-size: .76rem;
    padding-bottom: .55rem;
}

.community306-reaction-container {
    max-width: 980px;
}

.community306-reaction-toolbar,
.community306-reaction-toolbar > div {
    align-items: center;
    display: flex;
}

.community306-reaction-toolbar {
    justify-content: space-between;
    margin-bottom: 1rem;
}

.community306-reaction-toolbar > div {
    flex-wrap: wrap;
    gap: .55rem;
}

.community306-reaction-toolbar span {
    color: #6d838c;
    font-size: .78rem;
}

.community306-reaction-toolbar form {
    margin: 0;
}

.community306-reaction-list {
    display: grid;
    gap: .8rem;
}

.community306-reaction-list > article {
    background: #fff;
    border: 1px solid #d7e4e7;
    border-radius: 1rem;
    padding: 1.1rem 1.2rem;
}

.community306-reaction-list > article.is-unread {
    border-color: #eb8799;
    box-shadow: 0 0 0 3px rgba(227, 54, 83, .06);
}

.community306-reaction-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: .7rem;
}

.community306-reaction-head > div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.community306-reaction-head strong {
    font-size: .88rem;
}

.community306-reaction-head small {
    color: #758a93;
    font-size: .72rem;
}

.community306-reaction-head > a,
.community306-post-title {
    color: #087e88;
    font-size: .76rem;
    font-weight: 900;
}

.community306-new-badge,
.community306-alert-badge {
    align-items: center;
    background: #e53653;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .66rem;
    font-style: normal;
    font-weight: 900;
    justify-content: center;
    min-height: 1.25rem;
    min-width: 1.25rem;
    padding: .15rem .42rem;
}

.community306-post-title {
    display: block;
    font-size: .86rem;
    margin-top: .75rem;
}

.community306-reaction-list > article > p {
    background: #f5f9fa;
    border-radius: .7rem;
    color: #365561;
    font-size: .87rem;
    line-height: 1.7;
    margin: .65rem 0;
    padding: .75rem .85rem;
}

.community306-inline-reply {
    grid-template-columns: minmax(0, 1fr) auto;
}

.community306-inline-reply button {
    align-self: end;
}

.community306-quick-title {
    align-items: center;
    display: flex;
    gap: .45rem;
}

.community306-dashboard-section {
    padding-top: 0;
}

.community306-dashboard-reactions .member-panel-heading h2 {
    align-items: center;
    display: flex;
    gap: .5rem;
}

.community306-dashboard-reaction-list {
    display: grid;
    gap: .7rem;
}

.community306-dashboard-reaction-list > article {
    border: 1px solid #dce7ea;
    border-radius: .85rem;
    padding: .9rem;
}

.community306-dashboard-reaction-list > article.is-unread {
    border-left: 4px solid #e53653;
}

.community306-dashboard-reaction-list header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: .7rem;
}

.community306-dashboard-reaction-list header div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.community306-dashboard-reaction-list header a {
    color: #087e88;
    font-size: .74rem;
    font-weight: 900;
}

.community306-dashboard-reaction-list header small {
    color: #778c94;
    font-size: .7rem;
}

.community306-dashboard-reaction-list > article > strong {
    display: block;
    font-size: .84rem;
    margin-top: .55rem;
}

.community306-dashboard-reaction-list > article > p {
    color: #526c76;
    font-size: .82rem;
    margin: .4rem 0 .65rem;
}

.community306-dashboard-reaction-list .community306-inline-reply textarea {
    min-height: 3.4rem;
}

.community306-admin-heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.community306-admin-comment-table td:first-child {
    min-width: 25rem;
}

.community306-admin-comment {
    display: grid;
    gap: .45rem;
}

.community306-admin-comment span {
    color: #66808a;
    font-size: .72rem;
    font-weight: 800;
}

.community306-admin-comment p {
    line-height: 1.65;
    margin: 0;
}

.community306-admin-comment-table td > a {
    color: #087e88;
    display: block;
    font-size: .74rem;
    font-weight: 900;
    margin-top: .35rem;
}

.community306-admin-comment-action {
    display: flex;
    gap: .45rem;
    min-width: 12rem;
}

.community306-admin-comment-action select {
    border: 1px solid #c9d9de;
    border-radius: .55rem;
    padding: .45rem;
}

.community305-board-stats {
    grid-template-columns: repeat(4, auto);
    min-width: 19rem;
}

@media (max-width: 760px) {
    .community306-post-reactions {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }

    .community306-comments-heading,
    .community306-reaction-toolbar,
    .community306-login-prompt,
    .community306-admin-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .community306-comment-list > article.is-reply {
        margin-left: 1rem;
    }

    .community306-comment-body > header {
        align-items: flex-start;
        flex-direction: column;
    }

    .community306-reply-form,
    .community306-inline-reply {
        grid-template-columns: 1fr;
    }

    .community306-reply-form button,
    .community306-inline-reply button {
        justify-self: end;
    }

    .community306-reaction-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .community305-board-stats {
        grid-template-columns: repeat(2, 1fr);
        min-width: 0;
    }
}
