/* _content/CampFriends.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.cf-page[b-gs2x00r74u] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.cf-main[b-gs2x00r74u] {
    flex: 1;
}

.content[b-gs2x00r74u] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* Clear the fixed bottom tab bar on mobile so content isn't hidden behind it. */
@media (max-width: 640px) {
    .content[b-gs2x00r74u] {
        padding-bottom: 5.5rem;
    }
}

#blazor-error-ui[b-gs2x00r74u] {
    background: var(--cf-warning-bg);
    color: var(--cf-warning-text);
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gs2x00r74u] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CampFriends.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.cf-topbar[b-qg6irx10mf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: 3.5rem;
    padding: 0 1rem;
    background-color: var(--cf-dusk);
    color: var(--cf-dusk-text);
    /* Stays put at the top of the viewport while the page content scrolls underneath it —
       needs its own opaque background (already has one above) so scrolling content doesn't
       show through, and a z-index above the page content so it stays on top of it. */
    position: sticky;
    top: 0;
    z-index: 100;
}

.cf-wordmark[b-qg6irx10mf] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--cf-dusk-text);
    text-decoration: none;
    white-space: nowrap;
}

.cf-wordmark:hover[b-qg6irx10mf] {
    color: var(--cf-dusk-text);
}

.cf-tent-icon[b-qg6irx10mf] {
    display: inline-block;
    width: 1.15rem;
    height: 1.15rem;
    background-image: linear-gradient(180deg, var(--cf-meadow) 0%, var(--cf-canopy) 100%);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.5 15 14H9.7L8 10.8 6.3 14H1L8 1.5Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.5 15 14H9.7L8 10.8 6.3 14H1L8 1.5Z'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
}

.cf-topbar-links[b-qg6irx10mf] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.cf-topbar-logout[b-qg6irx10mf] {
    display: flex;
    flex-shrink: 0;
    margin: 0;
}

/* NavLink renders its own root <a>, which doesn't receive this component's CSS-isolation
   scope attribute — ::deep is required for selectors targeting it directly (same reason the
   original scaffold used `.nav-item ::deep .nav-link`). */
[b-qg6irx10mf] .cf-topbar-link {
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--cf-dusk-text-muted);
    text-decoration: none;
    cursor: pointer;
}

[b-qg6irx10mf] .cf-topbar-link:hover, [b-qg6irx10mf] .cf-topbar-link.active {
    color: var(--cf-dusk-text);
}

.cf-bottombar[b-qg6irx10mf] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 4rem;
    background-color: var(--cf-dusk);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
}

[b-qg6irx10mf] .cf-bottombar-link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    color: var(--cf-dusk-text-muted);
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 600;
    flex: 1;
}

[b-qg6irx10mf] .cf-bottombar-link.active {
    color: var(--cf-meadow);
}

