.community-body {
    background: #f7f8fa;
    color: #16222c;
    font: 400 16px/1.6 "Roboto Condensed", Arial, sans-serif;
}

[data-bs-theme="dark"] .community-body,
html[data-bs-theme="dark"] body {
    background: #12181d;
    color: #f6f8f9;
}

.community-nav,
.community-footer {
    background: #1d252b;
}

.community-footer,
.community-footer a {
    color: #f6f8f9;
    font-size: .9rem;
}

.community-nav .nav-link,
.community-nav .navbar-brand {
    color: #fff;
    font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
    font-size: .86rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2;
    text-transform: uppercase;
}

.community-nav .navbar-brand {
    font-size: 1rem;
}

.community-nav .nav-link:hover,
.community-nav .nav-link.active {
    color: #55bd63;
}

.community-nav-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.community-hero {
    background: #fff;
    border: 1px solid #d8dee4;
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(22, 34, 44, .06);
    color: #16222c;
    padding: clamp(1.5rem, 4vw, 3rem);
}

.community-kicker {
    color: #42af53;
    font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}

.community-hero h1,
.community-card h1,
.community-card h2,
.community-card h3 {
    color: #0f2433;
    font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.12;
    text-transform: uppercase;
}

.community-hero h1 {
    font-size: clamp(2rem, 4vw, 2.7rem);
}

.community-card h1,
.community-card .h1 {
    font-size: 2rem;
}

.community-card h2,
.community-card .h2,
.community-card .h4 {
    font-size: 1.45rem;
}

.community-card h3,
.community-card .h3,
.community-card .h5 {
    font-size: 1.08rem;
}

.community-hero .lead {
    color: #334352;
    font-size: 1rem;
    line-height: 1.55;
}

.community-road-panel,
.community-card {
    background: #fff;
    border: 1px solid #d8dee4;
    border-radius: 0;
    box-shadow: 0 6px 18px rgba(22, 34, 44, .04);
    padding: 1.25rem;
}

.community-road-panel {
    background: #f8fbf8;
    border-color: #b9d2b4;
    color: #16222c;
}

.community-road-panel span,
.community-road-panel small {
    display: block;
}

.community-road-panel strong {
    display: block;
    font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
    font-size: 1.45rem;
    line-height: 1.1;
    margin: .5rem 0;
    text-transform: uppercase;
}

.community-road-panel span {
    font-size: .9rem;
}

.community-road-panel small {
    color: #5b6975;
    font-size: .88rem;
    line-height: 1.45;
}

html[data-bs-theme="dark"] .community-card {
    background: #1a232a;
    border-color: #32404a;
}

html[data-bs-theme="dark"] .community-hero,
html[data-bs-theme="dark"] .community-road-panel {
    background: #1a232a;
    border-color: #32404a;
    color: #f6f8f9;
}

html[data-bs-theme="dark"] .community-hero h1,
html[data-bs-theme="dark"] .community-card h1,
html[data-bs-theme="dark"] .community-card h2,
html[data-bs-theme="dark"] .community-card h3 {
    color: #f6f8f9;
}

.btn-accent,
.btn-outline-accent:hover {
    background: #4db65d;
    border-color: #4db65d;
    color: #fff;
    font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.4;
    text-transform: none;
}

.btn-outline-accent {
    background: #fff;
    border-color: #4db65d;
    color: #309641;
    font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.4;
    text-transform: none;
}

.btn-accent:hover,
.btn-outline-accent:hover {
    background: #3da84e;
    border-color: #3da84e;
    color: #fff;
}

.btn-outline-light {
    border-color: #6f7d87;
    color: #fff;
    font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
    font-size: .85rem;
    font-weight: 700;
}

.community-main .btn-lg {
    font-size: .95rem;
    padding: .55rem 1rem;
}

.community-main .btn-sm {
    font-size: .78rem;
    padding: .35rem .65rem;
}

.form-control,
.form-select {
    border-color: #d8dee4;
    border-radius: 0;
    color: #16222c;
    font: 400 .95rem/1.45 "Roboto Condensed", Arial, sans-serif;
    min-height: 36px;
}

.form-label {
    color: #16222c;
    font: 700 .9rem/1.3 "Roboto Condensed", Arial, sans-serif;
}

.form-control:focus,
.form-select:focus {
    border-color: #4db65d;
    box-shadow: 0 0 0 .2rem rgba(77, 182, 93, .18);
}

.community-avatar,
.community-avatar-lg {
    border-radius: 50%;
    object-fit: cover;
    background: #1d252b;
}

.community-avatar {
    height: 48px;
    width: 48px;
}

.community-avatar-lg {
    height: 76px;
    width: 76px;
}

.community-post {
    border-top: 1px solid #d8dee4;
    padding: 1.25rem 0;
}

.community-post:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.community-privacy {
    background: #1d252b;
    color: #fff;
    font: 700 .75rem/1 "Oswald", "Roboto Condensed", Arial, sans-serif;
    margin-top: .35rem;
    text-transform: uppercase;
}

.community-post-image {
    border: 1px solid #d8dee4;
    border-radius: 0;
    max-height: 520px;
    object-fit: cover;
    width: 100%;
}

.community-post-actions,
.community-comment-form {
    align-items: center;
    display: flex;
    gap: .75rem;
    margin-top: .85rem;
}

.community-comment-form .form-control {
    min-width: 0;
}

.community-comments {
    display: grid;
    gap: .5rem;
    margin-top: .85rem;
}

.community-comment {
    background: #f1f4f6;
    border: 1px solid #d8dee4;
    border-radius: 0;
    font-size: .95rem;
    line-height: 1.45;
    padding: .6rem .75rem;
}

.community-comment-body {
    display: grid;
    gap: .15rem;
}

.community-comment-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .35rem;
}

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

.community-comment-actions a,
.community-comment-actions button {
    background: transparent;
    border: 0;
    color: #5b6975;
    font: 700 .85rem/1 "Roboto Condensed", Arial, sans-serif;
    padding: 0;
    text-decoration: none;
}

.community-comment-actions a:hover,
.community-comment-actions button:hover {
    color: #111820;
}

.community-comment-edit-form {
    align-items: center;
    display: flex;
    gap: .5rem;
    margin-top: .5rem;
}

.community-load-more {
    background: #fff;
    border: 1px solid #4db75f;
    color: #2f8f40;
    display: block;
    font: 700 1rem/1.2 "Roboto Condensed", Arial, sans-serif;
    margin: 1rem auto 0;
    max-width: 260px;
    padding: .65rem 1rem;
    width: 100%;
}

