.tag-feed-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 2rem 2.5rem 5rem;
}

.tag-feed-status {
    margin-top: 2.25rem;
    text-align: center;
}

.tag-load-status {
    color: var(--gray-500);
    font-size: .82rem;
    font-weight: 600;
}

.tag-load-status.is-error {
    color: var(--red);
}

[data-feed-sentinel] {
    width: 100%;
    height: 1px;
}

@media (max-width: 600px) {
    .tag-feed-wrap {
        padding: 1.5rem 1.5rem 4rem;
    }
}
