.hbbtv-embed-box {
    max-width: 100%;
}

.hbbtv-embed-box,
.hbbtv-embed-box * {
    box-sizing: border-box;
}

.hbbtv-embed-title {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 0.6em 0;
}

.hbbtv-embed-content {
    line-height: 1.35;
}

.hbbtv-embed-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.hbbtv-embed-content a {
    text-decoration: underline;
}

.hbbtv-embed-error {
    padding: 0.8em 1em;
    background: rgba(255, 0, 0, 0.08);
    border: 1px solid rgba(255, 0, 0, 0.25);
}

/* Standalone Output */
.hbbtv-standalone-wrap{
  max-width: 100%;
  padding: 18px;
}
