/*
 * Institute — Web Content
 * Estilos compartidos para contenido renderizado del frontend.
 * Migrados literalmente desde custom_css_js.
 */
.post-show iframe, .post-show video {
    border-radius: 15px;
    max-width: 100%!important;
   }

.post-show p, .post-show span {
    color: #ffffff;
    margin-top: 15px;
}