.community-load-more:hover {
    background: #edf7ef;
}

.community-feed-filters {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.community-feed-filters a {
    border: 1px solid #9fb2a3;
    color: #26313b;
    font: 700 .95rem/1 "Roboto Condensed", Arial, sans-serif;
    padding: .45rem .65rem;
    text-decoration: none;
}

.community-feed-filters a:hover,
.community-feed-filters a.is-active {
    background: #4db75f;
    border-color: #4db75f;
    color: #fff;
}

.community-header-search input {
    background: #fff;
    border: 1px solid #52606a;
    color: #111820;
    font: 700 .9rem/1.2 "Roboto Condensed", Arial, sans-serif;
    max-width: 150px;
    padding: .3rem .5rem;
}

.community-search-page-form {
    align-items: center;
    display: flex;
    gap: .5rem;
    min-width: min(100%, 420px);
}

.community-search-results {
    display: grid;
    gap: 1rem;
}

.community-search-result {
    border-top: 1px solid #d8dee4;
    display: grid;
    gap: .2rem;
    padding: .8rem 0;
}

.community-search-result:first-of-type {
    border-top: 0;
}

.community-search-result a {
    color: #111820;
    font: 700 1.05rem/1.2 "Roboto Condensed", Arial, sans-serif;
    text-decoration: none;
}

.community-search-result span {
    color: #2f3842;
}

.community-search-result small {
    color: #69727b;
}

.community-search-result-with-image {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.community-search-result-with-image img {
    border-radius: 50%;
    height: 48px;
    object-fit: cover;
    width: 48px;
}

.community-profile-tabs {
    border-bottom: 1px solid #d8dee4;
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin: -.25rem 0 1rem;
}

.community-profile-tabs a {
    color: #4e5a64;
    font: 700 1rem/1 "Roboto Condensed", Arial, sans-serif;
    padding: .65rem .75rem;
    text-decoration: none;
}

.community-profile-tabs a:hover,
.community-profile-tabs a.is-active {
    border-bottom: 3px solid #4db75f;
    color: #111820;
}

.community-profile-photo-grid {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.community-profile-photo-grid img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

.community-profile-about {
    display: grid;
    gap: .6rem 1rem;
    grid-template-columns: minmax(120px, max-content) 1fr;
    margin: 0;
}

.community-profile-about dt {
    color: #5b6975;
    font-weight: 700;
}

.community-profile-about dd {
    margin: 0;
}

.community-profile-friends-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.community-profile-friend {
    align-items: center;
    border: 1px solid #d8dee4;
    color: #111820;
    display: grid;
    gap: .15rem .65rem;
    grid-template-columns: 48px 1fr;
    padding: .65rem;
    text-decoration: none;
}

.community-profile-friend img {
    border-radius: 50%;
    grid-row: span 2;
    height: 48px;
    object-fit: cover;
    width: 48px;
}

.community-profile-friend span {
    font-weight: 700;
}

.community-profile-friend small {
    color: #69727b;
}

.community-suggested-riders {
    display: grid;
    gap: .75rem;
}

.community-suggested-rider {
    align-items: center;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
}

.community-suggested-rider a {
    align-items: center;
    color: #111820;
    display: flex;
    gap: .65rem;
    min-width: 0;
    text-decoration: none;
}

.community-suggested-rider img,
.community-rider-suggestion-card img {
    border-radius: 50%;
    height: 48px;
    object-fit: cover;
    width: 48px;
}

.community-suggested-rider span {
    display: grid;
    min-width: 0;
}

.community-suggested-rider small {
    color: #69727b;
}

.community-rider-suggestion-card {
    align-items: flex-start;
    display: flex;
    gap: .9rem;
}

.community-rider-suggestion-card img {
    height: 72px;
    width: 72px;
}

html[data-bs-theme="dark"] .community-comment {
    background: #202b33;
    border-color: #32404a;
}

html[data-bs-theme="dark"] .community-comment-actions a,
html[data-bs-theme="dark"] .community-comment-actions button {
    color: #c5ced6;
}

html[data-bs-theme="dark"] .community-load-more {
    background: #151d23;
    border-color: #4db75f;
    color: #c8f2cf;
}

html[data-bs-theme="dark"] .community-feed-filters a {
    border-color: #52606a;
    color: #edf2f6;
}

html[data-bs-theme="dark"] .community-search-result {
    border-color: #32404a;
}

html[data-bs-theme="dark"] .community-search-result a,
html[data-bs-theme="dark"] .community-search-result span {
    color: #edf2f6;
}

html[data-bs-theme="dark"] .community-profile-tabs {
    border-color: #32404a;
}

html[data-bs-theme="dark"] .community-profile-tabs a,
html[data-bs-theme="dark"] .community-profile-friend,
html[data-bs-theme="dark"] .community-suggested-rider a {
    color: #edf2f6;
}

html[data-bs-theme="dark"] .community-profile-friend {
    border-color: #32404a;
}

.community-empty {
    align-items: center;
    border: 1px dashed #aeb8c2;
    border-radius: 0;
    display: grid;
    font-size: .95rem;
    gap: .25rem;
    padding: 1.25rem;
    text-align: center;
}

.community-stat-list {
    display: grid;
    gap: .5rem;
}

.community-stat-list div {
    align-items: center;
    border-bottom: 1px solid #d8dee4;
    display: flex;
    justify-content: space-between;
}

.community-stat-list dd {
    font-family: "Oswald", "Roboto Condensed", Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0;
}

.community-stat-list dt {
    color: #5b6975;
    font-size: .92rem;
    font-weight: 400;
}

.community-widget-list {
    display: grid;
    gap: .75rem;
}

.community-widget-list a {
    color: inherit;
    display: grid;
    font-size: .95rem;
    line-height: 1.35;
    text-decoration: none;
}

.community-widget-list strong {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: .98rem;
    font-weight: 700;
}

.community-widget-list a:hover strong {
    color: #42af53;
}

.community-widget-list span {
    color: #5b6975;
    font-size: .88rem;
}

.community-contacts-panel {
    color: #111820;
}

.community-contacts-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: .85rem;
}

.community-contacts-header h2 {
    color: #18232c;
    font: 700 1.35rem/1 "Roboto Condensed", Arial, sans-serif;
    margin: 0;
}

.community-contacts-tools {
    align-items: center;
    display: flex;
    gap: .45rem;
}

.community-contact-tool {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: #5b636b;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    padding: 0;
    width: 34px;
}

.community-contact-tool:hover {
    background: #e8edf0;
    color: #111820;
}

.community-contact-tool svg {
    fill: currentColor;
    height: 23px;
    width: 23px;
}

.community-contact-list {
    display: grid;
    gap: .45rem;
}

.community-contact-item {
    align-items: center;
    color: #111820;
    display: flex;
    gap: .95rem;
    min-height: 56px;
    padding: .2rem 0;
    text-decoration: none;
}

.community-contact-item:hover strong {
    color: #42af53;
}

.community-contact-avatar {
    display: inline-flex;
    position: relative;
}

.community-contact-avatar img {
    background: #1d252b;
    border-radius: 50%;
    height: 52px;
    object-fit: cover;
    width: 52px;
}

.community-contact-status {
    background: #d84242;
    border: 2px solid #f7f9fb;
    border-radius: 50%;
    bottom: 1px;
    height: 14px;
    position: absolute;
    right: -1px;
    width: 14px;
}

.community-contact-status.is-online {
    background: #2faf4a;
}

.community-contact-status.is-offline {
    background: #d84242;
}

.community-contact-item strong {
    font: 700 1.25rem/1.15 Arial, Helvetica, sans-serif;
}

html[data-bs-theme="dark"] .community-contacts-panel,
html[data-bs-theme="dark"] .community-contacts-header h2,
html[data-bs-theme="dark"] .community-contact-item {
    color: #edf2f6;
}

html[data-bs-theme="dark"] .community-contact-tool {
    color: #aeb8c2;
}

html[data-bs-theme="dark"] .community-contact-tool:hover {
    background: #202b33;
    color: #fff;
}

html[data-bs-theme="dark"] .community-contact-status {
    border-color: #151d23;
}

.community-post strong {
    font-size: 1rem;
}

.community-post p {
    font-size: 1rem;
    line-height: 1.55;
}

.community-post small,
.community-post .small {
    font-size: .86rem;
}

.community-feed-card {
    background: #fff;
    border: 1px solid #d8dee4;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(21, 28, 38, .08);
    margin-bottom: 1rem;
    overflow: hidden;
}

.community-feed-card-header {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1rem .5rem;
}

.community-feed-author {
    align-items: center;
    color: #111820;
    display: flex;
    gap: .75rem;
    min-width: 0;
    text-decoration: none;
}

.community-feed-author:hover strong {
    color: #42af53;
}

.community-feed-avatar {
    background: #1d252b;
    border-radius: 50%;
    flex: 0 0 auto;
    height: 56px;
    object-fit: cover;
    width: 56px;
}

.community-feed-author span {
    display: grid;
    gap: .1rem;
    min-width: 0;
}

.community-feed-author strong {
    color: #111820;
    font: 700 1.25rem/1.1 Arial, Helvetica, sans-serif;
}

.community-feed-author em {
    color: #5b6975;
    font-style: normal;
    font-size: .9rem;
}

.community-feed-author small {
    color: #69727b;
    font: 700 .95rem/1.1 "Roboto Condensed", Arial, sans-serif;
}

.community-feed-menu {
    align-items: center;
    display: flex;
    gap: .55rem;
}

.community-feed-menu form {
    margin: 0;
}

.community-feed-menu a,
.community-feed-menu button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: #626a72;
    display: inline-flex;
    font: 700 1.9rem/1 Arial, Helvetica, sans-serif;
    height: 34px;
    justify-content: center;
    text-decoration: none;
    width: 34px;
}

.community-feed-menu a {
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.community-feed-menu a:hover,
.community-feed-menu button:hover {
    background: #edf0f3;
    color: #111820;
}

.community-feed-menu .community-feed-menu-action {
    border-radius: 6px;
    font: 700 .85rem/1 "Roboto Condensed", Arial, sans-serif;
    height: auto;
    letter-spacing: 0;
    padding: .35rem .45rem;
    width: auto;
}

.community-edit-post-form {
    background: #f4f6f8;
    border: 1px solid #d8dee4;
    margin: 0 1rem 1rem;
    padding: .85rem;
}

.community-feed-body {
    color: #111820;
    font: 400 1.25rem/1.35 Arial, Helvetica, sans-serif;
    margin: .35rem 1rem 1rem;
}

.community-feed-image {
    display: block;
    max-height: 620px;
    object-fit: cover;
    width: 100%;
}

.community-feed-counts {
    align-items: center;
    color: #5f6871;
    display: flex;
    font: 400 1rem/1.2 Arial, Helvetica, sans-serif;
    justify-content: space-between;
    padding: .7rem 1rem .45rem;
}

.community-like-summary {
    align-items: center;
    display: inline-flex;
    gap: .35rem;
}

.community-reaction-icon {
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    object-fit: cover;
    vertical-align: -5px;
    width: 20px;
}

.community-feed-actions {
    border-top: 1px solid #d8dee4;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: .2rem .75rem .45rem;
}

.community-feed-actions form {
    display: contents;
}

.community-reaction-wrap {
    display: grid;
    position: relative;
}

.community-reaction-wrap::before {
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    top: -18px;
}

.community-reaction-picker {
    align-items: center;
    background: #fff;
    border: 1px solid #d8dee4;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(21, 28, 38, .25);
    display: flex;
    gap: .25rem;
    left: 0;
    opacity: 0;
    padding: .25rem;
    pointer-events: none;
    position: absolute;
    top: -54px;
    transform: translateX(6px) translateY(6px);
    transition: opacity .12s ease, transform .12s ease;
    white-space: nowrap;
    z-index: 5;
}

.community-reaction-wrap.is-open .community-reaction-picker,
.community-reaction-wrap:hover .community-reaction-picker,
.community-reaction-wrap:focus-within .community-reaction-picker {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(6px) translateY(0);
}

.community-reaction-picker button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    height: 54px;
    justify-content: center;
    line-height: 1;
    min-height: 54px;
    padding: 0;
    transition: transform .12s ease;
    width: 54px;
}

.community-reaction-picker .community-reaction-icon {
    box-shadow: 0 2px 6px rgba(21, 28, 38, .2);
    height: 50px;
    vertical-align: middle;
    width: 50px;
}

.community-reaction-picker button:hover,
.community-reaction-picker button:focus {
    background: transparent;
    transform: translateY(-5px) scale(1.1);
}

.community-feed-actions > button,
.community-feed-actions > a,
.community-reaction-wrap > button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: #626a72;
    display: inline-flex;
    font: 700 1.05rem/1.2 Arial, Helvetica, sans-serif;
    gap: .45rem;
    justify-content: center;
    min-height: 44px;
    text-decoration: none;
}

