.paragraph--type--shs-twitter {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.paragraph--type--shs-twitter .row-header {
    margin-bottom: 1rem;
}

.paragraph--type--shs-twitter .row-header .h5 {
    margin: 0;
    display: flex;
    align-items: center;
}

.paragraph--type--shs-twitter .row-header .h5 i,
.paragraph--type--shs-twitter .row-header .h5 svg {
    margin-right: .25em;
}

.paragraph--type--shs-twitter .row-header .h5 a {
    display: block;
    color: black;
}

.paragraph--type--shs-twitter .content-wrapper {
    position: relative;
    z-index: 1;
    padding: 0;
    display: flex;
}

.paragraph--type--shs-twitter .content-wrapper .tile {
    flex: 1 1 0;
    flex-direction: column;
    background: black;
    border-radius: .5em;
    display: block;
    padding: 2rem 2.25rem;
    color: white;
    text-decoration: none;
    transition: all .5s ease-out;
}
.paragraph--type--shs-twitter .content-wrapper .tile:first-child {
    margin-right: 10px;
}

.paragraph--type--shs-twitter .content-wrapper .tile:nth-child(2n) {
    margin-left: 10px;
    margin-right: 10px;
}

.paragraph--type--shs-twitter .content-wrapper .tile:last-child {
    margin-left: 10px;
    margin-right: 0;
}

.paragraph--type--shs-twitter .content-wrapper .wrapper {
    line-clamp: 4;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: .001em;
    font-weight: 600;
    font-size: 1.125rem;
}

.paragraph--type--shs-twitter .content-wrapper .wrapper .timestamp {
    display: block;
    margin-top: 1rem;
}

.paragraph--type--shs-twitter .content-wrapper .wrapper:hover,
.paragraph--type--shs-twitter .content-wrapper .wrapper:focus {
    background: #999;
}
