.feed {
    .feed-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 24px;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 32px;
    }

    .feed-header-title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-right: 32px;
        margin-bottom: 8px;
        width: 100%;

        .icon {
            @apply text-red;

            margin-right: 16px;
        }

        @screen md {
            flex-wrap: nowrap;
            margin-bottom: 8px;
            width: auto;
        }
    }

    .feed-header-title-text {
        margin-bottom: 0;
    }

    .feed-footer {
        padding-top: 32px;
        border-top: 1px solid #e3e3e3;
        margin-top: 32px;
    }
}