.community-feed-actions > button:hover,
.community-feed-actions > a:hover,
.community-reaction-wrap > button:hover {
    background: #edf0f3;
}

.community-feed-actions > button.is-active,
.community-reaction-wrap > button.is-active {
    color: #1877f2;
}

.community-shared-preview {
    border: 1px solid #d8dee4;
    margin: .5rem 1rem 1rem;
}

.community-shared-preview img {
    display: block;
    max-height: 360px;
    object-fit: cover;
    width: 100%;
}

.community-shared-preview-body {
    padding: .8rem 1rem;
}

.community-shared-preview-body strong {
    color: #111820;
    font: 700 1rem/1.2 Arial, Helvetica, sans-serif;
}

.community-shared-preview-body p {
    color: #111820;
    font: 400 1rem/1.35 Arial, Helvetica, sans-serif;
    margin: .25rem 0 0;
}

.community-share-modal .modal-content {
    border: 0;
    border-radius: 12px;
}

.community-share-modal .modal-header {
    border-bottom: 1px solid #d8dee4;
    justify-content: center;
    min-height: 76px;
}

.community-share-modal .modal-title {
    color: #111820;
    font: 700 1.65rem/1.1 Arial, Helvetica, sans-serif;
}

.community-share-modal .btn-close {
    background-color: #e2e6ea;
    border-radius: 50%;
    margin: 0;
    opacity: 1;
    padding: .8rem;
    position: absolute;
    right: 1rem;
}

