html,
body {
    margin: 0;
    overflow-x: hidden;
}

.cherry-main-content {
    background-color: #f9f4f6;
    min-height: 100vh;
}

.cherry-home-shell {
    width: 100%;
}

.cherry-home-section {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
}

.cherry-home-container {
    width: min(1160px, calc(100vw - 32px));
    margin: 0 auto;
}

.cherry-home-hero {
    min-height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    padding: 56px 0 72px;
    background:
        radial-gradient(circle at top right, rgba(165, 16, 43, 0.34), transparent 28%),
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.12), transparent 30%),
        linear-gradient(135deg, #2f0a13 0%, #5b1022 42%, #8f1734 100%);
    overflow: hidden;
}

.cherry-home-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(9, 6, 8, 0.16), rgba(9, 6, 8, 0.16)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 120px);
    pointer-events: none;
}

.cherry-home-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 40px;
    align-items: center;
}

.cherry-home-hero-copy {
    color: #ffffff;
    max-width: 720px;
}

.cherry-home-eyebrow,
.cherry-home-kicker {
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 700;
}

.cherry-home-title {
    margin: 0;
    font-size: clamp(3rem, 7vw, 5.8rem);
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.cherry-home-lead {
    margin: 24px 0 0;
    max-width: 620px;
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

.cherry-home-actions {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.cherry-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cherry-home-btn:hover {
    transform: translateY(-1px);
}

.cherry-home-btn-solid {
    background: #ffffff;
    color: #93102A;
    border: 2px solid #ffffff;
}

.cherry-home-btn-outline {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.78);
    background: transparent;
}

.cherry-home-btn-outline:hover {
    background: rgba(255, 255, 255, 0.08);
}

.cherry-home-hero-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 60px rgba(21, 5, 10, 0.32);
    color: #311118;
}

.cherry-home-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f8e8ee;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.cherry-home-hero-stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 20px;
    padding: 18px 0 22px;
    border-bottom: 1px solid rgba(144, 28, 62, 0.16);
}

.cherry-home-stat-value {
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 800;
    color: #93102A;
}

.cherry-home-stat-label {
    font-size: 0.98rem;
    line-height: 1.55;
    color: #5f4a4f;
}

.cherry-home-hero-panels {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.cherry-home-panel {
    padding: 18px;
    border-radius: 18px;
    background: #fff9fb;
    border: 1px solid rgba(144, 28, 62, 0.1);
}

.cherry-home-panel h3,
.cherry-home-copy-card h3,
.cherry-home-step-card h3 {
    margin: 0 0 10px;
    font-size: 1.25rem;
    font-weight: 800;
}

.cherry-home-panel p,
.cherry-home-copy-card p,
.cherry-home-step-card p,
.cherry-home-about-copy {
    margin: 0;
    line-height: 1.75;
    color: #5f4a4f;
}

.cherry-home-light {
    padding: 88px 0;
    background: #fffafc;
}

.cherry-home-heading {
    margin-bottom: 34px;
    max-width: 720px;
}

.cherry-home-heading h2 {
    margin: 0;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    line-height: 1.04;
    font-weight: 800;
    color: #241316;
}

.cherry-home-heading-center {
    margin-inline: auto;
    text-align: center;
}

.cherry-home-heading-inverse h2,
.cherry-home-heading-inverse .cherry-home-kicker {
    color: #ffffff;
}

.cherry-home-two-col,
.cherry-home-about-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.cherry-home-copy-card {
    padding: 28px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(144, 28, 62, 0.08);
}

.cherry-home-list {
    margin: 18px 0;
    padding-left: 20px;
    color: #3b2328;
    line-height: 1.8;
}

.cherry-home-list li + li {
    margin-top: 10px;
}

.cherry-home-cta-strip {
    margin-top: 28px;
    padding: 24px 28px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: linear-gradient(135deg, #f4e3e9 0%, #ffffff 100%);
    border: 1px solid rgba(144, 28, 62, 0.1);
}

.cherry-home-cta-strip p {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #311118;
}

.cherry-home-process {
    padding: 88px 0;
    background: linear-gradient(180deg, #93102A 0%, #93102A 100%);
}

.cherry-home-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.cherry-home-step-card {
    position: relative;
    margin-top: 20px;
    padding: 44px 22px 24px;
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 16px 36px rgba(56, 8, 22, 0.18);
}

.cherry-home-step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #f8e8ee;
    color: #93102A;
    font-size: 1.15rem;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(56, 8, 22, 0.14);
}

.cherry-home-diagram-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f1f4 100%);
    box-shadow: 0 14px 36px rgba(144, 28, 62, 0.08);
}

.cherry-home-diagram-node,
.cherry-home-diagram-center {
    min-height: 140px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px;
}

.cherry-home-diagram-node {
    background: #ffffff;
    border: 2px solid rgba(144, 28, 62, 0.14);
    color: #311118;
    font-weight: 700;
    line-height: 1.6;
}

.cherry-home-diagram-center {
    background: #93102A;
    color: #ffffff;
    box-shadow: 0 18px 32px rgba(144, 28, 62, 0.26);
}

.cherry-home-diagram-center img {
    width: 92px;
    height: auto;
    margin-bottom: 10px;
}

.cherry-home-diagram-center span {
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-home-about-copy {
    margin-bottom: 18px;
}

@media (max-width: 1100px) {
    .cherry-home-hero-grid,
    .cherry-home-two-col,
    .cherry-home-about-grid,
    .cherry-home-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cherry-home-hero {
        min-height: auto;
    }

    .cherry-home-diagram-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .cherry-home-light,
    .cherry-home-process,
    .cherry-home-hero {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .cherry-home-hero-grid,
    .cherry-home-two-col,
    .cherry-home-about-grid,
    .cherry-home-steps {
        grid-template-columns: 1fr;
    }

    .cherry-home-hero-card,
    .cherry-home-copy-card,
    .cherry-home-diagram-card {
        padding: 22px;
    }

    .cherry-home-actions,
    .cherry-home-cta-strip {
        flex-direction: column;
        align-items: stretch;
    }

    .cherry-home-cta-strip p {
        text-align: center;
    }
}

.cherry-auth-root {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    min-height: calc(100vh - 70px);
    min-height: calc(100svh - 70px);
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
        url("images/website-background.png") center / cover no-repeat;
    color: #ffffff;
}

.cherry-auth-main {
    flex: 1;
    display: grid;
    place-items: center;
    padding: 48px 24px;
}

.cherry-auth-shell {
    width: min(1120px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 440px);
    align-items: center;
    gap: 56px;
}

.cherry-auth-copy {
    max-width: 620px;
}

.cherry-auth-copy h1 {
    margin: 0 0 22px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(3rem, 7vw, 5.8rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.05;
    text-transform: uppercase;
}

.cherry-auth-copy h1:focus {
    outline: none;
}

.cherry-auth-copy p:last-child {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
}

.cherry-login-card {
    width: 100%;
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.cherry-login-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.cherry-login-mark {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.cherry-login-card-header h2 {
    margin: 0;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.cherry-login-field {
    margin-bottom: 10px;
}

.cherry-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
}

.cherry-login-options a,
.cherry-login-signup a {
    color: #93102A !important;
    font-weight: 700;
}

.cherry-login-error {
    margin: 10px 0 8px;
}

.cherry-reset-success {
    color: #175f44 !important;
    font-weight: 700;
}

.cherry-login-submit {
    margin-top: 6px;
    min-height: 48px;
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: none;
}

.cherry-login-signup {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
    color: #4f5964;
    font-size: 0.9rem;
}

.cherry-portal {
    width: min(1160px, calc(100vw - 32px));
    margin: 0 auto;
    padding: 54px 0 80px;
}

.cherry-portal-breadcrumb {
    margin: 0 0 18px;
}

.cherry-portal-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(147, 16, 42, 0.18);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(147, 16, 42, 0.06);
    color: #93102A;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.cherry-portal-breadcrumb a::before {
    content: "←";
    font-size: 1rem;
    line-height: 1;
}

.cherry-portal-breadcrumb a:hover,
.cherry-portal-breadcrumb a:focus-visible {
    border-color: #93102A;
    background: #93102A;
    box-shadow: 0 12px 28px rgba(147, 16, 42, 0.16);
    color: #fff;
    outline: none;
    text-decoration: none;
    transform: translateY(-1px);
}

.cherry-portal-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 32px;
    margin-bottom: 32px;
    padding: 42px;
    border-radius: 8px;
    background:
        linear-gradient(rgba(17, 24, 32, 0.82), rgba(17, 24, 32, 0.82)),
        url("images/website-background.png") center / cover no-repeat;
    color: #fff;
    box-shadow: 0 22px 60px rgba(21, 5, 10, 0.22);
}

.cherry-portal-kicker {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.86);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cherry-portal h1 {
    margin: 0 0 16px;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.7rem, 6vw, 5rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.04;
    text-transform: uppercase;
}

.cherry-portal h1:focus {
    outline: none;
}

.cherry-portal-hero p:last-child {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.8;
}

.cherry-portal-profile-card {
    min-width: 260px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cherry-portal-profile-card:hover,
.cherry-portal-profile-card:focus-visible {
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.18);
    outline: none;
    transform: translateY(-2px);
}

.cherry-portal-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: #93102A;
    color: #fff;
    font-weight: 800;
}

.cherry-portal-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cherry-portal-profile-card strong,
.cherry-portal-profile-card span,
.cherry-portal-profile-card em {
    display: block;
}

.cherry-portal-profile-card strong {
    font-size: 1rem;
}

.cherry-portal-profile-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
}

.cherry-portal-profile-card em {
    margin-top: 4px;
    color: #ffffff;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 800;
}

.cherry-portal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}

