body {
    background: #f6f5f2;
    color: #1f1412;
}

.mh-navbar {
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(12px);
}

.mh-shell {
    max-width: 1120px;
}

.mh-page-header {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.mh-profile-identity {
    align-items: center;
    display: flex;
    gap: .9rem;
}

.mh-avatar {
    align-items: center;
    background: #1f1412;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: 700;
    height: 3rem;
    justify-content: center;
    text-transform: uppercase;
    width: 3rem;
}

.mh-kicker {
    color: #8a7d78;
    font-size: .9rem;
    margin-bottom: .25rem;
}

.mh-card {
    background: #fff;
    border: 1px solid #ebe6e2;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(31, 20, 18, .06);
}

.mh-card-header {
    align-items: center;
    border-bottom: 1px solid #f0ece8;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem 1.1rem;
}

.mh-card-body {
    padding: 1rem 1.1rem 1.15rem;
}

.mh-list-card {
    border: 1px solid #eee9e5;
    border-radius: 8px;
    overflow: hidden;
}

.mh-list-card + .mh-list-card {
    margin-top: .9rem;
}

.mh-list-summary {
    align-items: center;
    background: #fff;
    border: 0;
    display: flex;
    gap: .85rem;
    justify-content: space-between;
    padding: .95rem 1rem;
    text-align: left;
    width: 100%;
}

.mh-count {
    align-items: center;
    background: #f8eeee;
    border-radius: 999px;
    color: #d72323;
    display: inline-flex;
    font-size: .85rem;
    font-weight: 700;
    justify-content: center;
    min-width: 2rem;
    padding: .25rem .55rem;
}

.mh-list-actions {
    display: grid;
    gap: .6rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1rem;
}

.mh-action-button {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 700;
    gap: .45rem;
    justify-content: center;
    padding: .72rem .85rem;
    text-decoration: none;
}

.mh-action-button i {
    font-size: 1rem;
}

.mh-menu-row {
    align-items: center;
    border-top: 1px solid #f1ece8;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    padding: .75rem 0;
}

.mh-menu-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.mh-menu-row:last-child {
    padding-bottom: 0;
}

.mh-icon-button {
    align-items: center;
    background: #fff;
    border: 1px solid #e5ded9;
    border-radius: 50%;
    color: #1f1412;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    text-decoration: none;
    width: 2.25rem;
}

.mh-icon-button:hover {
    border-color: #d72323;
    color: #d72323;
}

.mh-icon-button-danger:hover {
    background: #fff5f5;
    border-color: #d72323;
    color: #d72323;
}

.mh-remove-button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #8a7d78;
    display: inline-flex;
    font-size: .9rem;
    gap: .35rem;
    padding: .25rem 0;
}

.mh-remove-button i {
    font-size: .72rem;
}

.mh-remove-button:hover {
    color: #d72323;
}

.mh-empty {
    background: #faf8f6;
    border: 1px dashed #ded5ce;
    border-radius: 8px;
    color: #7b6d68;
    padding: 1rem;
}

.mh-sent-row {
    align-items: center;
    border-top: 1px solid #f1ece8;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: .8rem 0;
}

.mh-sent-row:first-child {
    border-top: 0;
    padding-top: 0;
}

@media (max-width: 767.98px) {
    .mh-page-header,
    .mh-card-header,
    .mh-list-summary,
    .mh-sent-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .mh-profile-identity {
        align-items: center;
        flex-direction: row;
    }

    .mh-list-actions {
        grid-template-columns: 1fr;
    }
}