.community-share-pill,
.community-share-privacy {
    background-color: #e9ecef;
    border: 0;
    border-radius: 7px;
    color: #111820;
    font: 700 .95rem/1.2 Arial, Helvetica, sans-serif;
    padding: .45rem .65rem;
}

.community-share-privacy {
    width: auto;
}

.community-share-textarea {
    border: 0;
    color: #111820;
    font: 400 1.2rem/1.35 Arial, Helvetica, sans-serif;
    min-height: 110px;
    outline: 0;
    resize: none;
    width: 100%;
}

.community-share-textarea::placeholder {
    color: #737980;
}

.community-share-preview {
    background: #f7f9fb;
    border: 1px solid #d8dee4;
    border-radius: 8px;
    padding: .75rem;
}

.community-share-preview strong {
    display: block;
    font: 700 1rem/1.2 Arial, Helvetica, sans-serif;
}

.community-share-preview p {
    color: #5b6975;
    margin: .25rem 0 0;
}

.community-share-modal .modal-footer {
    border-top: 1px solid #d8dee4;
    justify-content: flex-end;
}

.community-share-submit {
    border-radius: 8px;
    font: 700 1.05rem/1.2 Arial, Helvetica, sans-serif;
    min-width: 180px;
}

.community-ajax-message {
    bottom: 1rem;
    box-shadow: 0 10px 24px rgba(21, 28, 38, .18);
    max-width: min(420px, calc(100vw - 2rem));
    position: fixed;
    right: 1rem;
    z-index: 2000;
}

.community-new-posts-banner {
    background: #4db75f;
    border: 0;
    color: #fff;
    display: block;
    font: 700 1rem/1.2 "Roboto Condensed", Arial, sans-serif;
    margin: 0 0 1rem;
    padding: .75rem 1rem;
    text-align: center;
    width: 100%;
}

.community-new-posts-banner:hover {
    background: #3ea451;
    color: #fff;
}

.community-nav-badge {
    align-items: center;
    background: #d84242;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font: 700 .72rem/1 Arial, Helvetica, sans-serif;
    height: 18px;
    justify-content: center;
    min-width: 18px;
    padding: 0 .35rem;
    position: absolute;
    right: -.45rem;
    top: -.45rem;
}

.community-notification-dropdown {
    border: 1px solid #d8dee4;
    box-shadow: 0 10px 24px rgba(21, 28, 38, .2);
    min-width: 330px;
}

.community-notification-dropdown-header {
    align-items: center;
    border-bottom: 1px solid #d8dee4;
    display: flex;
    justify-content: space-between;
    padding: .75rem;
}

.community-notification-preview {
    color: #111820;
    display: grid;
    gap: .15rem;
    padding: .75rem;
    text-decoration: none;
}

.community-notification-preview + .community-notification-preview {
    border-top: 1px solid #edf0f3;
}

.community-notification-preview.is-unread {
    background: #edf7ef;
}

.community-notification-preview span,
.community-notification-empty {
    color: #5b6975;
    font-size: .9rem;
}

.community-notification-empty {
    padding: .9rem;
}

.community-notification-list {
    display: grid;
    gap: .75rem;
}

.community-notification-item {
    align-items: center;
    border-bottom: 1px solid #d8dee4;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: .9rem 0;
}

.community-notification-item:first-child {
    padding-top: 0;
}

.community-notification-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.community-notification-item.is-unread {
    background: #f4fbf5;
    margin-inline: -.75rem;
    padding-inline: .75rem;
}

.community-notification-item p {
    margin: .25rem 0;
}

.community-report-preview {
    background: #f4f6f8;
    border: 1px solid #d8dee4;
    display: grid;
    gap: .25rem;
    max-width: 420px;
    padding: .65rem;
}

.community-report-preview p {
    margin: 0;
}

.community-report-preview img {
    height: 90px;
    object-fit: cover;
    width: 140px;
}

html[data-bs-theme="dark"] .community-feed-card {
    background: #151d23;
    border-color: #32404a;
}

html[data-bs-theme="dark"] .community-reaction-picker {
    background: #151d23;
    border-color: #32404a;
}

html[data-bs-theme="dark"] .community-feed-author,
html[data-bs-theme="dark"] .community-feed-author strong,
html[data-bs-theme="dark"] .community-feed-body,
html[data-bs-theme="dark"] .community-shared-preview-body strong,
html[data-bs-theme="dark"] .community-shared-preview-body p,
html[data-bs-theme="dark"] .community-share-modal .modal-title,
html[data-bs-theme="dark"] .community-share-textarea {
    color: #edf2f6;
}

html[data-bs-theme="dark"] .community-shared-preview,
html[data-bs-theme="dark"] .community-share-preview,
html[data-bs-theme="dark"] .community-edit-post-form {
    background: #151d23;
    border-color: #32404a;
}

html[data-bs-theme="dark"] .community-report-preview {
    background: #151d23;
    border-color: #32404a;
}

html[data-bs-theme="dark"] .community-feed-menu a:hover,
html[data-bs-theme="dark"] .community-feed-menu button:hover,
html[data-bs-theme="dark"] .community-feed-actions > button:hover,
html[data-bs-theme="dark"] .community-feed-actions > a:hover,
html[data-bs-theme="dark"] .community-reaction-wrap > button:hover {
    background: #202b33;
}