.cherry-portal-tile {
    min-height: 220px;
    padding: 28px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 28px;
    background: #fff;
    color: #111820;
    text-decoration: none;
    box-shadow: 0 14px 36px rgba(144, 28, 62, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cherry-portal-tile:hover,
.cherry-portal-tile:focus-visible {
    border-color: rgba(147, 16, 42, 0.28);
    box-shadow: 0 18px 44px rgba(144, 28, 62, 0.14);
    transform: translateY(-3px);
}

.cherry-portal-tile .mud-icon-root {
    color: #93102A;
    font-size: 2.2rem;
}

.cherry-portal-tile h2 {
    margin: 22px 0 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
}

.cherry-portal-tile p {
    margin: 0;
    color: #56616d;
    line-height: 1.7;
}

.cherry-portal-tile-muted {
    opacity: 0.78;
}

.cherry-portal-tile-muted span {
    display: inline-flex;
    margin-top: 18px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f5edf0;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.cherry-portal-tile-red {
    background: #93102A;
    color: #fff;
}

.cherry-portal-tile-red .mud-icon-root,
.cherry-portal-tile-red p {
    color: rgba(255, 255, 255, 0.88);
}

.cherry-portal-sections {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 24px;
    align-items: start;
}

.cherry-portal-section {
    display: grid;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(144, 28, 62, 0.08);
}

.cherry-portal-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(147, 16, 42, 0.08);
}

.cherry-portal-section-header span {
    display: block;
    margin-bottom: 5px;
    color: #93102A;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cherry-portal-section-header h2 {
    margin: 0;
    color: #1f2933;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
}

.cherry-portal-section-header p {
    max-width: 310px;
    margin: 0;
    color: #66717c;
    font-size: 0.9rem;
    line-height: 1.5;
}

.cherry-portal-action-list {
    display: grid;
    gap: 10px;
}

.cherry-portal-action-row {
    min-height: 86px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
    color: #1f2933;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.cherry-portal-action-row:hover,
.cherry-portal-action-row:focus-visible {
    border-color: rgba(147, 16, 42, 0.24);
    background: #fff8fa;
    transform: translateY(-1px);
}

.cherry-portal-action-row > .mud-icon-root {
    color: #93102A;
    font-size: 1.15rem;
}

.cherry-portal-action-row.is-primary {
    border-color: rgba(147, 16, 42, 0.2);
    background:
        linear-gradient(135deg, rgba(147, 16, 42, 0.08), rgba(255, 255, 255, 0.96) 58%),
        #fff;
}

.cherry-portal-action-row.is-muted {
    opacity: 0.86;
}

.cherry-portal-action-row.is-muted:hover {
    transform: none;
    background: #fff;
}

.cherry-portal-action-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: #f6e8ec;
    color: #93102A;
}

.cherry-portal-action-icon .mud-icon-root {
    font-size: 1.45rem;
}

.cherry-portal-action-copy strong,
.cherry-portal-action-copy small {
    display: block;
}

.cherry-portal-action-copy strong {
    color: #1f2933;
    font-size: 1.02rem;
    font-weight: 800;
}

.cherry-portal-action-copy small {
    margin-top: 4px;
    color: #66717c;
    font-size: 0.88rem;
    line-height: 1.45;
}

.cherry-portal-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f5edf0;
    color: #93102A;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-portal-hero-landlord {
    background:
        linear-gradient(135deg, rgba(20, 83, 45, 0.88), rgba(147, 16, 42, 0.82)),
        url("images/website-background.png") center / cover no-repeat;
}

.cherry-landlord-dashboard {
    display: grid;
    gap: 24px;
}

.cherry-landlord-toolbar {
    display: grid;
    gap: 26px;
    padding: 30px;
    border: 1px solid rgba(147, 16, 42, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(144, 28, 62, 0.08);
}

.cherry-landlord-toolbar-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: start;
}

.cherry-landlord-toolbar-main > .mud-button-root {
    align-self: center;
    min-width: 178px;
    min-height: 40px;
    justify-self: end;
}

.cherry-landlord-toolbar p {
    margin: 0 0 8px;
    color: #93102A;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cherry-landlord-toolbar h2,
.cherry-landlord-empty h2 {
    margin: 0;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 3.4vw, 2.85rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-landlord-toolbar-main > div > span,
.cherry-landlord-empty p {
    display: block;
    margin-top: 8px;
    color: #5d6675;
    line-height: 1.6;
}

.cherry-landlord-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.cherry-landlord-stats article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 14px;
    align-items: center;
    min-height: 98px;
    padding: 18px 24px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 10px;
    background: linear-gradient(135deg, #fff, #fbf8f9);
    box-shadow: none;
}

.cherry-landlord-stats .mud-icon-root {
    grid-row: span 2;
    color: #93102A;
    font-size: 1.75rem;
    justify-self: center;
}

.cherry-landlord-stats strong {
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.9rem;
    line-height: 1;
    text-align: center;
}

.cherry-landlord-stats span {
    color: #687384;
    font-size: 0.86rem;
    font-weight: 800;
    text-align: center;
}

.cherry-landlord-search-panel {
    margin: 4px 0 -4px;
}

.cherry-landlord-search-field {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid rgba(147, 16, 42, 0.14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 32, 0.06);
}

.cherry-landlord-search-field > .mud-icon-root {
    color: #93102A;
    font-size: 1.25rem;
}

.cherry-landlord-search-field input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111820;
    font: inherit;
    font-size: 0.94rem;
    font-weight: 700;
}

.cherry-landlord-search-field input::placeholder {
    color: #687384;
    font-weight: 600;
}

.cherry-landlord-search-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 6px;
    background: rgba(147, 16, 42, 0.06);
    color: #93102A;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease;
}

.cherry-landlord-search-clear:hover,
.cherry-landlord-search-clear:focus-visible {
    border-color: rgba(147, 16, 42, 0.32);
    background: rgba(147, 16, 42, 0.1);
    outline: none;
}

.cherry-landlord-search-clear .mud-icon-root {
    font-size: 1rem;
}

.cherry-landlord-filter-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.cherry-landlord-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 20px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 4px;
    background: #f7f7f8;
    color: #2f3947;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.cherry-landlord-filter-pill:hover,
.cherry-landlord-filter-pill:focus-visible {
    border-color: rgba(147, 16, 42, 0.25);
    color: #93102A;
    outline: none;
    transform: translateY(-1px);
}

.cherry-landlord-filter-pill.is-active {
    border-color: #93102A;
    background: #93102A;
    color: #fff;
    box-shadow: 0 12px 24px rgba(147, 16, 42, 0.14);
}

.cherry-landlord-filter-pill span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(17, 24, 32, 0.08);
    color: inherit;
    font-size: 0.78rem;
}

.cherry-landlord-filter-pill.is-active span {
    background: rgba(255, 255, 255, 0.18);
}

.cherry-landlord-sites-list {
    display: grid;
    gap: 16px;
}

.cherry-landlord-removed-sites {
    border: 1px solid rgba(107, 114, 128, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    overflow: hidden;
}

.cherry-landlord-removed-sites > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    cursor: pointer;
    color: #5b6371;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    list-style: none;
}

.cherry-landlord-removed-sites > summary::-webkit-details-marker {
    display: none;
}

.cherry-landlord-removed-sites > summary span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.cherry-landlord-removed-sites > summary strong {
    min-width: 28px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #eef0f3;
    color: #5b6371;
    text-align: center;
}

.cherry-landlord-removed-sites-list {
    display: grid;
    gap: 14px;
    padding: 0 14px 14px;
}

.cherry-landlord-site-card {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr) 230px;
    gap: 18px;
    align-items: stretch;
    padding: 14px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 18px;
    background: linear-gradient(135deg, #fff, #fbf8f9);
    box-shadow: 0 12px 30px rgba(17, 24, 32, 0.06);
}

.cherry-landlord-site-card-disabled {
    background: linear-gradient(135deg, #fff, #f8f6f7);
}

.cherry-landlord-site-card-pending {
    border-color: rgba(217, 119, 6, 0.24);
}

.cherry-landlord-site-card-removed {
    border-color: rgba(107, 114, 128, 0.2);
    opacity: 0.72;
}

.cherry-landlord-site-card-removed .cherry-landlord-site-media img,
.cherry-landlord-site-card-pending .cherry-landlord-site-media img {
    filter: grayscale(0.72);
}

.cherry-landlord-site-media {
    position: relative;
    height: 230px;
    align-self: start;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    background: #f7f3f4;
    color: #93102A;
}

.cherry-landlord-site-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cherry-landlord-site-media > .mud-icon-root {
    font-size: 2.4rem;
    opacity: 0.72;
}

.cherry-landlord-site-media > span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 14px;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

.cherry-landlord-site-media > span.is-active {
    background: rgba(23, 95, 68, 0.92);
}

.cherry-landlord-site-media > span.is-listed {
    background: rgba(23, 95, 68, 0.92);
}

.cherry-landlord-site-media > span.is-pending {
    background: rgba(146, 64, 14, 0.88);
}

.cherry-landlord-site-media > span.is-removed {
    background: rgba(91, 99, 113, 0.92);
}

.cherry-landlord-site-media > span.is-hidden {
    background: rgba(91, 99, 113, 0.92);
}

.cherry-landlord-site-media span .mud-icon-root {
    font-size: 0.94rem;
}

.cherry-landlord-site-body {
    min-width: 0;
}

.cherry-landlord-site-topline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
    color: #687384;
    font-size: 0.84rem;
}

.cherry-landlord-site-topline span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.cherry-landlord-site-topline .mud-icon-root {
    color: #6b7280;
    font-size: 1rem;
}

.cherry-landlord-association-badge {
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 900;
}

.cherry-landlord-association-badge .mud-icon-root {
    font-size: 0.9rem;
}

.cherry-landlord-association-active {
    background: rgba(16, 121, 72, 0.1);
    color: #175f44;
}

.cherry-landlord-association-pending {
    background: #fff2e5;
    color: #9a4b0d;
}

.cherry-landlord-association-removed {
    background: #eef0f3;
    color: #5d6675;
}

.cherry-landlord-site-card h3 {
    margin: 0;
    color: #111820;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.cherry-landlord-site-card p {
    margin: 0;
    color: #6b7280;
    line-height: 1.55;
}

.cherry-landlord-site-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.cherry-landlord-site-pills span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    background: #fff2e5;
    color: #7c3d12;
    font-size: 0.88rem;
}

.cherry-landlord-site-pills .mud-icon-root {
    font-size: 1rem;
}

.cherry-landlord-site-comment {
    margin-top: 12px !important;
    color: #2f3947 !important;
}

.cherry-landlord-site-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    min-height: 100%;
}

.cherry-landlord-site-listing-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.cherry-landlord-site-listing-pill .mud-icon-root {
    font-size: 1rem;
}

.cherry-landlord-site-listing-pill-live {
    background: rgba(16, 121, 72, 0.1);
    color: #175f44;
}

.cherry-landlord-site-listing-pill-muted {
    background: #f5f6f8;
    color: #5d6675;
}

.cherry-landlord-site-coordinates {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: auto;
    color: #6b7280;
    font-family: monospace;
    font-size: 0.78rem;
    text-align: center;
}

.cherry-landlord-site-coordinates .mud-icon-root {
    color: #93102A;
    font-size: 0.95rem;
}

.cherry-landlord-site-disabled-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(107, 114, 128, 0.18);
    border-radius: 6px;
    background: #f5f6f8;
    color: #687384;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.cherry-landlord-site-disabled-note .mud-icon-root {
    font-size: 1rem;
}

.cherry-landlord-empty {
    padding: 42px;
    border: 1px dashed rgba(147, 16, 42, 0.25);
    border-radius: 24px;
    background: #fff;
    text-align: center;
    box-shadow: 0 14px 36px rgba(144, 28, 62, 0.06);
}

.cherry-landlord-empty > .mud-icon-root {
    color: #93102A;
    font-size: 3rem;
}

.cherry-landlord-empty p {
    margin-bottom: 22px;
}

.cherry-landlord-empty-filtered {
    padding: 30px;
}

.cherry-landlord-site-workspace {
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto;
    padding: 54px 0 80px;
}

.cherry-landlord-workspace-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
    align-items: stretch;
    min-height: 320px;
    padding: 38px;
    border-radius: 10px 10px 30px 30px;
    background:
        radial-gradient(circle at top right, rgba(147, 16, 42, 0.78), transparent 38%),
        linear-gradient(135deg, rgba(17, 24, 32, 0.9), rgba(147, 16, 42, 0.74)),
        url("images/website-background.png") center / cover no-repeat;
    color: #fff;
    box-shadow: 0 18px 48px rgba(21, 5, 10, 0.2);
}

.cherry-landlord-workspace-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cherry-landlord-workspace-hero p,
.cherry-landlord-workspace-panel-header span {
    margin: 0 0 10px;
    color: #93102A;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.cherry-landlord-workspace-hero p {
    color: rgba(255, 255, 255, 0.84);
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.cherry-landlord-workspace-hero h1 {
    max-width: 900px;
    margin: 0 0 12px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 4vw, 3.45rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.52);
}

.cherry-landlord-workspace-hero > div > span {
    display: block;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.65;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.cherry-landlord-workspace-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.cherry-landlord-workspace-tags span,
.cherry-landlord-map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-landlord-workspace-tags .is-listed {
    background: rgba(255, 255, 255, 0.1);
}

.cherry-landlord-workspace-tags .is-muted {
    background: rgba(255, 255, 255, 0.1);
}

.cherry-landlord-workspace-tags .mud-icon-root,
.cherry-landlord-map-link .mud-icon-root {
    font-size: 1rem;
}

.cherry-landlord-workspace-sidecar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.cherry-landlord-snapshot-kicker {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cherry-landlord-snapshot-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.cherry-landlord-snapshot-row > .mud-icon-root {
    color: #fff;
    font-size: 2.1rem;
}

.cherry-landlord-workspace-sidecar strong,
.cherry-landlord-public-listing-card strong {
    display: block;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

.cherry-landlord-workspace-sidecar span,
.cherry-landlord-public-listing-card span {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.84rem;
    line-height: 1.4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.cherry-landlord-map-link {
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.cherry-landlord-public-listing-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 14px 28px rgba(28, 4, 11, 0.18);
}

.cherry-landlord-public-listing-card .mud-icon-root {
    color: #fff;
    font-size: 1.4rem;
}

.cherry-landlord-map-link:hover,
.cherry-landlord-map-link:focus-visible {
    background: #fff;
    color: #93102A;
    outline: none;
}

.cherry-landlord-workspace-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
    gap: 18px;
    margin-top: 18px;
}

.cherry-landlord-workspace-panel {
    padding: 24px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(17, 24, 32, 0.05);
}

.cherry-landlord-workspace-panel-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.cherry-landlord-workspace-panel-header h2 {
    margin: 0;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.45rem;
    letter-spacing: 0.04em;
}

.cherry-landlord-workspace-panel-header p {
    margin: 6px 0 0;
    color: #5d6675;
}

.cherry-landlord-workspace-media img,
.cherry-landlord-workspace-empty-media {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 14px;
    object-fit: cover;
    background: #f7f3f4;
}

.cherry-landlord-workspace-empty-media {
    display: grid;
    place-items: center;
    gap: 8px;
    color: #93102A;
    text-align: center;
}

.cherry-landlord-workspace-empty-media .mud-icon-root {
    font-size: 2.5rem;
}

.cherry-landlord-site-details > span {
    display: block;
    color: #687384;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-landlord-site-details > h2 {
    margin: 8px 0 2px;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 4.5vw, 2.75rem);
    line-height: 1.05;
    letter-spacing: 0.035em;
}

.cherry-landlord-site-details > p {
    margin: 0;
    color: #2f3947;
    font-size: 1rem;
}

.cherry-landlord-details-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 22px 0 0;
    padding: 22px 0;
    border-top: 1px solid rgba(17, 24, 32, 0.12);
    border-bottom: 1px solid rgba(17, 24, 32, 0.12);
}

.cherry-landlord-details-list div {
    min-width: 0;
}

.cherry-landlord-details-list dt {
    color: #687384;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-landlord-details-list dd {
    margin: 8px 0 0;
    color: #111820;
    font-weight: 800;
}

.cherry-landlord-description {
    margin-top: 8px;
    padding-top: 0;
}

.cherry-landlord-description strong {
    color: #111820;
}

.cherry-landlord-description p {
    margin: 6px 0 0;
    color: #2f3947;
    line-height: 1.55;
}

.cherry-landlord-document-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.cherry-landlord-document-summary article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 12px;
    align-items: center;
    padding: 16px;
    border-radius: 14px;
    background: #fbf8f9;
}