.cf-icon[b-qg6irx10mf] {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cf-icon-feed[b-qg6irx10mf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239fc2b8' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

[b-qg6irx10mf] .cf-bottombar-link.active .cf-icon-feed {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239cb33e' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.cf-icon-account[b-qg6irx10mf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239fc2b8' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

[b-qg6irx10mf] .cf-bottombar-link.active .cf-icon-account {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239cb33e' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.cf-icon-plus[b-qg6irx10mf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239fc2b8' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4Z'/%3E%3C/svg%3E");
}

[b-qg6irx10mf] .cf-bottombar-link.active .cf-icon-plus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239cb33e' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4Z'/%3E%3C/svg%3E");
}

.cf-icon-pin[b-qg6irx10mf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239fc2b8' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10Zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E");
}

[b-qg6irx10mf] .cf-bottombar-link.active .cf-icon-pin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239cb33e' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10Zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E");
}

.cf-icon-messages[b-qg6irx10mf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239fc2b8' viewBox='0 0 16 16'%3E%3Cpath d='M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 8c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 1.45-.232 2.995-.762 3.997-1.234A9 9 0 0 0 8 15Z'/%3E%3C/svg%3E");
}

[b-qg6irx10mf] .cf-bottombar-link.active .cf-icon-messages {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239cb33e' viewBox='0 0 16 16'%3E%3Cpath d='M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 8c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 1.45-.232 2.995-.762 3.997-1.234A9 9 0 0 0 8 15Z'/%3E%3C/svg%3E");
}

.cf-nav-badge[b-qg6irx10mf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.1rem;
    height: 1.1rem;
    padding: 0 0.3rem;
    margin-left: 0.3rem;
    border-radius: var(--cf-radius-pill);
    background-color: var(--cf-canopy);
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1.1rem;
}

.cf-nav-badge-bottombar[b-qg6irx10mf] {
    position: absolute;
    top: -0.2rem;
    margin-left: 1.1rem;
}

/* On wide screens, the bottom tab bar gives way to the top bar's own links. */
@media (min-width: 641px) {
    .cf-bottombar[b-qg6irx10mf] {
        display: none;
    }
}

@media (max-width: 640px) {
    .cf-topbar-links[b-qg6irx10mf] {
        display: none;
    }
}
/* _content/CampFriends.Web/Components/Pages/Admin/CampSiteForm.razor.rz.scp.css */
.cf-admin-coord-row[b-jdn2pqujm1] {
    display: flex;
    gap: 1rem;
}

.cf-admin-coord-row > div[b-jdn2pqujm1] {
    flex: 1;
}
/* _content/CampFriends.Web/Components/Pages/Admin/CampSiteImport.razor.rz.scp.css */
.cf-admin-source-list[b-x99ohpgare] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cf-admin-source-card[b-x99ohpgare] {
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-card);
    padding: 1.25rem;
    background-color: var(--cf-surface);
    box-shadow: var(--cf-shadow-card);
}

