#allrecords b, #allrecords strong {
    font-weight: 500;
}

.t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
    font-weight: 500;
}

.t-feed__post-popup__text-wrapper h3.t-redactor__h3 {
    font-weight: 500;
    font-size: 22px;
}

.t-feed__post-popup__text-wrapper h4.t-redactor__h4 {
    font-weight: 500;
}


.t-feed__post-popup__date.t-uptitle {
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
}

.t-feed__post-popup__tag span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.t-feed__post-popup__text-wrapper blockquote.t-redactor__quote {
    border-color: #ff4e98 !IMPORTANT;
}


.t-feed__post-popup__text .t-redactor__tte-view figure img {
    width: 100%;
}

@media screen and (max-width: 640px) {
    .t-redactor__callout_fontSize_default {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .t-feed__post-popup__text-wrapper h2.t-redactor__h2 {
        font-size: 24px;
    }
    
    .t-feed__post-popup__text-wrapper h3.t-redactor__h3 {
    font-size: 20px;
}
}

.t-redactor__callout {
    border-radius: 10px;
}

.t-feed__post-popup__text .t-redactor__tte-view figure img {
    border-radius: 10px;
}