.cherry-landlord-document-summary .mud-icon-root {
    grid-row: span 2;
    color: #93102A;
    font-size: 1.7rem;
}

.cherry-landlord-document-summary strong {
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    line-height: 1;
}

.cherry-landlord-document-summary span {
    color: #687384;
    font-size: 0.86rem;
    font-weight: 800;
}

.cherry-landlord-file-list {
    display: grid;
    gap: 10px;
}

.cherry-landlord-file-list article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 14px;
    background: #fff;
}

.cherry-landlord-file-list article > .mud-icon-root {
    color: #175f44;
    font-size: 1.8rem;
}

.cherry-landlord-file-list strong,
.cherry-landlord-file-list span {
    display: block;
}

.cherry-landlord-file-list span {
    color: #687384;
    font-size: 0.86rem;
}

.cherry-landlord-file-list a {
    color: #93102A;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-landlord-workspace-note {
    padding: 16px;
    border-radius: 12px;
    background: #f7f4f2;
    color: #5b6470;
}

.cherry-landlord-verification-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    margin-top: 18px;
}

.cherry-landlord-verification-note .mud-icon-root {
    color: #7a4a56;
    font-size: 1.25rem;
}

.cherry-landlord-verification-note strong {
    display: block;
    color: #27313f;
    font-size: 0.95rem;
    font-weight: 700;
}

.cherry-landlord-verification-note p {
    margin: 4px 0 0;
    color: #5f6a76;
    font-size: 0.9rem;
    line-height: 1.45;
}

.cherry-portal-signed-out .cherry-portal-hero {
    grid-template-columns: 1fr;
}

@media (max-width: 900px) {
    .cherry-auth-main {
        padding: 44px 18px;
    }

    .cherry-auth-shell {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cherry-auth-copy {
        text-align: center;
        margin: 0 auto;
    }

    .cherry-auth-copy p:last-child {
        margin: 0 auto;
    }

    .cherry-portal-hero {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .cherry-portal-profile-card {
        min-width: 0;
    }

    .cherry-portal-sections {
        grid-template-columns: 1fr;
    }

    .cherry-portal-section-header {
        flex-direction: column;
    }

    .cherry-portal-section-header p {
        max-width: none;
    }

    .cherry-landlord-toolbar-main,
    .cherry-landlord-site-card {
        grid-template-columns: 1fr;
    }

    .cherry-landlord-toolbar-main > .mud-button-root {
        justify-self: stretch;
        width: 100%;
    }

    .cherry-landlord-site-actions {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .cherry-landlord-site-coordinates {
        margin-top: 0;
    }

    .cherry-landlord-workspace-hero,
    .cherry-landlord-workspace-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .cherry-landlord-stats {
        grid-template-columns: 1fr;
    }

    .cherry-landlord-toolbar,
    .cherry-landlord-empty {
        padding: 22px;
    }

    .cherry-landlord-site-card {
        padding: 14px;
    }

    .cherry-landlord-site-media {
        height: 210px;
    }

    .cherry-landlord-site-workspace {
        width: min(100% - 20px, 1180px);
        padding: 30px 0 60px;
    }

    .cherry-landlord-workspace-hero,
    .cherry-landlord-workspace-panel {
        padding: 20px;
    }

    .cherry-landlord-details-list,
    .cherry-landlord-document-summary {
        grid-template-columns: 1fr;
    }

    .cherry-portal-section {
        padding: 18px;
    }

    .cherry-portal-action-row {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .cherry-portal-action-row > .mud-icon-root,
    .cherry-portal-status-pill {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 520px) {
    .cherry-login-card {
        padding: 26px 20px;
    }

    .cherry-login-card-header {
        align-items: flex-start;
    }

    .cherry-login-options,
    .cherry-login-signup {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* Top nav link styling */
.cherry-topnav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}
    .cherry-topnav-link:hover {
        text-decoration: underline;
    }




.cherry-admin-breadcrumb {
    margin: 0 0 18px;
}

.cherry-admin-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(147, 16, 42, 0.18);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(147, 16, 42, 0.06);
    color: #93102A;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.cherry-admin-breadcrumb a::before {
    content: "←";
    font-size: 1rem;
    line-height: 1;
}

.cherry-admin-breadcrumb a:hover,
.cherry-admin-breadcrumb a:focus-visible {
    border-color: #93102A;
    background: #93102A;
    box-shadow: 0 12px 28px rgba(147, 16, 42, 0.16);
    color: #fff;
    outline: none;
    text-decoration: none;
    transform: translateY(-1px);
}

.cherry-admin-header {
    margin-bottom: 28px;
    padding: 34px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(147, 16, 42, 0.96), rgba(75, 10, 25, 0.94)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 30%);
    color: #ffffff;
    box-shadow: 0 18px 48px rgba(147, 16, 42, 0.2);
}

.cherry-admin-header p {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.84);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cherry-admin-header h1 {
    margin: 0 0 12px;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.05;
    text-transform: uppercase;
}

.cherry-admin-header > div > span {
    display: block;
    max-width: 660px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
}

/* Main admin card styling */
.cherry-admin-main-card {
    border-radius: 24px;
    box-shadow: 0 14px 36px rgba(144, 28, 62, 0.08) !important;
}

.cherry-admin-sites-toolbar {
    display: flex;
    justify-content: flex-end;
}

.cherry-user-admin-card {
    display: grid;
    gap: 22px;
}

.cherry-user-admin-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
}

.cherry-user-admin-toolbar p,
.cherry-admin-modal-header p {
    margin: 0 0 6px;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-user-admin-toolbar h2,
.cherry-admin-modal-header h2 {
    margin: 0;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-user-admin-toolbar span {
    display: block;
    margin-top: 8px;
    color: #5d6675;
    line-height: 1.55;
}

.cherry-user-admin-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 18px;
    background: #fbf8f9;
}

.cherry-user-admin-search-actions {
    flex-wrap: wrap;
}

.cherry-user-admin-grid {
    display: grid;
    gap: 14px;
}

.cherry-user-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 32, 0.04);
}

.cherry-user-card-avatar {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #93102A;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.cherry-user-card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cherry-user-card-main {
    min-width: 0;
}

.cherry-user-card-heading {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.cherry-user-card-heading h3 {
    margin: 0;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.22rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.cherry-user-card-heading span {
    color: #6b7280;
    font-size: 0.9rem;
}

.cherry-user-role-pill {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(147, 16, 42, 0.08);
    color: #93102A !important;
    font-size: 0.76rem !important;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-user-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    color: #2f3947;
    font-size: 0.92rem;
}

.cherry-user-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.cherry-user-card-meta .mud-icon-root {
    color: #93102A;
    font-size: 1.08rem;
}

.cherry-user-card-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.cherry-user-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
    padding: 16px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 16px;
    background: #fbf8f9;
}

.cherry-user-pagination strong {
    display: block;
    color: #111820;
    font-weight: 800;
}

.cherry-user-pagination span {
    display: block;
    margin-top: 3px;
    color: #6b7280;
    font-size: 0.86rem;
}

.cherry-user-pagination-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.cherry-user-pagination-size {
    width: 120px;
    min-width: 120px;
}

.cherry-user-admin-empty {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 220px;
    padding: 34px;
    border: 1px dashed rgba(147, 16, 42, 0.24);
    border-radius: 20px;
    background: #fbf8f9;
    color: #5d6675;
    text-align: center;
}

.cherry-user-admin-empty .mud-icon-root {
    color: #93102A;
    font-size: 2.2rem;
}

.cherry-user-admin-empty strong {
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
}

.cherry-admin-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1600;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(17, 24, 32, 0.48);
    backdrop-filter: blur(4px);
}

.cherry-admin-modal {
    width: min(720px, 100%);
    max-height: min(860px, calc(100vh - 48px));
    overflow-y: auto;
    padding: 28px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(17, 24, 32, 0.24);
}

.cherry-admin-modal-small {
    width: min(520px, 100%);
}

.cherry-admin-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.cherry-admin-modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(147, 16, 42, 0.18);
    border-radius: 8px;
    background: #fff;
    color: #93102A;
    cursor: pointer;
}

.cherry-admin-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 24px;
}

.cherry-permissions-modal {
    width: min(980px, 100%);
}

.cherry-permissions-subtitle {
    display: block;
    margin-top: 4px;
    color: #6b7280;
    font-size: 0.92rem;
}

.cherry-permissions-hero {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(147, 16, 42, 0.14);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(147, 16, 42, 0.08), rgba(147, 16, 42, 0)),
        #fbf8f9;
}

.cherry-permissions-avatar {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #93102A;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.cherry-permissions-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cherry-permissions-eyebrow {
    display: block;
    color: #93102A;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cherry-permissions-hero strong {
    display: block;
    margin-top: 2px;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.cherry-permissions-hero p {
    margin: 6px 0 0;
    color: #5d6675;
}

.cherry-permissions-score {
    min-width: 126px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff;
    text-align: center;
    box-shadow: 0 14px 34px rgba(17, 24, 32, 0.08);
}

.cherry-permissions-score strong {
    color: #93102A;
    font-size: 1.55rem;
}

.cherry-permissions-score span {
    display: block;
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cherry-permissions-note {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 16px 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f5f6f8;
    color: #4b5563;
    font-size: 0.9rem;
}

.cherry-permissions-note .mud-icon-root {
    color: #6b7280;
    font-size: 1.1rem;
}

.cherry-permissions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cherry-permission-group {
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
}

.cherry-permission-group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(147, 16, 42, 0.08);
    background: #fbf8f9;
}

.cherry-permission-group-header > div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.cherry-permission-group-header .mud-icon-root {
    color: #93102A;
    font-size: 1.12rem;
}

.cherry-permission-group-header h3 {
    margin: 0;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cherry-permission-group-header span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(147, 16, 42, 0.08);
    color: #93102A;
    font-size: 0.75rem;
    font-weight: 900;
}

.cherry-permission-list {
    display: grid;
    gap: 2px;
    padding: 10px;
}

.cherry-permission-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 9px 10px;
    border-radius: 10px;
}

.cherry-permission-row .mud-icon-root {
    margin-top: 2px;
    font-size: 1rem;
}

.cherry-permission-row strong {
    display: block;
    color: #111820;
    font-size: 0.9rem;
}

.cherry-permission-row span {
    display: block;
    color: #6b7280;
    font-family: monospace;
    font-size: 0.76rem;
    overflow-wrap: anywhere;
}

.cherry-permission-row-granted {
    background: rgba(16, 121, 72, 0.06);
}

.cherry-permission-row-granted .mud-icon-root {
    color: #107948;
}

.cherry-permission-row-muted {
    opacity: 0.58;
}

.cherry-permission-row-muted .mud-icon-root {
    color: #9ca3af;
}