.cf-admin-source-name[b-x99ohpgare] {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.cf-admin-source-result[b-x99ohpgare] {
    margin-top: 0.75rem;
    color: var(--cf-text-muted);
    font-size: 0.9rem;
}

/* _content/CampFriends.Web/Components/Pages/Feed.razor.rz.scp.css */
.feed-header[b-g0dkh042bg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.feed-search[b-g0dkh042bg] {
    margin-bottom: 1rem;
}

.feed-search input[b-g0dkh042bg] {
    max-width: 360px;
}

.post-list[b-g0dkh042bg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.post-card[b-g0dkh042bg] {
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-card);
    padding: 1.25rem;
    background-color: var(--cf-surface);
    box-shadow: var(--cf-shadow-card);
}

.post-card-header[b-g0dkh042bg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
}

.post-location[b-g0dkh042bg] {
    color: var(--cf-text-muted);
    font-size: 0.9rem;
}

.post-body[b-g0dkh042bg] {
    white-space: pre-wrap;
    margin-bottom: 0.75rem;
}

.post-card-footer[b-g0dkh042bg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: var(--cf-text-muted);
}

.post-card-footer .company-tag[b-g0dkh042bg] {
    margin-left: 0.35rem;
}
/* _content/CampFriends.Web/Components/Pages/Home.razor.rz.scp.css */
.cf-hero[b-duc32fehj6] {
    background-color: var(--cf-dusk);
    color: var(--cf-dusk-text);
    border-radius: var(--cf-radius-card);
    padding: 3rem 1.5rem;
    text-align: center;
    max-width: 640px;
    margin: 1.5rem auto;
}

.cf-hero-title[b-duc32fehj6] {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--cf-dusk-text);
    margin-bottom: 1rem;
}

.cf-hero-intro[b-duc32fehj6] {
    font-size: 1.05rem;
    color: var(--cf-dusk-text-muted);
    margin-bottom: 2rem;
}

.cf-hero-cta[b-duc32fehj6] {
    padding-left: 2rem;
    padding-right: 2rem;
}

.cf-hero-cta-group[b-duc32fehj6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

@media (min-width: 641px) {
    .cf-hero-title[b-duc32fehj6] {
        font-size: 2.75rem;
    }
}
/* _content/CampFriends.Web/Components/Pages/MapView.razor.rz.scp.css */
.map-header[b-2pr51ab6vj] {
    margin-bottom: 1rem;
}

.map-controls[b-2pr51ab6vj] {
    margin-bottom: 0.75rem;
}

.map-actions[b-2pr51ab6vj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.map-pick-hint[b-2pr51ab6vj] {
    color: var(--cf-canopy);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.cf-map-canvas[b-2pr51ab6vj] {
    height: 60vh;
    min-height: 320px;
    border-radius: var(--cf-radius-card);
    border: 1px solid var(--cf-border);
    box-shadow: var(--cf-shadow-card);
}

.cf-map-wrapper.picking .cf-map-canvas[b-2pr51ab6vj] {
    cursor: crosshair;
}

.map-empty[b-2pr51ab6vj] {
    margin-top: 1rem;
    color: var(--cf-text-muted);
}

.map-legend[b-2pr51ab6vj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1rem;
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    color: var(--cf-text-muted);
}

.map-legend-item[b-2pr51ab6vj] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

/* The legend's swatches are static (not map markers), so a plain inline-block shape is enough
   — no need for the border/shadow that helps a marker stand out against map tiles. */
.map-legend-item .cf-pin[b-2pr51ab6vj] {
    width: 12px;
    height: 12px;
    border: none;
    box-shadow: none;
}

.map-legend-item .cf-campsite-pin[b-2pr51ab6vj] {
    width: 14px;
    height: 14px;
    border: none;
    box-shadow: none;
}

.cf-modal-backdrop[b-2pr51ab6vj] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 1000;
}

.cf-modal[b-2pr51ab6vj] {
    position: relative;
    background-color: var(--cf-surface);
    border-radius: var(--cf-radius-card);
    box-shadow: var(--cf-shadow-card);
    padding: 1.5rem;
    max-width: 480px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
}

.cf-modal h2[b-2pr51ab6vj] {
    margin: 0 0 0.5rem;
    padding-right: 2rem;
}

.cf-modal-close[b-2pr51ab6vj] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--cf-text-muted);
    cursor: pointer;
    padding: 0.25rem;
}

.cf-modal-close:hover[b-2pr51ab6vj] {
    color: var(--cf-text);
}

.cf-modal-emphasis[b-2pr51ab6vj] {
    font-style: italic;
    color: var(--cf-text-muted);
}

.cf-modal-facts[b-2pr51ab6vj] {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.35rem 0.75rem;
}

.cf-modal-facts dt[b-2pr51ab6vj] {
    color: var(--cf-text-muted);
    font-weight: 600;
}

.cf-modal-facts dd[b-2pr51ab6vj] {
    margin: 0;
}
/* _content/CampFriends.Web/Components/Pages/Messages/Conversation.razor.rz.scp.css */
.cf-back-link[b-wfaw4ikurb] {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--cf-text-muted);
    text-decoration: none;
    font-size: 0.9rem;
}

.cf-back-link:hover[b-wfaw4ikurb] {
    color: inherit;
}

/* Context line for which opslag this thread is about — deliberately not a bordered/boxed
   "field" look (that read as an input at a glance); just a label, a colored category pill
   (shared .post-category/.tag-* from app.css), and muted caption text, inline. */
