/* modules/feed/style.css */

.feed-surface {
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
    max-width: 720px;
    margin: 0 auto;
}

.feed {
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 80px;
}

.feed-end-message {
    text-align: center;
    padding: 40px 20px;
    color: var(--muted);
    font-size: 14px;
}