body {
    background: #f0f2f5 !important;
    color: #050505 !important;
}

.als-feed-hero {
    background: #ffffff;
    padding: 25px 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    color: #050505;
}

.als-feed-hero h1 {
    margin: 0;
    color: #1877f2;
    font-size: 28px;
}

.als-feed-hero p {
    margin: 8px 0 0;
    color: #65676b;
}

.als-feed-wrapper {
    max-width: 720px;
    width: 100%;
    margin: 25px auto;
    padding: 0 12px;
    display: block !important;
    flex: none !important;
    align-items: unset !important;
    justify-content: unset !important;
}

.als-feed-post {
    background: #ffffff !important;
    color: #050505 !important;
    border-radius: 12px;
    margin: 0 auto 18px;
    width: 100% !important;
    padding: 0 !important;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.als-feed-post-header {
    padding: 15px 18px 8px;
}

.als-feed-title {
    font-size: 20px;
    margin: 0 0 8px;
    color: #050505 !important;
}

.als-feed-meta {
    font-size: 13px;
    color: #65676b;
    line-height: 1.6;
}

.als-feed-narrative {
    font-family: Arial, sans-serif;
    font-size: 15px;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.5;
    margin: 0;
    padding: 10px 18px 15px;
    color: #050505 !important;
    background: transparent;
}

/* Images */
.als-feed-gallery {
    display: grid;
    gap: 3px;
    background: #fff;
    width: 100%;
}

.als-feed-gallery img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover;
    display: block;
    cursor: pointer;
    margin: 0 !important;
    border-radius: 0 !important;
    max-width: 100% !important;
    transform: none !important;
}

.als-feed-gallery.images-1 {
    display: block;
}

.als-feed-gallery.images-1 img {
    height: auto !important;
    max-height: 520px;
    object-fit: contain;
    background: #000;
}

.als-feed-gallery.images-2,
.als-feed-gallery.images-3,
.als-feed-gallery.images-4 {
    grid-template-columns: 1fr 1fr;
}

.als-feed-gallery.images-3 img:first-child {
    grid-column: span 2;
}

/* Files */
.als-feed-files {
    padding: 12px 18px 18px;
    border-top: 1px solid #eee;
}

.als-feed-files h4 {
    margin: 0 0 8px;
    font-size: 14px;
    color: #65676b;
}

.als-feed-files ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.als-feed-files li {
    margin-bottom: 8px;
}

.als-feed-files a {
    display: block;
    background: #f0f2f5;
    color: #1877f2;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
}

.als-feed-files a:hover {
    background: #e4e6eb;
}