@media (max-width: 900px) {
    .cherry-admin-header {
        padding: 28px;
    }

    .cherry-user-admin-toolbar,
    .cherry-user-admin-search,
    .cherry-user-card {
        grid-template-columns: 1fr;
    }

    .cherry-user-card-actions,
    .cherry-user-admin-toolbar > .mud-button-root {
        justify-content: stretch;
        width: 100%;
    }

    .cherry-user-card-actions .mud-button-root,
    .cherry-user-admin-toolbar > .mud-button-root,
    .cherry-user-admin-search-actions .mud-button-root {
        width: 100%;
    }

    .cherry-admin-sites-toolbar {
        justify-content: stretch;
    }

    .cherry-admin-sites-toolbar .mud-button-root {
        width: 100%;
    }

    .cherry-user-card-heading {
        flex-direction: column;
    }

    .cherry-user-pagination {
        align-items: stretch;
        flex-direction: column;
    }

    .cherry-user-pagination-controls {
        justify-content: stretch;
    }

    .cherry-user-pagination-controls .mud-button-root,
    .cherry-user-pagination-size {
        width: 100%;
    }

    .cherry-admin-site-card {
        grid-template-columns: 1fr;
    }

    .cherry-admin-site-card-actions {
        justify-content: stretch;
    }

    .cherry-admin-site-card-actions .mud-button-root {
        width: 100%;
    }

    .cherry-permissions-hero,
    .cherry-permissions-grid {
        grid-template-columns: 1fr;
    }

    .cherry-permissions-score {
        text-align: left;
    }
}

/* Image placeholder */
.cherry-site-image-placeholder {
    height: 220px;
    background-color: #f7f3f4;
    border-radius: 12px;
}

.cherry-admin-sites-list {
    display: grid;
    gap: 16px;
}

.cherry-admin-site-card {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr) 190px;
    gap: 18px;
    align-items: stretch;
    padding: 14px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 18px;
    background: linear-gradient(135deg, #fff, #fbf8f9);
    box-shadow: 0 12px 30px rgba(17, 24, 32, 0.06);
}

.cherry-admin-site-card-media {
    position: relative;
    min-height: 158px;
    border-radius: 12px;
    overflow: hidden;
    background: #f7f3f4;
}

.cherry-admin-site-card-media img,
.cherry-admin-site-card-placeholder {
    width: 100%;
    height: 100%;
    min-height: 158px;
    display: block;
    object-fit: cover;
}

.cherry-admin-site-card-placeholder {
    display: grid;
    place-items: center;
    color: #6b7280;
}

.cherry-admin-site-card-placeholder .mud-icon-root {
    font-size: 2rem;
}

.cherry-admin-site-active-pill {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 14px;
    background: rgba(23, 95, 68, 0.92);
    color: #fff;
    font-weight: 800;
}

.cherry-admin-site-active-pill .mud-icon-root {
    font-size: 0.72rem;
}

.cherry-admin-site-card-body {
    min-width: 0;
}

.cherry-admin-site-card-topline {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4px;
    color: #6b7280;
    font-size: 0.84rem;
}

.cherry-admin-site-card-topline span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.cherry-admin-site-card-topline .mud-icon-root {
    color: #6b7280;
    font-size: 1rem;
}

.cherry-admin-site-card h3 {
    margin: 0;
    color: #111820;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.cherry-admin-site-address-subtitle {
    margin: 2px 0 10px;
    color: #6b7280;
    font-size: 0.96rem;
}

.cherry-admin-site-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.cherry-admin-site-detail-pill,
.cherry-admin-site-listing-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    background: #fff2e5;
    color: #7c3d12;
    font-size: 0.88rem;
}

.cherry-admin-site-detail-pill .mud-icon-root,
.cherry-admin-site-listing-pill .mud-icon-root {
    font-size: 1rem;
}

.cherry-admin-site-detail-pill-site {
    background: rgba(16, 121, 72, 0.1);
    color: #175f44;
    font-weight: 800;
}

.cherry-admin-site-card-comment {
    margin: 0;
    color: #2f3947;
    line-height: 1.55;
}

.cherry-admin-site-card-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
}

.cherry-admin-site-listing-pill {
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-admin-site-listing-pill-live {
    background: rgba(16, 121, 72, 0.1);
    color: #175f44;
}

.cherry-admin-site-listing-pill-muted {
    background: #f5f6f8;
    color: #5d6675;
}

.cherry-admin-site-coordinates {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #6b7280;
    font-family: monospace;
    font-size: 0.78rem;
    text-align: center;
}

.cherry-admin-site-coordinates .mud-icon-root {
    color: #93102A;
    font-size: 0.95rem;
}

/* Utility */
.min-width-200 {
    min-width: 200px;
}

.cherry-site-photo-wrapper {
    width: 100%;
    height: 260px;
    border-radius: 12px;
    background-color: #f9f4f6;
}

.cherry-site-detail-page {
    max-width: 1360px;
    color: #111820;
}

.cherry-site-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
    align-items: stretch;
    min-height: 320px;
    padding: 38px;
    border-radius: 10px 10px 30px 30px;
    background:
        radial-gradient(circle at top right, rgba(147, 16, 42, 0.78), transparent 38%),
        linear-gradient(135deg, rgba(17, 24, 32, 0.9), rgba(147, 16, 42, 0.74)),
        url("images/website-background.png") center / cover no-repeat;
    color: #fff;
    box-shadow: 0 18px 48px rgba(21, 5, 10, 0.2);
}

.cherry-site-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cherry-site-hero p {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.cherry-site-hero h1 {
    max-width: 980px;
    margin: 0 0 12px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 4vw, 3.45rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.08;
    text-transform: uppercase;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.52);
}

.cherry-site-hero h1:focus {
    outline: none;
}

.cherry-site-hero-content > span {
    display: block;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.7;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.cherry-site-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.cherry-site-hero-tags span {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cherry-hero-status-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.cherry-hero-status-trigger span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.cherry-hero-status-trigger:hover span {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.15);
}

.cherry-hero-status-trigger .mud-icon-root {
    color: rgba(255, 255, 255, 0.86);
}

.cherry-hero-status-error {
    width: fit-content;
    margin-top: 14px;
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.82rem;
}

.cherry-site-hero-sidecar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.cherry-site-hero-sidecar .mud-icon-root {
    color: #fff;
    font-size: 2.1rem;
}

.cherry-site-hero-sidecar strong {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.34);
}

.cherry-site-hero-sidecar span {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.92rem;
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.cherry-site-hero-action {
    margin-top: 8px !important;
    border-color: rgba(255, 255, 255, 0.72) !important;
    color: #fff !important;
}

.cherry-account-manager-card {
    min-width: 280px;
    justify-content: center;
}

.cherry-account-manager-kicker {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cherry-account-manager-profile {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.cherry-account-manager-profile img,
.cherry-account-manager-initials {
    width: 64px;
    height: 64px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    object-fit: cover;
}

.cherry-account-manager-initials {
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.cherry-account-manager-profile strong,
.cherry-account-manager-profile span,
.cherry-account-manager-profile small,
.cherry-account-manager-empty strong,
.cherry-account-manager-empty span {
    display: block;
}

.cherry-account-manager-profile strong {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cherry-account-manager-profile span {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.86rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cherry-account-manager-profile small {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    font-weight: 700;
}

.cherry-account-manager-empty {
    display: grid;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
}

.cherry-account-manager-empty .mud-icon-root {
    color: #fff;
    font-size: 2rem;
}

.cherry-public-listing-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 6px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 14px 28px rgba(28, 4, 11, 0.18);
}

.cherry-public-listing-card strong,
.cherry-public-listing-card span {
    display: block;
}

.cherry-public-listing-card strong {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-public-listing-card span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    line-height: 1.35;
}

.cherry-public-listing-switch {
    margin: 0 !important;
}

.cherry-public-listing-error {
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.78rem;
}

.cherry-site-panel {
    padding: 26px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 24px;
    background: #fff !important;
    box-shadow: 0 14px 36px rgba(144, 28, 62, 0.08) !important;
}

.cherry-site-panel-header {
    margin-bottom: 18px;
    gap: 14px;
}

.cherry-site-panel-title {
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.cherry-documents-shell {
    display: grid;
    gap: 20px;
}

.cherry-documents-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.cherry-documents-kicker {
    display: block;
    margin-bottom: 6px;
    color: #93102A;
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-documents-header h2 {
    margin: 0;
    color: #1b2430;
    font-size: clamp(1.8rem, 2vw, 2.35rem);
    font-weight: 800;
    line-height: 1.05;
}

.cherry-documents-header p {
    margin: 8px 0 0;
    color: #657180;
    font-size: 1rem;
}

.cherry-documents-add-button {
    min-width: 230px;
    min-height: 42px;
    border-radius: 4px !important;
    font-weight: 800 !important;
    font-size: 0.84rem !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    background: #93102A !important;
    border-color: #93102A !important;
    color: #fff !important;
}

.cherry-required-docs-dialog-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1f2933;
}

.cherry-required-docs-dialog-title-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f6e8ec;
    color: #93102A;
}

.cherry-required-docs-dialog-title-icon .mud-icon-root {
    font-size: 1.25rem;
}

.cherry-required-docs-dialog-title span:not(.cherry-required-docs-dialog-title-icon) {
    display: block;
    color: #7a4a56;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-required-docs-dialog-title strong {
    display: block;
    margin-top: 2px;
    color: #1f2933;
    font-size: 1.1rem;
    line-height: 1.2;
}

.cherry-required-docs-dialog {
    display: grid;
    gap: 14px;
}

.cherry-required-docs-loading,
.cherry-required-docs-empty,
.cherry-required-docs-intro,
.cherry-required-docs-table-panel {
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
}

.cherry-required-docs-loading {
    padding: 18px;
}

.cherry-required-docs-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 32px 24px;
    color: #66717c;
    text-align: center;
}

.cherry-required-docs-empty .mud-icon-root {
    color: #057a35;
    font-size: 2rem;
}

.cherry-required-docs-empty strong {
    color: #1f2933;
    font-size: 1rem;
}

.cherry-required-docs-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    background:
        linear-gradient(135deg, rgba(147, 16, 42, 0.06), rgba(255, 255, 255, 0.92) 62%),
        #fff;
}

.cherry-required-docs-intro p {
    margin: 0;
    color: #1f2933;
    font-size: 0.95rem;
    line-height: 1.45;
}

.cherry-required-docs-intro small {
    display: block;
    margin-top: 4px;
    color: #6a7581;
    font-size: 0.82rem;
}

.cherry-required-docs-count {
    display: grid;
    place-items: center;
    min-width: 92px;
    min-height: 70px;
    padding: 10px 14px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
}

.cherry-required-docs-count strong {
    color: #93102A;
    font-family: 'Oswald', sans-serif;
    font-size: 1.55rem;
    line-height: 1;
}

.cherry-required-docs-count span {
    color: #7a838d;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-required-docs-table-panel {
    overflow: hidden;
}

.cherry-required-docs-table-header {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(147, 16, 42, 0.08);
    background: #fbf7f8;
}

.cherry-required-docs-table-header strong {
    display: block;
    color: #1f2933;
    font-size: 0.98rem;
}

.cherry-required-docs-table-shell {
    width: 100%;
    overflow-x: auto;
}

.cherry-required-docs-table {
    min-width: 760px;
}

.cherry-required-docs-table .mud-table-head {
    background: #fff;
}

.cherry-required-docs-table .mud-table-head .mud-table-cell {
    color: #4b2430;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-required-docs-table .mud-table-row:hover {
    background: #fff8fa;
}

.cherry-required-docs-table .mud-table-cell {
    min-height: 64px;
    border-bottom-color: rgba(147, 16, 42, 0.08);
    color: #44505b;
    vertical-align: middle;
}

.cherry-required-docs-type-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 220px;
}

.cherry-required-docs-type-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #f6e8ec;
    color: #93102A;
}

.cherry-required-docs-type-icon .mud-icon-root {
    font-size: 1.1rem;
}

.cherry-required-docs-type-cell strong {
    color: #1f2933;
    font-weight: 700;
    line-height: 1.25;
}

.cherry-required-docs-description {
    display: block;
    max-width: 520px;
    color: #586571;
    font-size: 0.88rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
}

.cherry-required-docs-muted {
    color: #9aa3ad;
    font-size: 0.82rem;
    font-weight: 600;
}

.cherry-required-docs-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.cherry-required-docs-actions .mud-button-root {
    border-radius: 8px !important;
    font-weight: 800 !important;
}

.cherry-document-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 284px));
    justify-content: center;
    gap: 14px;
}

.cherry-document-stat-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 18px;
    background: #fff;
}