.cf-thread-subject[b-wfaw4ikurb] {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.cf-thread-subject-label[b-wfaw4ikurb] {
    color: var(--cf-text-subtle);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.cf-thread-subject-body[b-wfaw4ikurb] {
    color: var(--cf-text-muted);
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cf-thread-subject-gone[b-wfaw4ikurb] {
    color: var(--cf-text-muted);
    font-size: 0.9rem;
    font-style: italic;
}

.cf-thread[b-wfaw4ikurb] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 1rem;
    max-height: 60vh;
    overflow-y: auto;
    padding: 0.5rem;
}

.cf-thread-message[b-wfaw4ikurb] {
    max-width: 75%;
    padding: 0.6rem 0.9rem;
    border-radius: var(--cf-radius-card);
    box-shadow: var(--cf-shadow-card);
}

.cf-thread-message-mine[b-wfaw4ikurb] {
    align-self: flex-end;
    background-color: var(--cf-canopy);
    color: white;
}

.cf-thread-message-theirs[b-wfaw4ikurb] {
    align-self: flex-start;
    background-color: var(--cf-surface);
    border: 1px solid var(--cf-border);
}

.cf-thread-body[b-wfaw4ikurb] {
    margin: 0 0 0.25rem 0;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.cf-thread-time[b-wfaw4ikurb] {
    display: block;
    font-size: 0.75rem;
    opacity: 0.75;
}

.cf-thread-composer[b-wfaw4ikurb] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-end;
}

/* The shared .form-control background (--cf-surface-2) sits almost flush with the page
   background here, so the box read as flat/disabled at a glance even though it's a normal
   editable field — give it the white surface + a firmer border so it visibly pops as input. */
.cf-thread-composer textarea[b-wfaw4ikurb] {
    flex: 1;
    resize: vertical;
    background-color: var(--cf-surface);
    border-color: var(--cf-text-subtle);
}

.cf-thread-composer textarea:focus[b-wfaw4ikurb] {
    background-color: var(--cf-surface);
}

@media (max-width: 640px) {
    .cf-thread-message[b-wfaw4ikurb] {
        max-width: 90%;
    }
}
/* _content/CampFriends.Web/Components/Pages/Messages/Inbox.razor.rz.scp.css */
.cf-conversation-list[b-fhn27144zl] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cf-conversation-row[b-fhn27144zl] {
    display: grid;
    grid-template-columns: 1fr 2fr auto;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--cf-border);
    border-radius: var(--cf-radius-card);
    background-color: var(--cf-surface);
    box-shadow: var(--cf-shadow-card);
    text-decoration: none;
    color: inherit;
}

.cf-conversation-row:hover[b-fhn27144zl] {
    border-color: var(--cf-meadow);
}

.cf-conversation-unread[b-fhn27144zl] {
    border-color: var(--cf-canopy);
}

.cf-conversation-name-cell[b-fhn27144zl] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.cf-conversation-name[b-fhn27144zl] {
    font-weight: 700;
}

.cf-conversation-subject-line[b-fhn27144zl] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
}

.cf-conversation-subject-line .post-category[b-fhn27144zl] {
    flex-shrink: 0;
    padding: 0.05rem 0.5rem;
    font-size: 0.7rem;
}

.cf-conversation-subject-body[b-fhn27144zl] {
    color: var(--cf-text-muted);
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cf-conversation-subject-gone[b-fhn27144zl] {
    color: var(--cf-text-muted);
    font-size: 0.8rem;
    font-style: italic;
}

.cf-conversation-preview[b-fhn27144zl] {
    color: var(--cf-text-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cf-conversation-meta[b-fhn27144zl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-self: end;
}

.cf-conversation-time[b-fhn27144zl] {
    color: var(--cf-text-muted);
    font-size: 0.85rem;
    white-space: nowrap;
}

.cf-conversation-badge[b-fhn27144zl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.4rem;
    height: 1.4rem;
    padding: 0 0.4rem;
    border-radius: var(--cf-radius-pill);
    background-color: var(--cf-canopy);
    color: white;
    font-size: 0.8rem;
    font-weight: 700;
}

@media (max-width: 640px) {
    .cf-conversation-row[b-fhn27144zl] {
        grid-template-columns: 1fr;
        gap: 0.3rem;
    }

    .cf-conversation-meta[b-fhn27144zl] {
        justify-self: start;
    }
}
/* _content/CampFriends.Web/Components/Pages/PostForm.razor.rz.scp.css */
.cf-form-page[b-9oqq04ex1a] {
    max-width: 560px;
    margin: 0 auto;
}

.cf-area-actions[b-9oqq04ex1a] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.cf-area-selected[b-9oqq04ex1a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--cf-text-muted);
}

.cf-createpost-map[b-9oqq04ex1a] {
    height: 280px;
    border-radius: var(--cf-radius-card);
    border: 1px solid var(--cf-border);
    box-shadow: var(--cf-shadow-card);
    cursor: crosshair;
}
