.metadata-group__display {
    display: none;
    position: relative
}

.metadata-group__display.is-active {
    display: block
}

h4.metadata-group__title {
    position: relative;
    margin: 1.75em 0 1em
}

h4.metadata-group__title:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #E0E7F1
}

h4.metadata-group__title span {
    position: relative;
    background: #fff;
    padding-right: 12px
}

.card-seo-twitter {
    cursor: pointer;
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 14px;
    border-style: solid;
    border-color: #E1E8ED;
    border-width: 1px;
    margin-left: 44px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out
}

.card-seo-twitter:before {
    content: '';
    position: absolute;
    top: 0;
    left: -48px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #a6afbd;
}

@media only screen and (min-width: 770px) {
    .card-seo-twitter {
        width: 506px;
        border-radius: 0.42857em;
        margin: 0 auto;
        overflow: hidden
    }

    .card-seo-twitter:before {
        display: none
    }
}

@media only screen and (min-width: 770px) {
    .card-seo-twitter:hover {
        background-color: #F5F8FA;
        border-color: rgba(136, 153, 166, 0.5)
    }
}

.card-seo-twitter__image {
    height: 150px;
    background-size: cover;
    background-color: #E1E8ED;
    background-repeat: no-repeat;
    background-position: center;
    border-style: solid;
    border-color: inherit;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    overflow: hidden
}

@media only screen and (min-width: 770px) {
    .card-seo-twitter__image {
        width: 504px;
        height: 252px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        overflow: hidden
    }
}

.card-seo-twitter__text {
    padding: 9px
}

@media only screen and (min-width: 770px) {
    .card-seo-twitter__text {
        padding: 0.75em 1em
    }
}

.card-seo-twitter__title {
    display: block;
    margin: 0 0 0.15em;
    font-size: 14px;
    line-height: 18.375px;
    letter-spacing: normal;
    overflow: hidden
}

@media only screen and (min-width: 770px) {
    .card-seo-twitter__title {
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.3em;
        max-height: 1.3em
    }
}

.card-seo-twitter__description {
    display: none;
    height: 2.6em;
    max-height: 2.6em;
    margin-top: 0.32333em;
    line-height: 1.3em;
    letter-spacing: normal;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

@media only screen and (min-width: 770px) {
    .card-seo-twitter__description {
        display: block;
        display: -webkit-box
    }
}

.card-seo-twitter__link {
    display: block;
    color: #657786;
    text-transform: lowercase;
    line-height: 1.3125;
    letter-spacing: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (min-width: 770px) {
    .card-seo-twitter__link {
        margin-top: 0.32333em;
        color: #8899A6
    }
}
.js-twitter {
    white-space: pre-wrap
}

.twitter {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #262626;
    overflow: hidden
}

.twitter header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: 48px;
    border-bottom: 1px solid #ccd6dd
}

.twitter-header__back {
    color: #1da1f2;
    margin-right: 18px
}

.twitter-header__back svg {
    fill: currentColor;
    width: 24px
}

.twitter-header__content {
    flex-grow: 1
}

.twitter-header__content-title {
    color: #14171a;
    font-size: 18px;
    font-weight: 800
}

.twitter-header__content-detail {
    color: #657786;
    font-size: 12px;
    font-weight: 400
}

.twitter-cover {
    width: 100%;
    height: 0;
    padding-bottom: 33.33%;
    background: #e6ecf4
}

.twitter-profile {
    display: flex;
    padding: 0 14px
}

.twitter-profile__avatar {
    width: 84px;
    height: 84px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-top: -32px;
    background: #2A81FB
}

.twitter-profile__edit {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    height: 38px;
    border-radius: 19px;
    margin-top: 8px;
    margin-left: auto;
    border: 1px solid #1da1f2;
    color: #1da1f2;
    font-weight: 800
}

.twitter-bio {
    margin: 0 14px
}

.twitter-bio__name {
    font-size: 18px;
    font-weight: 800;
    margin-top: 5px
}

.twitter-bio__handle {
    color: #657786;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 9px
}

.twitter-bio__bio {
    font-size: 14px
}

.twitter-details {
    display: flex;
    margin: 7px 14px 20px
}

.twitter-details__location,
.twitter-details__link {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #657786
}

.twitter-details__location svg,
.twitter-details__link svg {
    width: 16px;
    margin-right: 3px;
    fill: #657786
}

.twitter-details__location a,
.twitter-details__link a {
    color: #1da1f2
}

.twitter-details__link {
    margin-left: 8px
}

.twitter-tweet {
    border-top: 1px solid #e6ecf0;
    padding: 9px 14px;
    font-size: 14px
}

.twitter-retweet {
    display: flex;
    align-items: center;
    color: #657786;
    font-size: 13px;
    margin-bottom: 3px
}

.twitter-retweet svg {
    width: 13px;
    fill: currentColor
}

.twitter-retweet__icon {
    flex: 0 0 36px;
    text-align: right;
    margin-right: 10px
}

.twitter-retweet__text {
    position: relative;
    top: -2px
}

.tweet {
    display: flex
}

.tweet-avatar {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: #2A81FB;
    margin-right: 10px
}

.tweet-content {
    flex: 1
}

.tweet-content__top {
    display: flex;
    margin-bottom: 4px
}

.tweet-content__top-name {
    font-weight: 800;
    margin-right: 4px
}

.tweet-content__top-handle {
    color: #657786;
    margin-right: 4px
}

.tweet-content__top-date {
    color: #657786
}

.tweet-content__mid {
    line-height: 17px
}

.tweet-content__bot {
    display: flex;
    justify-content: space-between;
    margin-top: 9px
}

.tweet-content__bot svg {
    width: 16px;
    fill: #657786
}