.cherry-document-stat-card.is-complete {
    background: linear-gradient(135deg, #f2fcf6 0%, #fbfffc 100%);
    border-color: rgba(22, 163, 74, 0.18);
}

.cherry-document-stat-card.is-pending {
    background: linear-gradient(135deg, #fff8ef 0%, #fffdfa 100%);
    border-color: rgba(217, 119, 6, 0.18);
}

.cherry-document-stat-card.is-missing {
    background: linear-gradient(135deg, #fff4f7 0%, #fffafb 100%);
    border-color: rgba(147, 16, 42, 0.16);
}

.cherry-document-stat-card.is-featured {
    background: linear-gradient(135deg, #fbf3f6 0%, #fffafb 100%);
    border-color: rgba(147, 16, 42, 0.14);
}

.cherry-document-stat-icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    color: #111820;
}

.cherry-document-stat-card.is-complete .cherry-document-stat-icon {
    color: #15803d;
}

.cherry-document-stat-card.is-pending .cherry-document-stat-icon {
    color: #c2410c;
}

.cherry-document-stat-card.is-missing .cherry-document-stat-icon {
    color: #93102A;
}

.cherry-document-stat-card.is-featured .cherry-document-stat-icon {
    color: #93102A;
}

.cherry-document-stat-card strong,
.cherry-document-stat-card span,
.cherry-document-stat-card p {
    display: block;
}

.cherry-document-stat-card strong {
    color: #111820;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
}

.cherry-document-stat-card span {
    margin-top: 4px;
    color: #1f2937;
    font-size: 1rem;
    font-weight: 800;
}

.cherry-document-stat-card p {
    margin: 3px 0 0;
    color: #6b7280;
    font-size: 0.92rem;
}

.cherry-documents-toolbar {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.cherry-documents-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cherry-documents-filter {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 999px;
    background: #f6f4f5;
    color: #4b5563;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.cherry-documents-filter span,
.cherry-documents-filter strong {
    display: block;
    line-height: 1;
}

.cherry-documents-filter span {
    font-size: 0.92rem;
    font-weight: 700;
}

.cherry-documents-filter strong {
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    font-weight: 800;
}

.cherry-documents-filter.is-active {
    background: #93102A;
    border-color: #93102A;
    color: #fff;
}

.cherry-documents-filter.is-active strong {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.cherry-document-section {
    display: grid;
    gap: 14px;
}

.cherry-document-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.cherry-document-section-kicker {
    display: block;
    margin-bottom: 4px;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-document-section-kicker.is-danger {
    color: #93102A;
}

.cherry-document-section-kicker.is-success {
    color: #0f7d4f;
}

.cherry-document-section-kicker.is-featured {
    color: #6d28d9;
}

.cherry-document-section-header p {
    margin: 0;
    color: #657180;
    font-size: 0.98rem;
}

.cherry-document-section-toggle {
    width: 100%;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(15, 125, 79, 0.14);
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.cherry-document-section-toggle:focus-visible {
    outline: 2px solid rgba(15, 125, 79, 0.26);
    outline-offset: 4px;
}

.cherry-document-section-toggle-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0f7d4f;
    font-size: 0.82rem;
    font-weight: 700;
}

.cherry-document-section-toggle-meta .mud-icon-root {
    font-size: 1.12rem;
    transition: transform 160ms ease;
}

.cherry-document-section-collapsible.is-expanded .cherry-document-section-toggle-meta .mud-icon-root {
    transform: rotate(180deg);
}

.cherry-document-card-list {
    display: grid;
    gap: 12px;
}

.cherry-document-card {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    grid-template-areas:
        "icon body"
        "icon actions";
    column-gap: 18px;
    row-gap: 14px;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 18px;
    background: #fff;
}

.cherry-document-card.is-attention {
    background: linear-gradient(135deg, #fff 0%, #fffafb 100%);
}

.cherry-document-card.is-ready {
    background: linear-gradient(135deg, #fff 0%, #fbfffc 100%);
}

.cherry-document-card-icon {
    grid-area: icon;
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    border-radius: 16px;
    background: #f8fafc;
    color: #64748b;
}

.cherry-document-card-icon.is-danger {
    background: #fdf0f3;
    color: #93102A;
}

.cherry-document-card-icon.is-warning {
    background: #fff6eb;
    color: #d97706;
}

.cherry-document-card-icon.is-success {
    background: #edf9f2;
    color: #15803d;
}

.cherry-document-card-body {
    grid-area: body;
    align-self: start;
}

.cherry-document-card-title-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.cherry-document-card-body h4 {
    margin: 0;
    color: #1b2430;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.2;
}

.cherry-document-card-body p {
    margin: 6px 0 0;
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.55;
}

.cherry-document-help-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #93102A;
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
}

.cherry-document-help-link:hover,
.cherry-document-help-link:focus-visible {
    color: #6f0c21;
    text-decoration: underline;
}

.cherry-document-help-link .mud-icon-root {
    font-size: 1rem;
}

.cherry-document-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.cherry-document-note-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #f6f4f5;
    color: #5c6570;
    font-size: 0.9rem;
}

.cherry-document-note-inline strong {
    color: #4b5563;
    font-weight: 800;
}

.cherry-document-note-inline span {
    color: #4b5563;
}

.cherry-document-note-inline .mud-icon-root {
    color: #7b8794;
}

.cherry-document-card-actions {
    grid-area: actions;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.cherry-document-card-actions .mud-button-root {
    min-width: 178px;
    min-height: 40px;
    border-radius: 4px !important;
    font-weight: 800 !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

.cherry-admin-action-button {
    min-width: 178px;
    min-height: 40px;
    border-radius: 4px !important;
    font-weight: 800 !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

.cherry-admin-action-button.mud-button-filled {
    background: #93102A !important;
    border-color: #93102A !important;
    color: #fff !important;
}

.cherry-admin-action-button.mud-button-outlined {
    border-color: rgba(147, 16, 42, 0.35) !important;
    color: #93102A !important;
}

.cherry-admin-status-button {
    min-width: 168px;
}

@media (max-width: 1100px) {
    .cherry-document-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cherry-document-card {
        grid-template-columns: 78px minmax(0, 1fr);
        grid-template-areas:
            "icon body"
            "icon actions";
    }

    .cherry-document-card-actions {
        justify-content: flex-end;
        padding-left: 0;
    }
}

@media (max-width: 760px) {
    .cherry-documents-header {
        flex-direction: column;
        align-items: stretch;
    }

    .cherry-documents-header h2 {
        font-size: clamp(1.55rem, 6vw, 2rem);
        line-height: 1.08;
    }

    .cherry-documents-header p {
        font-size: 0.95rem;
        max-width: 36ch;
    }

    .cherry-documents-add-button {
        width: 100%;
        min-width: 0;
    }

    .cherry-document-stats {
        grid-template-columns: 1fr;
    }

    .cherry-document-stat-card {
        grid-template-columns: auto minmax(0, 1fr);
        padding: 16px;
    }

    .cherry-document-stat-card strong {
        font-size: 1.45rem;
    }

    .cherry-documents-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .cherry-documents-filters {
        gap: 8px;
    }

    .cherry-documents-filter {
        width: fit-content;
        max-width: 100%;
    }

    .cherry-document-card {
        grid-template-columns: 1fr;
        grid-template-areas:
            "icon"
            "body"
            "actions";
        gap: 14px;
        padding: 16px;
    }

    .cherry-document-card-icon {
        width: 70px;
        height: 70px;
    }

    .cherry-document-card-body h4 {
        font-size: 1rem;
    }

    .cherry-document-card-body p {
        font-size: 0.92rem;
        line-height: 1.45;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .cherry-document-card-actions {
        padding-left: 0;
        width: 100%;
    }

    .cherry-document-card-actions .mud-button-root,
    .cherry-admin-action-button,
    .cherry-admin-status-button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .cherry-documents-shell {
        gap: 16px;
    }

    .cherry-documents-filter {
        width: 100%;
        justify-content: space-between;
    }

    .cherry-document-stat-card {
        gap: 12px;
    }

    .cherry-document-stat-icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    .cherry-document-card {
        padding: 14px;
        border-radius: 16px;
    }

    .cherry-document-note-inline {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

.cherry-site-mini-card {
    width: 100%;
    min-height: 178px;
    padding: 22px;
    border: 1px solid rgba(147, 16, 42, 0.14);
    border-radius: 24px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbf7f8 100%) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65) !important;
}

.cherry-site-featured-media {
    overflow: hidden;
    max-height: 420px;
    border-radius: 18px;
    background: #f5edf0;
}

.cherry-site-featured-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.cherry-site-featured-placeholder {
    min-height: 260px;
    border-radius: 18px;
    background: #f5edf0 !important;
}

.cherry-featured-media-header {
    align-items: flex-start !important;
}

.cherry-featured-media-header .mud-typography-caption {
    color: #68717c;
}

.cherry-featured-saving-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f5edf0;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-site-thumbnail-row {
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.cherry-site-thumbnail {
    min-width: 74px !important;
    width: 74px !important;
    height: 74px !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 14px !important;
    background: #fff;
}

.cherry-site-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.cherry-site-detail-item {
    padding: 16px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 16px;
    background: #fbf7f8;
}

.cherry-site-detail-item span,
.cherry-site-detail-item strong {
    display: block;
}

.cherry-site-detail-item span {
    margin-bottom: 4px;
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-site-detail-item strong {
    color: #111820;
    font-size: 0.98rem;
}

.cherry-site-summary {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

.cherry-site-address-card {
    padding: 2px 0 18px;
    border-bottom: 1px solid rgba(17, 24, 32, 0.12);
}

.cherry-site-address-card span,
.cherry-site-meta-strip span {
    display: block;
    margin-bottom: 5px;
    color: #7a838d;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-site-address-card strong {
    display: block;
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.18;
}

.cherry-site-address-card p {
    margin: 8px 0 0;
    color: #3f4852;
    font-size: 1.02rem;
}

.cherry-site-meta-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cherry-site-meta-strip div {
    padding: 14px 0;
}

.cherry-site-meta-strip strong {
    color: #111820;
    font-size: 1rem;
}

.cherry-site-empty-state {
    min-height: 220px;
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 24px;
    border-radius: 18px;
    background: #f5edf0;
    text-align: center;
}

.cherry-site-empty-state .mud-icon-root {
    color: #93102A;
    font-size: 2rem;
}

.cherry-featured-inline-sort {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.cherry-featured-inline-item {
    overflow: hidden;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(17, 24, 32, 0.05);
}

.cherry-featured-inline-item.is-selected {
    border-color: #93102A;
    box-shadow: 0 10px 24px rgba(147, 16, 42, 0.14);
}

.cherry-featured-inline-preview {
    position: relative;
    width: 100%;
    height: 74px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    background: #f5edf0;
    cursor: pointer;
}

.cherry-featured-inline-preview span {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #93102A;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
}

.cherry-featured-inline-preview img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cherry-featured-inline-controls {
    display: flex;
    justify-content: space-between;
    padding: 4px 6px;
}

.cherry-site-table {
    overflow: hidden;
    border: 1px solid rgba(147, 16, 42, 0.08);
    border-radius: 16px;
}

.cherry-site-table .mud-table-head {
    background: #fbf7f8;
}

.cherry-site-table .mud-table-cell {
    border-bottom-color: rgba(147, 16, 42, 0.07);
}

.cherry-site-attribute-table {
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
    border: 1px solid rgba(147, 16, 42, 0.08);
    border-radius: 16px;
    border-collapse: separate;
    border-spacing: 0;
}

.cherry-site-attribute-table thead {
    background: #fbf7f8;
}

.cherry-site-attribute-table th,
.cherry-site-attribute-table td {
    padding: 12px;
    border-bottom: 1px solid rgba(147, 16, 42, 0.07);
}

.cherry-add-attributes-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1f2933;
}

.cherry-add-attributes-title-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f6e8ec;
    color: #93102A;
}

.cherry-add-attributes-title-icon .mud-icon-root {
    font-size: 1.25rem;
}

.cherry-add-attributes-title span:not(.cherry-add-attributes-title-icon) {
    display: block;
    color: #7a4a56;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-add-attributes-title strong {
    display: block;
    margin-top: 2px;
    color: #1f2933;
    font-size: 1.1rem;
    line-height: 1.2;
}

.cherry-add-attributes-dialog {
    display: grid;
    gap: 14px;
}

.cherry-add-attributes-loading,
.cherry-add-attributes-empty,
.cherry-add-attributes-intro,
.cherry-add-attributes-table-shell {
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
}

.cherry-add-attributes-loading {
    padding: 18px;
}

.cherry-add-attributes-empty {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 32px 24px;
    color: #66717c;
    text-align: center;
}

.cherry-add-attributes-empty .mud-icon-root {
    color: #057a35;
    font-size: 2rem;
}

.cherry-add-attributes-empty strong {
    color: #1f2933;
    font-size: 1rem;
}

.cherry-add-attributes-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    background:
        linear-gradient(135deg, rgba(147, 16, 42, 0.06), rgba(255, 255, 255, 0.92) 62%),
        #fff;
}

.cherry-add-attributes-intro p {
    margin: 0;
    color: #1f2933;
    font-size: 0.95rem;
    line-height: 1.45;
}

.cherry-add-attributes-intro small {
    display: block;
    margin-top: 4px;
    color: #6a7581;
    font-size: 0.82rem;
}

.cherry-add-attributes-count {
    display: grid;
    place-items: center;
    min-width: 92px;
    min-height: 70px;
    padding: 10px 14px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
}

.cherry-add-attributes-count strong {
    color: #93102A;
    font-family: 'Oswald', sans-serif;
    font-size: 1.55rem;
    line-height: 1;
}

.cherry-add-attributes-count span {
    color: #7a838d;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-add-attributes-table-shell {
    overflow-x: auto;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.cherry-add-attributes-table {
    width: 100%;
    min-width: 1040px;
}

.cherry-add-attributes-table .mud-table-container {
    border-radius: 8px;
}

.cherry-add-attributes-table .mud-table-head {
    background: #fbf7f8;
}

.cherry-add-attributes-table .mud-table-head .mud-table-cell {
    color: #4b2430;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-add-attributes-table .mud-table-row {
    transition: background-color 140ms ease;
}

.cherry-add-attributes-table .mud-table-row:hover {
    background: #fff8fa;
}

.cherry-add-attributes-table .mud-table-cell {
    height: 56px;
    border-bottom-color: rgba(147, 16, 42, 0.08);
    color: #44505b;
    vertical-align: middle;
}

.cherry-add-attributes-category-col {
    width: 170px;
}

.cherry-add-attributes-name-col {
    width: 360px;
}

.cherry-add-attributes-unit-col {
    width: 120px;
}

.cherry-add-attributes-value-col {
    width: 300px;
}

.cherry-add-attributes-category-pill,
.cherry-add-attributes-unit {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}

.cherry-add-attributes-category-pill {
    background: #f6e8ec;
    color: #7a1b31;
}

.cherry-add-attributes-unit {
    background: #f3f5f7;
    color: #586571;
}

.cherry-add-attributes-name {
    color: #1f2933;
    font-weight: 600;
    line-height: 1.35;
}

.cherry-add-attributes-boolean {
    min-height: 38px;
}

.cherry-add-attributes-boolean .mud-checkbox {
    margin-right: 2px;
}

.cherry-add-attributes-boolean .mud-typography {
    color: #394450;
    font-weight: 600;
}

.cherry-add-attributes-value-input {
    width: min(100%, 260px);
}

.cherry-add-attributes-value-input .mud-input-root {
    background: #fff;
}

.cherry-add-attributes-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.cherry-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f4eef0;
    color: #4b5563;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.cherry-status-pill.is-success {
    background: #e8f8ee;
    color: #057a35;
}

.cherry-status-pill.is-warning {
    background: #fff6db;
    color: #8a5b00;
}

.cherry-status-pill.is-danger {
    background: #fce8ed;
    color: #93102A;
}

.cherry-status-pill.is-muted {
    background: #edf0f2;
    color: #64748b;
}

.cherry-status-pill.is-featured {
    background: #f7edf1;
    color: #93102A;
    border: 1px solid rgba(147, 16, 42, 0.12);
}

.cherry-contact-board {
    display: grid;
    gap: 22px;
}

.cherry-contact-section {
    display: grid;
    gap: 12px;
}

.cherry-contact-section-current {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.cherry-contact-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.cherry-contact-section-eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cherry-contact-section-heading h3 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 0.95;
}

.cherry-contact-section-heading p {
    margin: 4px 0 0;
    color: #68717c;
    font-size: 1rem;
    max-width: 700px;
}

.cherry-contact-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
    padding: 18px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 22px;
    background:
        linear-gradient(135deg, #fff 0%, #fbf7f8 100%);
}

.cherry-contact-card-current {
    padding: 26px;
    border-color: rgba(13, 148, 96, 0.16);
    background: linear-gradient(135deg, rgba(240, 253, 247, 0.98) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 18px 36px rgba(13, 148, 96, 0.08);
}

.cherry-contact-card-history {
    background: linear-gradient(135deg, #fff 0%, #fffbf6 100%);
    border-color: rgba(234, 88, 12, 0.12);
}

.cherry-contact-avatar {
    display: grid;
    place-items: center;
    width: 86px;
    height: 86px;
    overflow: hidden;
    border-radius: 26px;
    background: #93102A;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 14px 28px rgba(147, 16, 42, 0.14);
}

.cherry-contact-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cherry-contact-card-current .cherry-contact-avatar {
    background: linear-gradient(135deg, #0f9b63 0%, #0b7a4e 100%);
    box-shadow: 0 14px 28px rgba(13, 148, 96, 0.18);
}

.cherry-contact-avatar.is-history {
    background: linear-gradient(135deg, #fb923c 0%, #ea580c 100%);
    box-shadow: 0 14px 28px rgba(234, 88, 12, 0.16);
}

.cherry-contact-topline {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.cherry-contact-topmeta {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.cherry-contact-topdate {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #e7f8ef;
    color: #0b7a4e;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.cherry-contact-topdate.is-history {
    background: #fff0e4;
    color: #c2410c;
}

.cherry-contact-topline h3 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
}

.cherry-contact-topline p {
    margin: 4px 0 0;
    color: #68717c;
}

.cherry-contact-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-top: 14px;
    color: #3f4852;
    font-size: 0.92rem;
}

.cherry-contact-meta span,
.cherry-contact-note {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.cherry-contact-meta-item {
    min-width: 210px;
    padding: 10px 12px;
    border: none;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    gap: 8px;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.12);
}

.cherry-contact-meta-item strong {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7b8794;
}

.cherry-contact-meta-item span {
    display: inline;
    color: #1f2937;
}

.cherry-contact-meta .mud-icon-root,
.cherry-contact-note .mud-icon-root {
    color: #93102A;
}

.cherry-contact-note {
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #fff6f8;
    color: #6b2736;
    font-size: 0.9rem;
}

.cherry-contact-actions {
    display: flex;
    gap: 2px;
}

.cherry-contact-card-current .cherry-contact-actions {
    align-self: center;
}

.cherry-contact-actions-centered {
    align-self: center;
}

.cherry-contact-actions-stacked {
    flex-direction: column;
    gap: 10px;
    min-width: 148px;
}

.cherry-contact-history {
    display: grid;
    gap: 14px;
}

.cherry-contact-empty {
    padding: 16px 18px;
    border: 1px dashed rgba(148, 163, 184, 0.35);
    border-radius: 18px;
    color: #6b7280;
    background: rgba(255, 255, 255, 0.8);
}

.cherry-contact-card-history .cherry-contact-note {
    background: #fff7ed;
    color: #9a3412;
}

.cherry-contacts-shell {
    display: grid;
    gap: 20px;
}

.cherry-contacts-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.cherry-contacts-kicker {
    display: inline-block;
    margin-bottom: 6px;
    color: #12794f;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cherry-contacts-hero h2 {
    margin: 0;
    color: #0f172a;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.55rem, 1.9vw, 1.85rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.cherry-contacts-hero.cherry-landlord-section-header h2 {
    font-family: inherit;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.cherry-contacts-hero p {
    max-width: 760px;
    margin: 8px 0 0;
    color: #64748b;
    font-size: 0.92rem;
}

.cherry-contacts-add-button {
    min-width: 190px;
    min-height: 42px;
    border-width: 1px !important;
    border-radius: 4px !important;
    font-weight: 800 !important;
    font-size: 0.88rem !important;
}

.cherry-contact-dialog-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1f2933;
}

.cherry-contact-dialog-title-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f6e8ec;
    color: #93102A;
}

.cherry-contact-dialog-title-icon .mud-icon-root {
    font-size: 1.25rem;
}

.cherry-contact-dialog-title span:not(.cherry-contact-dialog-title-icon) {
    display: block;
    color: #7a4a56;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-contact-dialog-title strong {
    display: block;
    margin-top: 2px;
    color: #1f2933;
    font-size: 1.1rem;
    line-height: 1.2;
}

.cherry-contact-dialog {
    display: grid;
    gap: 14px;
}

.cherry-contact-dialog-intro,
.cherry-contact-search-panel,
.cherry-contact-results-panel {
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 8px;
    background: #fff;
}

.cherry-contact-dialog-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    background:
        linear-gradient(135deg, rgba(147, 16, 42, 0.06), rgba(255, 255, 255, 0.92) 62%),
        #fff;
}

.cherry-contact-dialog-intro p {
    margin: 0;
    color: #1f2933;
    font-size: 0.95rem;
    line-height: 1.45;
}

.cherry-contact-dialog-page-pill {
    display: grid;
    gap: 2px;
    min-width: 92px;
    padding: 10px 14px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    text-align: center;
}

.cherry-contact-dialog-page-pill span {
    color: #7a838d;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-contact-dialog-page-pill strong {
    color: #93102A;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    line-height: 1;
}

.cherry-contact-search-panel {
    display: grid;
    gap: 14px;
    padding: 16px;
}

.cherry-contact-search-panel .mud-input-outlined-border {
    border-color: rgba(147, 16, 42, 0.18);
}

.cherry-contact-search-actions {
    display: flex;
    justify-content: flex-end;
}

.cherry-contact-search-actions .mud-button-root,
.cherry-contact-result-action .mud-button-root {
    border-radius: 8px !important;
    font-weight: 800 !important;
}

.cherry-contact-results-panel {
    min-height: 156px;
    overflow: hidden;
}

.cherry-contact-results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(147, 16, 42, 0.08);
    background: #fbf7f8;
}

.cherry-contact-results-header strong {
    display: block;
    color: #1f2933;
    font-size: 0.98rem;
}

.cherry-contact-results-table-shell {
    width: 100%;
    overflow-x: auto;
}

.cherry-contact-results-table {
    min-width: 860px;
}

.cherry-contact-results-table .mud-table-head {
    background: #fff;
}

.cherry-contact-results-table .mud-table-head .mud-table-cell {
    color: #4b2430;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-contact-results-table .mud-table-row:hover {
    background: #fff8fa;
}

.cherry-contact-results-table .mud-table-cell {
    height: 64px;
    border-bottom-color: rgba(147, 16, 42, 0.08);
    color: #44505b;
    vertical-align: middle;
}

.cherry-contact-user-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 220px;
}

.cherry-contact-user-avatar {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border-radius: 8px;
    background: #93102A;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.cherry-contact-user-cell strong,
.cherry-contact-user-cell span {
    display: block;
}

.cherry-contact-user-cell strong {
    color: #1f2933;
    font-weight: 700;
    line-height: 1.25;
}

.cherry-contact-user-cell span {
    margin-top: 2px;
    color: #7a838d;
    font-size: 0.78rem;
}

.cherry-contact-role-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f3f5f7;
    color: #586571;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}

.cherry-contact-result-action {
    text-align: right;
}

.cherry-contact-search-empty {
    min-height: 156px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 28px 18px;
    color: #66717c;
    text-align: center;
}

.cherry-contact-search-empty .mud-icon-root {
    color: #93102A;
    font-size: 2rem;
}

.cherry-contact-search-empty strong {
    color: #1f2933;
    font-size: 1rem;
}

.cherry-contact-dialog-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.cherry-landlord-card {
    padding: 20px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
}

.cherry-landlord-card-active {
    background: linear-gradient(135deg, #eefaf4 0%, #f8fffb 100%);
    border-color: rgba(18, 121, 79, 0.35);
}

.cherry-landlord-card-pending {
    background: linear-gradient(135deg, #fff7f1 0%, #fffdfa 100%);
    border-color: rgba(249, 115, 22, 0.3);
}

.cherry-landlord-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.cherry-landlord-pill::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: currentColor;
}

.cherry-landlord-pill-active {
    background: #dff4e7;
    color: #12794f;
}

.cherry-landlord-pill-pending {
    background: #ffeadb;
    color: #ea580c;
}

.cherry-landlord-feature,
.cherry-landlord-review-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: 16px;
}

.cherry-contact-avatar-large {
    width: 88px;
    height: 88px;
    border-radius: 20px;
    font-size: 1.6rem;
}

.cherry-landlord-feature-main,
.cherry-landlord-review-main {
    display: grid;
    gap: 12px;
}

.cherry-landlord-feature-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.cherry-landlord-feature-main h3,
.cherry-landlord-review-main h4,
.cherry-landlord-history-main h4 {
    margin: 0;
    color: #0f172a;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.cherry-landlord-feature-main p,
.cherry-landlord-review-main p,
.cherry-landlord-history-main p,
.cherry-landlord-card-copy,
.cherry-landlord-history-shell p {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 0.9rem;
}

.cherry-landlord-date-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 7px 12px;
    border-radius: 10px;
    background: #dff4e7;
    color: #12794f;
    font-size: 0.8rem;
    font-weight: 700;
}

.cherry-landlord-inline-details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    color: #1f2937;
    font-size: 0.9rem;
}

.cherry-landlord-inline-details span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.cherry-landlord-inline-details .mud-icon-root {
    color: #0f172a;
}

.cherry-landlord-feature-actions {
    display: flex;
    gap: 10px;
}

.cherry-landlord-feature-actions-inline {
    align-self: center;
}

.cherry-landlord-feature-actions .mud-button-root {
    min-width: 128px;
    min-height: 38px;
    border-radius: 4px !important;
    font-weight: 800 !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.08em !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
}

.cherry-landlord-feature-actions .cherry-admin-action-button {
    min-width: 178px;
    min-height: 40px;
    letter-spacing: 0.05em !important;
}

.cherry-landlord-card-title,
.cherry-landlord-history-shell h3 {
    margin: 14px 0 0;
    color: #0f172a;
    font-family: 'Oswald', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.cherry-landlord-history-shell {
    display: grid;
    gap: 8px;
}

.cherry-landlord-history-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #12794f;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-landlord-timeline {
    position: relative;
    display: grid;
    gap: 14px;
    padding-left: 22px;
}

.cherry-landlord-timeline::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background: rgba(148, 163, 184, 0.35);
}

.cherry-landlord-history-item {
    position: relative;
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.cherry-landlord-timeline-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin-top: 14px;
    border-radius: 999px;
    background: #0f3d39;
    z-index: 1;
}

.cherry-landlord-history-main {
    display: grid;
    gap: 10px;
    padding-top: 4px;
}

.cherry-landlord-history-main .cherry-contact-note {
    background: #f7f4f2;
    color: #5b6470;
    margin-top: 0;
    padding: 8px 10px;
    font-size: 0.84rem;
}

.cherry-landlord-history-main .cherry-contact-note .mud-icon-root {
    color: #7b8794;
}

  .cherry-document-list {
      display: grid;
      gap: 12px;
  }

.cherry-document-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 20px;
    background: #fff;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.cherry-document-row:hover {
    transform: translateY(-1px);
    border-color: rgba(147, 16, 42, 0.22);
    box-shadow: 0 12px 28px rgba(147, 16, 42, 0.08);
}

.cherry-document-row.is-missing {
    background: linear-gradient(135deg, #fff 0%, #fff7f9 100%);
}

.cherry-document-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #f5edf0;
    color: #93102A;
}

.cherry-document-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    font-weight: 800;
}

.cherry-document-title a {
    color: #111820;
    text-decoration: none;
}

.cherry-document-title a:hover {
    color: #93102A;
}

.cherry-document-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cherry-document-note {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #7a4a56;
    font-size: 0.82rem;
}

.cherry-attribute-categories {
    display: grid;
    gap: 22px;
}

.cherry-attribute-category {
    display: grid;
    gap: 12px;
}

.cherry-attribute-category-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 8px;
    border: 0;
    border-bottom: 1px solid rgba(147, 16, 42, 0.12);
    background: transparent;
    color: #111820;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.cherry-attribute-category-header:focus-visible {
    outline: 2px solid rgba(147, 16, 42, 0.28);
    outline-offset: 4px;
}

.cherry-attribute-category-header > span:first-child {
    font-family: 'Oswald', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-attribute-category-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.cherry-attribute-category-header small {
    color: #7a838d;
    font-weight: 700;
}

.cherry-attribute-category-meta .mud-icon-root {
    color: #93102A;
    font-size: 1.25rem;
    transition: transform 160ms ease;
}

.cherry-attribute-category.is-expanded .cherry-attribute-category-meta .mud-icon-root {
    transform: rotate(180deg);
}

.cherry-attribute-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.cherry-attribute-card {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 20px;
    background:
        linear-gradient(180deg, #fff 0%, #fbf7f8 100%);
}

.cherry-attribute-card-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.cherry-attribute-card h3 {
    margin: 0 0 8px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
}

.cherry-attribute-card p {
    margin: 0;
    color: #66717c;
    font-size: 0.9rem;
    line-height: 1.45;
}

.cherry-attribute-value {
    margin-top: 20px;
    color: #93102A;
    font-family: 'Oswald', sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.cherry-attribute-updated {
    margin-top: 10px;
    color: #7a838d;
    font-size: 0.78rem;
    font-weight: 700;
}

.cherry-featured-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.cherry-featured-slot {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(147, 16, 42, 0.1);
    border-radius: 24px;
    background: #fff !important;
    box-shadow: 0 10px 24px rgba(17, 24, 32, 0.06);
}

.cherry-featured-number {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #93102A;
    color: #fff;
    font-weight: 800;
}

.cherry-featured-slot-image,
.cherry-featured-slot-placeholder {
    width: 100%;
    height: 190px;
    display: block;
    object-fit: cover;
    background: #f5edf0;
}

.cherry-featured-slot-placeholder {
    display: grid;
    place-items: center;
    color: #93102A;
}

.cherry-featured-slot-caption {
    padding: 16px 18px 8px;
    text-align: left;
}

.cherry-featured-slot-caption strong,
.cherry-featured-slot-caption span {
    display: block;
}

.cherry-featured-slot-caption strong {
    color: #111820;
    line-height: 1.35;
}

.cherry-featured-slot-caption span {
    margin-top: 4px;
    color: #77808a;
    font-size: 0.82rem;
}

.cherry-featured-controls {
    display: flex;
    justify-content: space-between;
    padding: 0 14px 14px;
}

.cherry-site-featured-image-button {
    position: relative;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: inherit;
    background: transparent;
    cursor: zoom-in;
    overflow: hidden;
}

.cherry-site-featured-image-button span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 7px 11px;
    border-radius: 4px;
    background: rgba(17, 24, 32, 0.72);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    opacity: 0;
    text-transform: uppercase;
    transform: translateY(6px);
    transition: opacity 160ms ease, transform 160ms ease;
}

.cherry-site-featured-image-button:hover span,
.cherry-site-featured-image-button:focus-visible span {
    opacity: 1;
    transform: translateY(0);
}

.cherry-media-preview-title {
    display: grid;
    gap: 3px;
}

.cherry-media-preview-title span {
    color: #111820;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cherry-media-preview-title small {
    color: #66717c;
    font-size: 0.82rem;
    font-weight: 600;
}

.cherry-media-preview-frame {
    display: grid;
    place-items: center;
    min-height: 74vh;
    border-radius: 18px;
    background: #111820;
    overflow: hidden;
}

.cherry-media-preview-frame img {
    max-width: 100%;
    max-height: 86vh;
    display: block;
    object-fit: contain;
}

.cherry-site-map-panel {
    padding: 28px !important;
}

.cherry-site-map-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.cherry-site-map-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(147, 16, 42, 0.35);
    border-radius: 4px;
    color: #93102A;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.cherry-site-map-action .mud-icon-root {
    font-size: 1rem;
}

.cherry-site-map-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

button.cherry-site-map-action {
    cursor: pointer;
    background: transparent;
}

.cherry-site-map-action:hover {
    border-color: #93102A;
    background: #93102A;
    color: #fff;
}

.cherry-site-map-frame {
    overflow: hidden;
    height: 360px;
    border: 1px solid rgba(147, 16, 42, 0.12);
    border-radius: 26px;
    background: #f6f1f3;
    box-shadow: 0 16px 42px rgba(17, 24, 32, 0.08);
}

.cherry-site-map-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.cherry-site-map-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
    color: #66717c;
    font-size: 0.84rem;
}

.cherry-site-map-empty {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 180px;
    padding: 24px;
    border: 1px dashed rgba(147, 16, 42, 0.25);
    border-radius: 24px;
    background: #fbf7f8;
    color: #93102A;
}

.cherry-site-map-empty strong,
.cherry-site-map-empty span {
    display: block;
}

.cherry-site-map-empty strong {
    color: #111820;
}

.cherry-site-map-empty span {
    margin-top: 4px;
    color: #66717c;
}

.cherry-landlord-readonly-hero {
    margin-bottom: 18px;
}

.cherry-landlord-readonly-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cherry-landlord-readonly-tags .mud-icon-root {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
}

.cherry-landlord-readonly-sidecar {
    justify-content: center;
}

.cherry-landlord-readonly-sidecar .cherry-landlord-public-listing-card {
    display: grid;
    gap: 12px;
    margin-top: 6px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        rgba(96, 18, 35, 0.26);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cherry-landlord-public-listing-icon-shell {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.cherry-landlord-public-listing-icon-shell .mud-icon-root {
    color: #fff;
    font-size: 1.3rem;
}

.cherry-landlord-public-listing-label {
    display: block;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cherry-landlord-readonly-sidecar .cherry-landlord-public-listing-card {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    margin-top: 4px;
    padding: 12px 0 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    background: transparent;
    box-shadow: none;
}

.cherry-landlord-public-listing-copy {
    min-width: 0;
}

.cherry-landlord-readonly-sidecar .cherry-landlord-public-listing-card strong {
    font-family: inherit;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: none;
}

.cherry-landlord-public-listing-state {
    align-self: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    color: #fff !important;
    font-size: 0.82rem !important;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: none !important;
}

.cherry-landlord-panel-kicker {
    display: block;
    margin-bottom: 4px;
    color: #7a838d;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cherry-landlord-readonly-map,
.cherry-landlord-readonly-attributes {
    margin-top: 18px;
}

.cherry-landlord-readonly-map + .cherry-landlord-workspace-panel {
    margin-top: 28px;
}

.cherry-landlord-documents-shell .cherry-documents-header,
.cherry-landlord-section-header {
    margin-bottom: 2px;
}

.cherry-landlord-documents-shell .cherry-documents-kicker,
.cherry-landlord-section-header .cherry-documents-kicker {
    margin-bottom: 5px;
    color: #7a4a56;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.cherry-landlord-documents-shell .cherry-documents-header h2,
.cherry-landlord-section-header h2 {
    margin: 0;
    color: #1f2933;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.2;
}

.cherry-landlord-documents-shell .cherry-documents-header p,
.cherry-landlord-section-header p {
    margin-top: 6px;
    color: #6a7581;
    font-size: 0.92rem;
    line-height: 1.45;
}

.cherry-landlord-readonly-map .cherry-site-map-header p {
    margin: 5px 0 0;
    color: #66717c;
}

.cherry-landlord-attribute-card .cherry-attribute-card-top {
    display: block;
}

.cherry-landlord-readonly-attributes .cherry-attribute-category-header > span:first-child {
    font-family: inherit;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.cherry-landlord-readonly-attributes .cherry-attribute-categories {
    margin-top: 22px;
}

.cherry-landlord-readonly-attributes .cherry-attribute-category-header small {
    font-size: 0.82rem;
    font-weight: 600;
}

.cherry-landlord-readonly-attributes .cherry-attribute-category-meta .mud-icon-root {
    font-size: 1.05rem;
}

.cherry-admin-characteristics-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.cherry-admin-characteristics-panel .cherry-attribute-card-top {
    align-items: flex-start;
}

.cherry-admin-characteristics-panel .cherry-attribute-card-top .mud-menu {
    margin-top: -8px;
}

.cherry-admin-site-details-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.cherry-admin-site-details-heading .mud-button-root {
    margin-top: 0;
    flex-shrink: 0;
}

.cherry-resend-confirmation-button {
    min-width: 132px;
    white-space: nowrap;
    flex-shrink: 0;
}

.cherry-email-confirmation-banner-shell {
    width: min(1160px, calc(100vw - 32px));
    margin: 0 auto;
}

.cherry-email-confirmation-banner-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.cherry-email-confirmation-banner .mud-alert-message {
    flex: 1 1 auto;
    width: 100%;
}

.cherry-email-confirmation-banner-content > span {
    min-width: 0;
}

.cherry-email-confirmation-banner .cherry-resend-confirmation-button {
    min-width: 136px;
    background: #fff !important;
    color: #93102A !important;
}

.cherry-email-confirmation-banner .cherry-resend-confirmation-button .mud-icon-root {
    color: #93102A !important;
}

.cherry-landlord-media-details-panel {
    margin-top: 18px;
}

.cherry-landlord-lifecycle-panel {
    display: grid;
    gap: 28px;
    margin-top: 18px;
    padding: 30px;
}

.cherry-landlord-lifecycle-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
}

.cherry-landlord-lifecycle-summary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 20px;
    border: 1px solid rgba(147, 16, 42, 0.16);
    background: #fff7f9;
    color: #1f2933;
}

.cherry-landlord-lifecycle-summary .mud-icon-root {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    padding: 6px;
    border: 1px solid rgba(147, 16, 42, 0.2);
    border-radius: 999px;
    color: #93102A;
}

.cherry-landlord-lifecycle-summary strong {
    color: #93102A;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.2;
}

.cherry-landlord-lifecycle-summary span {
    color: #1f2933;
    font-size: 0.96rem;
    font-weight: 800;
}

.cherry-landlord-lifecycle-alert {
    margin-top: 4px;
}

.cherry-landlord-lifecycle-overview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.cherry-landlord-lifecycle-current,
.cherry-landlord-lifecycle-next {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    min-height: 170px;
    padding: 34px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: #fff;
}

.cherry-landlord-lifecycle-current {
    border-color: rgba(147, 16, 42, 0.18);
    border-left: 4px solid #93102A;
    background:
        radial-gradient(circle at top right, rgba(147, 16, 42, 0.07), transparent 34%),
        #fff8fa;
}

.cherry-landlord-lifecycle-next {
    background:
        radial-gradient(circle at top right, rgba(100, 116, 139, 0.08), transparent 34%),
        #fff;
}

.cherry-landlord-lifecycle-overview-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 999px;
    background: #eef2f6;
    color: #475569;
}

.cherry-landlord-lifecycle-overview-icon.is-current {
    background: #a80f2d;
    color: #fff;
}

.cherry-landlord-lifecycle-overview-icon .mud-icon-root {
    font-size: 1.65rem;
}

.cherry-landlord-lifecycle-current span,
.cherry-landlord-lifecycle-next span {
    display: block;
    margin-bottom: 10px;
    color: #6a7581;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-landlord-lifecycle-current strong,
.cherry-landlord-lifecycle-next strong {
    display: block;
    color: #1f2933;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.35;
}

.cherry-landlord-lifecycle-current strong {
    color: #93102A;
    font-size: 1.35rem;
}

.cherry-landlord-lifecycle-current p,
.cherry-landlord-lifecycle-next p {
    margin: 12px 0 0;
    color: #657180;
    font-size: 1rem;
    line-height: 1.55;
}

.cherry-landlord-lifecycle-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 18px 0 0;
    padding: 34px 26px 30px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: #fff;
    list-style: none;
}

.cherry-landlord-lifecycle-step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 112px;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: #fff;
}

.cherry-landlord-lifecycle-step.is-current {
    border-color: rgba(147, 16, 42, 0.24);
    background: #fff6f8;
}

.cherry-landlord-lifecycle-step.is-complete {
    border-color: rgba(22, 163, 74, 0.2);
    background: #f4fbf6;
}

.cherry-landlord-lifecycle-marker {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #94a3b8;
}

.cherry-landlord-lifecycle-step.is-current .cherry-landlord-lifecycle-marker {
    background: #93102A;
    color: #fff;
}

.cherry-landlord-lifecycle-step.is-complete .cherry-landlord-lifecycle-marker {
    background: #15803d;
    color: #fff;
}

.cherry-landlord-lifecycle-marker .mud-icon-root {
    font-size: 1.05rem;
}

.cherry-landlord-lifecycle-copy {
    min-width: 0;
}

.cherry-landlord-lifecycle-copy span {
    display: block;
    color: #111820;
    font-size: 0.96rem;
    font-weight: 900;
    line-height: 1.25;
}

.cherry-landlord-lifecycle-copy p {
    margin: 6px 0 0;
    color: #657180;
    font-size: 0.86rem;
    line-height: 1.42;
}

.cherry-landlord-lifecycle-track-step {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 10px;
    min-width: 0;
    padding: 0 16px;
    text-align: center;
}

.cherry-landlord-lifecycle-track-step::before {
    content: "";
    position: absolute;
    top: 31px;
    right: 50%;
    width: 100%;
    height: 2px;
    background: #e5e7eb;
    z-index: 0;
}

.cherry-landlord-lifecycle-track-step:first-child::before {
    display: none;
}

.cherry-landlord-lifecycle-track-step.is-complete::before,
.cherry-landlord-lifecycle-track-step.is-current::before {
    background: #a80f2d;
}

.cherry-landlord-lifecycle-track-marker {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border: 2px solid #d8dee6;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    font-size: 1.25rem;
    font-weight: 900;
}

.cherry-landlord-lifecycle-track-step.is-current .cherry-landlord-lifecycle-track-marker {
    border: 4px solid #fff;
    outline: 3px solid #a80f2d;
    background: #a80f2d;
    color: #fff;
}

.cherry-landlord-lifecycle-track-step.is-complete .cherry-landlord-lifecycle-track-marker {
    border-color: #a80f2d;
    background: #a80f2d;
    color: #fff;
}

.cherry-landlord-lifecycle-track-step strong {
    margin-top: 8px;
    color: #1f2933;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.25;
}

.cherry-landlord-lifecycle-track-step.is-current strong,
.cherry-landlord-lifecycle-track-step.is-complete strong {
    color: #93102A;
}

.cherry-landlord-lifecycle-track-step p {
    max-width: 190px;
    margin: 0;
    color: #657180;
    font-size: 0.86rem;
    line-height: 1.45;
}

.cherry-landlord-site-details-heading {
    margin-bottom: 0;
}

.cherry-landlord-media-details-panel .cherry-featured-media-header {
    display: block;
    margin-bottom: 18px;
}

.cherry-landlord-media-details-panel .cherry-featured-media-header p {
    margin: 4px 0 0;
    color: #68717c;
    font-size: 0.86rem;
}

.cherry-landlord-featured-gallery .cherry-featured-inline-preview {
    text-decoration: none;
}

.cherry-landlord-readonly-action-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 4px;
    background: #f5edf0;
    color: #7a4a56;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cherry-landlord-readonly-action-note .mud-icon-root {
    color: #7a4a56;
}

.cherry-landlord-site-workspace .cherry-site-hero,
.cherry-landlord-site-workspace .cherry-site-hero-sidecar,
.cherry-landlord-site-workspace .cherry-landlord-public-listing-card,
.cherry-landlord-site-workspace .cherry-site-panel,
.cherry-landlord-site-workspace .cherry-site-featured-media,
.cherry-landlord-site-workspace .cherry-site-featured-placeholder,
.cherry-landlord-site-workspace .cherry-featured-inline-item,
.cherry-landlord-site-workspace .cherry-featured-inline-preview,
.cherry-landlord-site-workspace .cherry-site-empty-state,
.cherry-landlord-site-workspace .cherry-site-detail-item,
.cherry-landlord-site-workspace .cherry-document-stat-card,
.cherry-landlord-site-workspace .cherry-document-stat-icon,
.cherry-landlord-site-workspace .cherry-document-card,
.cherry-landlord-site-workspace .cherry-document-card-icon,
.cherry-landlord-site-workspace .cherry-document-note-inline,
.cherry-landlord-site-workspace .cherry-attribute-card,
.cherry-landlord-site-workspace .cherry-site-map-frame,
.cherry-landlord-site-workspace .cherry-site-map-empty,
.cherry-landlord-site-workspace .cherry-landlord-workspace-note,
.cherry-landlord-site-workspace .cherry-landlord-readonly-action-note,
.cherry-landlord-site-workspace .cherry-landlord-lifecycle-summary,
.cherry-landlord-site-workspace .cherry-landlord-lifecycle-step,
.cherry-landlord-site-workspace .cherry-landlord-lifecycle-current,
.cherry-landlord-site-workspace .cherry-landlord-lifecycle-next,
.cherry-landlord-site-workspace .cherry-landlord-lifecycle-track,
.cherry-landlord-site-workspace .mud-paper,
.cherry-landlord-site-workspace .mud-alert,
.cherry-landlord-site-workspace .mud-button-root {
    border-radius: 8px !important;
}

@media (max-width: 900px) {
    .cherry-add-attributes-title {
        align-items: flex-start;
    }

    .cherry-add-attributes-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .cherry-add-attributes-count {
        place-items: start;
        min-width: 0;
        min-height: 0;
        width: 100%;
    }

    .cherry-add-attributes-table {
        min-width: 920px;
    }

    .cherry-add-attributes-actions {
        flex-wrap: wrap;
    }

    .cherry-add-attributes-actions .mud-button-root {
        flex: 1 1 140px;
    }

    .cherry-contact-dialog-title {
        align-items: flex-start;
    }

    .cherry-contact-dialog-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .cherry-contact-dialog-page-pill {
        width: 100%;
        text-align: left;
    }

    .cherry-contact-search-actions {
        justify-content: stretch;
    }

    .cherry-contact-search-actions .mud-button-root,
    .cherry-contact-dialog-actions .mud-button-root {
        width: 100%;
    }

    .cherry-contact-results-table {
        min-width: 780px;
    }

    .cherry-required-docs-dialog-title {
        align-items: flex-start;
    }

    .cherry-required-docs-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .cherry-required-docs-count {
        place-items: start;
        min-width: 0;
        min-height: 0;
        width: 100%;
    }

    .cherry-required-docs-table {
        min-width: 680px;
    }

    .cherry-required-docs-actions {
        flex-wrap: wrap;
    }

    .cherry-required-docs-actions .mud-button-root {
        flex: 1 1 140px;
    }

    .cherry-site-hero {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .cherry-site-detail-grid {
        grid-template-columns: 1fr;
    }

    .cherry-site-panel-header {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .cherry-contact-card,
    .cherry-document-row {
        grid-template-columns: 1fr;
    }

    .cherry-contact-section-heading h3 {
        font-size: 1.6rem;
    }

    .cherry-contact-topline {
        flex-direction: column;
    }

    .cherry-contact-topmeta {
        justify-content: flex-start;
    }

    .cherry-contact-avatar {
        width: 72px;
        height: 72px;
        border-radius: 22px;
    }

    .cherry-contact-avatar-large {
        width: 84px;
        height: 84px;
    }

    .cherry-contacts-hero,
    .cherry-landlord-feature,
    .cherry-landlord-review-row,
    .cherry-landlord-feature-top,
    .cherry-landlord-history-item {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cherry-contacts-add-button,
    .cherry-landlord-feature-actions .mud-button-root {
        width: 100%;
        min-width: 0;
    }

    .cherry-contact-actions-stacked {
        min-width: 0;
    }

    .cherry-landlord-lifecycle-panel {
        padding: 22px;
    }

    .cherry-landlord-lifecycle-header,
    .cherry-landlord-lifecycle-overview {
        grid-template-columns: 1fr;
    }

    .cherry-landlord-lifecycle-summary {
        justify-self: start;
    }

    .cherry-email-confirmation-banner-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cherry-email-confirmation-banner .cherry-resend-confirmation-button {
        width: auto;
    }

    .cherry-landlord-lifecycle-track {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px;
    }

    .cherry-landlord-lifecycle-track-step {
        grid-template-columns: auto minmax(0, 1fr);
        justify-items: start;
        align-items: start;
        text-align: left;
        padding: 0;
    }

    .cherry-landlord-lifecycle-track-step::before {
        top: auto;
        right: auto;
        left: 31px;
        bottom: calc(100% - 1px);
        width: 2px;
        height: 18px;
    }

    .cherry-landlord-lifecycle-track-step strong {
        margin-top: 6px;
    }

    .cherry-landlord-lifecycle-track-step p {
        grid-column: 2;
        max-width: none;
    }

    .cherry-contact-meta,
    .cherry-attribute-grid,
    .cherry-featured-strip {
        grid-template-columns: 1fr;
    }

    .cherry-contact-meta-item {
        min-width: 100%;
    }

    .cherry-site-hero-sidecar {
        justify-content: flex-start;
    }

    .cherry-site-map-header,
    .cherry-site-map-meta {
        flex-direction: column;
    }

    .cherry-site-map-actions {
        justify-content: flex-start;
    }

    .cherry-site-map-frame {
        height: 300px;
    }
}
