.hrti-widget {
    background: #f7f8fa;
    border: 1px solid #e2e5e9;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 1em 0 1.5em;
    overflow: hidden;
    padding: 1em 1.2em;
}

.hrti-widget > :first-child {
    margin-top: 0;
}

.hrti-widget > :last-child {
    margin-bottom: 0;
}

.hrti-widget img,
.hrti-widget video {
    height: auto;
    max-width: 100%;
}

.hrti-widget iframe,
.hrti-widget embed,
.hrti-widget object {
    max-width: 100%;
}

.hrti-widget figure {
    max-width: 100%;
}

.hrti-widget pre {
    max-width: 100%;
    overflow-x: auto;
    padding: 1em;
    white-space: pre;
}

.hrti-widget code {
    overflow-wrap: normal;
    white-space: inherit;
}