.community-dashboard-shell {
    align-items: flex-start;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(260px, 306px) minmax(520px, 636px) minmax(260px, 306px);
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
}

.community-dashboard-shell > * {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.community-dashboard-page {
    overflow: hidden;
}

.community-dashboard-container {
    max-width: 1340px;
    padding-left: clamp(.25rem, 1vw, 1rem);
    padding-right: clamp(.25rem, 1vw, 1rem);
    width: 100%;
}

.community-dashboard-page .community-main {
    height: calc(100vh - 76px);
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
}

.community-dashboard-page .community-dashboard-container,
.community-dashboard-page .community-dashboard-shell {
    height: 100%;
}

.community-dashboard-page .community-dashboard-left,
.community-dashboard-page .community-dashboard-right {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.community-dashboard-page .community-dashboard-main {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.community-dashboard-page .community-dashboard-left::-webkit-scrollbar,
.community-dashboard-page .community-dashboard-main::-webkit-scrollbar,
.community-dashboard-page .community-dashboard-right::-webkit-scrollbar {
    display: none;
}

.community-dashboard-page .community-dashboard-left > .community-card,
.community-dashboard-page .community-dashboard-sticky {
    position: static;
    top: auto;
}

.community-dashboard-page .community-feed-scroll {
    max-height: none;
    overflow: visible;
}

.community-composer-trigger {
    align-items: center;
    background: #f1f4f6;
    border: 1px solid #d8dee4;
    color: #6a7179;
    display: flex;
    gap: .75rem;
    padding: .75rem;
    text-align: left;
    width: 100%;
}

.community-composer-trigger:hover {
    background: #e8edf0;
}

.community-composer-trigger span {
    font-size: 1.05rem;
}

.community-composer-actions {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(3, 1fr);
}

.community-composer-actions .btn {
    align-items: center;
    display: inline-flex;
    gap: .35rem;
    justify-content: center;
}

.community-action-icon {
    display: inline-flex;
}

.community-action-icon svg {
    fill: currentColor;
    height: 15px;
    width: 15px;
}

.community-post-modal .modal-content {
    border: 0;
    border-radius: 12px;
}

.community-post-modal .modal-header,
.community-post-modal .modal-footer {
    justify-content: center;
}

.community-post-modal .btn-close {
    background-color: #e2e6ea;
    border-radius: 50%;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 1rem;
}

.community-privacy-select {
    background-color: #e9ecef;
    border: 0;
    color: #111820;
    font-weight: 700;
    margin-top: .2rem;
    width: auto;
}

.community-post-textarea {
    border: 0;
    color: #111820;
    font: 400 2rem/1.25 "Roboto Condensed", Arial, sans-serif;
    min-height: 170px;
    outline: 0;
    resize: none;
    width: 100%;
}

.community-post-textarea::placeholder {
    color: #6d737a;
}

.community-add-post {
    align-items: center;
    border: 1px solid #d8dee4;
    box-shadow: 0 2px 6px rgba(21, 28, 38, .12);
    display: flex;
    justify-content: space-between;
    padding: .85rem 1rem;
}

.community-add-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.community-add-action {
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font: 700 .72rem/1 "Oswald", sans-serif;
    height: 40px;
    width: 40px;
}

.community-add-action.is-photo { background: #41b866; }
.community-add-action.is-rider { background: #2584ff; }
.community-add-action.is-feeling { background: #ff7b22; }
.community-add-action.is-location { background: #ef5350; }
.community-add-action.is-more { background: #6c757d; }

.community-image-preview {
    border: 1px solid #d8dee4;
    margin-top: 1rem;
    padding: .75rem;
}

.community-image-preview img {
    display: block;
    max-height: 340px;
    object-fit: contain;
    width: 100%;
}

.community-selection-summary {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .75rem;
}

.community-selection-chip {
    background: #edf2f6;
    border: 1px solid #d8dee4;
    color: #24313b;
    font-size: .88rem;
    padding: .35rem .6rem;
}

.community-composer-panel {
    border-top: 1px solid #d8dee4;
    margin-top: 1rem;
    padding-top: 1rem;
}

.community-picker-list {
    display: grid;
    gap: .4rem;
    max-height: 320px;
    overflow-y: auto;
}

.community-picker-item {
    align-items: center;
    background: #fff;
    border: 0;
    color: #111820;
    cursor: pointer;
    display: flex;
    gap: .75rem;
    padding: .55rem;
    text-align: left;
    width: 100%;
}

.community-picker-item:hover,
.community-picker-item.is-selected {
    background: #eef2f4;
}

.community-mood-grid {
    display: grid;
    gap: .35rem;
    grid-template-columns: repeat(2, 1fr);
}

.community-location-icon {
    align-items: center;
    background: #e2e6ea;
    border-radius: 50%;
    display: inline-flex;
    font-size: .72rem;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.community-dashboard-shell > .col-lg-3 > .community-card,
.community-dashboard-sticky {
    position: sticky;
    top: 1rem;
}

.community-feed-scroll {
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.community-feed-scroll::-webkit-scrollbar {
    display: none;
}

.community-feature-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.community-feature-card,
.community-list-card {
    background: var(--community-card-bg, #fff);
    border: 1px solid #d8dee4;
    color: inherit;
    display: block;
    padding: 1rem;
}

.community-feature-card span {
    color: #111820;
    display: block;
    font: 700 1.2rem/1.2 "Oswald", Arial, sans-serif;
    text-transform: uppercase;
}

.community-feature-card small {
    color: #5f6b75;
    display: block;
    margin-top: .4rem;
}

.community-feature-card:hover {
    border-color: #4ab866;
}

.community-list-image {
    aspect-ratio: 16 / 9;
    border: 1px solid #d8dee4;
    display: block;
    margin: 0 0 .85rem;
    object-fit: cover;
    width: 100%;
}

.community-badge-grid {
    display: grid;
    gap: .85rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.community-badge-card {
    border: 1px solid #d8dee4;
    opacity: .68;
    padding: 1rem;
}

.community-badge-card.is-earned {
    border-color: #4ab866;
    opacity: 1;
}

.community-badge-icon {
    align-items: center;
    background: #1d252c;
    color: #fff;
    display: inline-flex;
    font: 700 .85rem/1 "Oswald", Arial, sans-serif;
    height: 38px;
    justify-content: center;
    margin-bottom: .7rem;
    width: 38px;
}

.community-badge-card strong,
.community-badge-card small {
    display: block;
}

.community-stat-list,
.community-ranked-list {
    display: grid;
    gap: .55rem;
}

.community-stat-list span,
.community-ranked-row,
.community-toggle-row {
    align-items: center;
    border-bottom: 1px solid #d8dee4;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    padding: .6rem 0;
}

.community-ranked-row {
    color: #111820;
    justify-content: flex-start;
}

.community-ranked-row b {
    margin-left: auto;
}

.community-rank {
    color: #4ab866;
    font: 700 1.15rem/1 "Oswald", Arial, sans-serif;
    min-width: 2rem;
}

.community-compact-form {
    max-width: 620px;
}

.community-toggle-row {
    cursor: pointer;
}

.community-poll-form {
    display: grid;
    gap: .55rem;
}

.community-poll-option {
    border: 1px solid #d8dee4;
    display: grid;
    gap: .4rem;
    grid-template-columns: auto 1fr auto;
    overflow: hidden;
    padding: .65rem;
    position: relative;
}

.community-poll-option input,
.community-poll-option span,
.community-poll-option b {
    position: relative;
    z-index: 1;
}

.community-poll-option i {
    background: rgba(74, 184, 102, .18);
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.community-group-tabs {
    border-bottom: 1px solid #d8dee4;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1rem;
    padding-bottom: .75rem;
}

.community-group-tabs a {
    border: 1px solid #d8dee4;
    color: #111820;
    padding: .4rem .75rem;
    text-decoration: none;
}

.community-group-tabs a.is-active {
    background: #1d252c;
    border-color: #1d252c;
    color: #fff;
}

.community-messenger-page {
    overflow: hidden;
}

.community-messenger-container {
    max-width: 1320px;
}

.community-messenger-page .community-main {
    height: calc(100vh - 76px);
    padding-bottom: .75rem !important;
    padding-top: .75rem !important;
}

.community-messenger-app {
    background: #fff;
    border: 1px solid #d8dee4;
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    height: 100%;
    min-height: 620px;
}

.community-messenger-sidebar,
.community-messenger-chat {
    min-height: 0;
}

.community-messenger-sidebar {
    border-right: 1px solid #d8dee4;
    display: flex;
    flex-direction: column;
}

.community-messenger-sidebar-head,
.community-messenger-chat-head {
    align-items: center;
    border-bottom: 1px solid #d8dee4;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}

.community-messenger-sidebar-head h1,
.community-messenger-chat-head strong {
    color: #111820;
    font: 700 1.6rem/1.1 "Oswald", Arial, sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.community-messenger-chat-head {
    align-items: flex-start;
    flex-direction: column;
    gap: .15rem;
}

.community-messenger-chat-head span {
    color: #5f6b75;
    font-size: .9rem;
}

.community-messenger-search {
    background: #edf1f4;
    border: 0;
    margin: .85rem 1rem;
    padding: .75rem 1rem;
    width: calc(100% - 2rem);
}

.community-messenger-search-results {
    border-bottom: 1px solid #d8dee4;
    max-height: 260px;
    overflow-y: auto;
}

.community-messenger-search-results::-webkit-scrollbar,
.community-messenger-conversations::-webkit-scrollbar,
.community-messenger-messages::-webkit-scrollbar {
    display: none;
}

.community-messenger-search-results,
.community-messenger-conversations,
.community-messenger-messages {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.community-messenger-conversations {
    flex: 1;
    overflow-y: auto;
    padding: .35rem;
}

.community-messenger-conversation,
.community-messenger-search-results button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #111820;
    display: grid;
    gap: .75rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: .7rem;
    text-align: left;
    width: 100%;
}

.community-messenger-conversation:hover,
.community-messenger-conversation.is-active,
.community-messenger-search-results button:hover {
    background: #eef2f4;
}

.community-messenger-avatar,
.community-contact-avatar {
    display: inline-flex;
    position: relative;
}

.community-messenger-avatar img,
.community-messenger-search-results img {
    border-radius: 50%;
    height: 52px;
    object-fit: cover;
    width: 52px;
}

.community-messenger-avatar i,
.community-messenger-search-results i {
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 2px;
    height: 12px;
    position: absolute;
    right: 2px;
    width: 12px;
}

.community-messenger-avatar .is-online,
.community-messenger-search-results .is-online {
    background: #28a745;
}

.community-messenger-avatar .is-offline,
.community-messenger-search-results .is-offline {
    background: #dc3545;
}

.community-messenger-conversation span:not(.community-messenger-avatar),
.community-messenger-search-results span {
    min-width: 0;
}

.community-messenger-conversation strong,
.community-messenger-search-results span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.community-messenger-conversation small {
    color: #66717b;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.community-messenger-conversation b {
    align-items: center;
    background: #42af53;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .75rem;
    height: 22px;
    justify-content: center;
    min-width: 22px;
    padding: 0 .35rem;
}

.community-messenger-chat {
    display: flex;
    flex-direction: column;
}

.community-messenger-messages {
    background: #f6f8fa;
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem;
}

.community-message {
    align-items: flex-end;
    display: flex;
    gap: .55rem;
    margin-bottom: .85rem;
    max-width: 78%;
}

.community-message.is-mine {
    margin-left: auto;
}

.community-message > img {
    border-radius: 50%;
    height: 34px;
    object-fit: cover;
    width: 34px;
}

.community-message > div {
    min-width: 0;
}

.community-message p {
    background: #fff;
    border: 1px solid #d8dee4;
    border-radius: 18px;
    color: #111820;
    margin: 0;
    padding: .65rem .85rem;
}

.community-message.is-mine p {
    background: #1d8cff;
    border-color: #1d8cff;
    color: #fff;
}

.community-message small {
    color: #6b747d;
    display: block;
    font-size: .76rem;
    margin-top: .25rem;
    padding: 0 .35rem;
}

.community-message.is-mine small {
    text-align: right;
}

.community-messenger-typing {
    color: #66717b;
    font-size: .9rem;
    min-height: 1.5rem;
    padding: .25rem 1.25rem;
}

.community-messenger-compose {
    align-items: flex-end;
    border-top: 1px solid #d8dee4;
    display: flex;
    gap: .75rem;
    padding: .85rem;
}

.community-messenger-compose textarea {
    background: #edf1f4;
    border: 0;
    border-radius: 20px;
    flex: 1;
    max-height: 120px;
    min-height: 42px;
    padding: .7rem 1rem;
    resize: none;
}

.community-messenger-compose button {
    background: #42af53;
    border: 0;
    color: #fff;
    font-weight: 700;
    min-height: 42px;
    padding: 0 1rem;
}

.community-messenger-compose button:disabled,
.community-messenger-compose textarea:disabled {
    opacity: .55;
}

.community-chat-dock {
    bottom: 1rem;
    position: fixed;
    right: 1rem;
    z-index: 1080;
}

.community-chat-dock-toggle {
    align-items: center;
    background: #1d8cff;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(21, 28, 38, .25);
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    gap: .5rem;
    min-height: 48px;
    padding: 0 1rem;
}

.community-chat-dock-toggle b,
.community-chat-dock-row b {
    align-items: center;
    background: #ef5350;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .75rem;
    height: 22px;
    justify-content: center;
    min-width: 22px;
    padding: 0 .35rem;
}

.community-chat-dock-panel {
    background: #fff;
    border: 1px solid #d8dee4;
    bottom: 3.8rem;
    box-shadow: 0 12px 38px rgba(21, 28, 38, .28);
    display: flex;
    flex-direction: column;
    height: min(620px, calc(100vh - 6rem));
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 360px;
}

.community-chat-dock-head,
.community-chat-dock-thread-head {
    align-items: center;
    border-bottom: 1px solid #d8dee4;
    display: flex;
    justify-content: space-between;
    min-height: 52px;
    padding: .75rem .9rem;
}

.community-chat-dock-head strong,
.community-chat-dock-thread-head strong {
    color: #111820;
    font: 700 1.1rem/1.1 "Oswald", Arial, sans-serif;
    text-transform: uppercase;
}

.community-chat-dock-head a,
.community-chat-dock-head button,
.community-chat-dock-thread-head button {
    background: transparent;
    border: 0;
    color: #626a72;
    font-weight: 700;
    margin-left: .45rem;
    text-decoration: none;
}

.community-chat-dock-list,
.community-chat-dock-thread {
    flex: 1;
    min-height: 0;
}

.community-chat-dock-list {
    display: flex;
    flex-direction: column;
}

.community-chat-dock-list input {
    background: #edf1f4;
    border: 0;
    margin: .75rem;
    padding: .65rem .85rem;
    width: calc(100% - 1.5rem);
}

.community-chat-dock-search-results,
.community-chat-dock-list [data-chat-dock-conversations],
.community-chat-dock-messages {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.community-chat-dock-search-results::-webkit-scrollbar,
.community-chat-dock-list [data-chat-dock-conversations]::-webkit-scrollbar,
.community-chat-dock-messages::-webkit-scrollbar {
    display: none;
}

.community-chat-dock-list [data-chat-dock-conversations] {
    flex: 1;
}

.community-chat-dock-row,
.community-chat-dock-search-results button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #111820;
    display: grid;
    gap: .65rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: .65rem .75rem;
    text-align: left;
    width: 100%;
}

.community-chat-dock-row:hover,
.community-chat-dock-search-results button:hover {
    background: #eef2f4;
}

.community-chat-dock-avatar {
    display: inline-flex;
    position: relative;
}

.community-chat-dock-avatar img,
.community-chat-dock-search-results img {
    border-radius: 50%;
    height: 42px;
    object-fit: cover;
    width: 42px;
}

.community-chat-dock-avatar i,
.community-chat-dock-search-results i {
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 0;
    height: 11px;
    position: absolute;
    right: 0;
    width: 11px;
}

.community-chat-dock-avatar .is-online,
.community-chat-dock-search-results .is-online {
    background: #28a745;
}

.community-chat-dock-avatar .is-offline,
.community-chat-dock-search-results .is-offline {
    background: #dc3545;
}

.community-chat-dock-row strong,
.community-chat-dock-row small,
.community-chat-dock-search-results span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.community-chat-dock-row small {
    color: #66717b;
}

.community-chat-dock-thread {
    display: flex;
    flex-direction: column;
}

.community-chat-dock-thread-head {
    justify-content: flex-start;
    gap: .65rem;
}

.community-chat-dock-thread-head span {
    display: grid;
}

.community-chat-dock-thread-head small {
    color: #66717b;
}

.community-chat-dock-messages {
    background: #f6f8fa;
    flex: 1;
    padding: .85rem;
}

.community-chat-dock-message {
    margin-bottom: .65rem;
    max-width: 84%;
}

.community-chat-dock-message.is-mine {
    margin-left: auto;
}

.community-chat-dock-message p {
    background: #fff;
    border: 1px solid #d8dee4;
    border-radius: 16px;
    margin: 0;
    padding: .55rem .75rem;
}

.community-chat-dock-message.is-mine p {
    background: #1d8cff;
    border-color: #1d8cff;
    color: #fff;
}

.community-chat-dock-message small {
    color: #66717b;
    display: block;
    font-size: .72rem;
    margin-top: .2rem;
    padding: 0 .3rem;
}

.community-chat-dock-message.is-mine small {
    text-align: right;
}

.community-chat-dock-typing {
    color: #66717b;
    font-size: .8rem;
    min-height: 1.3rem;
    padding: .1rem .85rem;
}

.community-chat-dock-compose {
    align-items: flex-end;
    border-top: 1px solid #d8dee4;
    display: flex;
    gap: .5rem;
    padding: .65rem;
}

.community-chat-dock-compose textarea {
    background: #edf1f4;
    border: 0;
    border-radius: 18px;
    flex: 1;
    max-height: 86px;
    min-height: 38px;
    padding: .55rem .8rem;
    resize: none;
}

.community-chat-dock-compose button {
    background: #42af53;
    border: 0;
    color: #fff;
    font-weight: 700;
    min-height: 38px;
    padding: 0 .75rem;
}

html[data-bs-theme="dark"] .community-chat-dock-panel,
html[data-bs-theme="dark"] .community-chat-dock-head,
html[data-bs-theme="dark"] .community-chat-dock-thread-head {
    background: #111820;
    border-color: #32404a;
}

html[data-bs-theme="dark"] .community-chat-dock-list input,
html[data-bs-theme="dark"] .community-chat-dock-messages,
html[data-bs-theme="dark"] .community-chat-dock-compose textarea {
    background: #151d23;
}

html[data-bs-theme="dark"] .community-chat-dock-head strong,
html[data-bs-theme="dark"] .community-chat-dock-thread-head strong,
html[data-bs-theme="dark"] .community-chat-dock-row,
html[data-bs-theme="dark"] .community-chat-dock-search-results button,
html[data-bs-theme="dark"] .community-chat-dock-message p {
    color: #f4f7fa;
}

html[data-bs-theme="dark"] .community-chat-dock-message p {
    background: #202b33;
    border-color: #32404a;
}

html[data-bs-theme="dark"] .community-messenger-app,
html[data-bs-theme="dark"] .community-messenger-sidebar,
html[data-bs-theme="dark"] .community-messenger-chat-head,
html[data-bs-theme="dark"] .community-messenger-sidebar-head {
    background: #111820;
    border-color: #32404a;
}

html[data-bs-theme="dark"] .community-messenger-messages,
html[data-bs-theme="dark"] .community-messenger-search,
html[data-bs-theme="dark"] .community-messenger-compose textarea {
    background: #151d23;
}

html[data-bs-theme="dark"] .community-messenger-conversation,
html[data-bs-theme="dark"] .community-messenger-search-results button,
html[data-bs-theme="dark"] .community-messenger-sidebar-head h1,
html[data-bs-theme="dark"] .community-messenger-chat-head strong,
html[data-bs-theme="dark"] .community-message p {
    color: #f4f7fa;
}

html[data-bs-theme="dark"] .community-message p {
    background: #202b33;
    border-color: #32404a;
}

html[data-bs-theme="dark"] .community-message.is-mine p {
    background: #1d8cff;
    border-color: #1d8cff;
}

@media (max-width: 575.98px) {
    .community-body {
        font-size: 15px;
    }

    .community-feed-card-header {
        flex-direction: column;
        gap: .55rem;
        padding-top: .75rem;
    }

    .community-feed-menu {
        align-self: stretch;
        flex-wrap: wrap;
        gap: .35rem;
        justify-content: flex-start;
        order: -1;
    }

    .community-feed-menu .community-feed-menu-action {
        padding-left: .35rem;
        padding-right: .35rem;
    }

    .community-feed-menu form:last-child {
        margin-left: auto;
    }

    .community-feed-author {
        width: 100%;
    }

    .community-reaction-picker {
        gap: .18rem;
        left: 50%;
        padding: .2rem;
        top: -48px;
        transform: translateX(-18%) translateY(6px);
    }

    .community-reaction-wrap.is-open .community-reaction-picker,
    .community-reaction-wrap:hover .community-reaction-picker,
    .community-reaction-wrap:focus-within .community-reaction-picker {
        transform: translateX(-18%) translateY(0);
    }

    .community-reaction-picker button {
        height: 44px;
        min-height: 44px;
        width: 44px;
    }

    .community-reaction-picker .community-reaction-icon {
        height: 42px;
        width: 42px;
    }

    .community-hero h1 {
        font-size: clamp(1.85rem, 9vw, 2.35rem);
    }

    .community-card h2,
    .community-card .h2,
    .community-card .h4 {
        font-size: 1.25rem;
    }

    .community-post-actions,
    .community-comment-form {
        align-items: stretch;
        flex-direction: column;
    }

    .community-comment-form .btn {
        width: 100%;
    }

    .community-composer-actions {
        grid-template-columns: 1fr;
    }

    .community-post-textarea {
        font-size: 1.45rem;
    }

    .community-add-post {
        align-items: flex-start;
        flex-direction: column;
        gap: .75rem;
    }
}

@media (max-width: 991.98px) {
    .community-nav .container {
        max-width: 100%;
    }

    .community-nav .navbar-brand img {
        height: 36px;
        width: 36px;
    }

    .community-nav .navbar-toggler {
        border-color: rgba(255, 255, 255, .35);
        padding: .25rem .45rem;
    }

    .community-nav-collapse {
        background: #1d252b;
        border-top: 1px solid rgba(255, 255, 255, .12);
        margin-top: .65rem;
        padding: .75rem 0 .85rem;
    }

    .community-primary-nav {
        display: grid;
        gap: .15rem;
        margin-bottom: .75rem !important;
    }

    .community-nav .nav-link {
        border-radius: 4px;
        display: block;
        line-height: 1.3;
        padding: .55rem .65rem;
    }

    .community-nav .nav-link:hover,
    .community-nav .nav-link.active {
        background: rgba(255, 255, 255, .08);
    }

    .community-nav-actions {
        align-items: stretch !important;
        display: grid !important;
        gap: .5rem !important;
        grid-template-columns: 1fr 1fr;
        justify-content: stretch;
    }

    .community-header-search {
        grid-column: 1 / -1;
    }

    .community-header-search input {
        max-width: none;
        width: 100%;
    }

    .community-nav-actions > .btn,
    .community-nav-actions > .dropdown {
        width: 100%;
    }

    .community-nav-actions > .btn,
    .community-nav-actions > .dropdown > .btn {
        align-items: center;
        display: inline-flex;
        justify-content: center;
        min-height: 38px;
        width: 100%;
    }

    .community-notification-dropdown {
        min-width: 0;
        width: min(100%, 360px);
    }

    .community-messenger-page {
        overflow: auto;
    }

    .community-messenger-page .community-main {
        height: auto;
    }

    .community-messenger-app {
        grid-template-columns: 1fr;
        min-height: calc(100vh - 120px);
    }

    .community-messenger-sidebar {
        border-bottom: 1px solid #d8dee4;
        border-right: 0;
        max-height: 300px;
    }

    .community-messenger-messages {
        min-height: 420px;
    }

    .community-message {
        max-width: 90%;
    }

    .community-chat-dock {
        bottom: .75rem;
        left: .75rem;
        right: .75rem;
    }

    .community-chat-dock-toggle {
        justify-content: center;
        width: 100%;
    }

    .community-chat-dock-panel {
        bottom: 3.6rem;
        height: min(560px, calc(100vh - 5rem));
        left: 0;
        right: 0;
        width: 100%;
    }

    .community-dashboard-page {
        overflow: auto;
    }

    .community-dashboard-page .community-main,
    .community-dashboard-page .community-dashboard-container,
    .community-dashboard-page .community-dashboard-shell,
    .community-dashboard-page .community-dashboard-main {
        height: auto;
    }

    .community-dashboard-page .community-dashboard-shell {
        display: flex;
        gap: 0;
        margin-left: calc(-.5 * var(--bs-gutter-x));
        margin-right: calc(-.5 * var(--bs-gutter-x));
    }

    .community-dashboard-page .community-dashboard-shell > * {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
        width: 100%;
    }

    .community-dashboard-page .community-dashboard-main {
        overflow: visible;
        padding-right: 0;
    }

    .community-dashboard-page .community-dashboard-left,
    .community-dashboard-page .community-dashboard-right {
        height: auto;
        overflow: visible;
        padding-right: 0;
    }

    .community-dashboard-main {
        order: 1;
    }

    .community-dashboard-left,
    .community-dashboard-right {
        display: none;
    }

    .community-dashboard-shell > .col-lg-3 > .community-card,
    .community-dashboard-sticky {
        position: static;
    }

    .community-feed-scroll {
        max-height: none;
        overflow: visible;
    }
}
