<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#embeddedassets-url {
    position: relative;
}

#embeddedassets-url-spinner {
    position: absolute;
    top: 0;
    right: 4px;
}

#embeddedassets-url-field {
    width: 430px;
}

#embeddedassets-media {
    display: block;
    position: relative;
    width: 280px;
    min-height: 90px;
    padding: 14px 14px 14px 134px;
    margin-bottom: 24px;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #29323d;
    text-decoration: none;
}

#embeddedassets-media.hidden {
    display: none;
}

#embeddedassets-media.disabled {
    opacity: 0.5;
    pointer-events: none;
}

#embeddedassets-media:hover {
    border-color: #f2f2f2;
    background-color: #f9f9f9;
}

#embeddedassets-media-image {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 120px;
    height: 90px;
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#embeddedassets-media-content {
    padding-left: 14px;
}

#embeddedassets-media-title {
    margin: 0;
}

#embeddedassets-media-description {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.4;
    color: #8f98a3;
}

#embeddedassets-media-title.empty,
#embeddedassets-media-description.empty {
    font-style: italic;
}

#embeddedassets-media-type {
    display: inline-block;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    padding: 1px 7px;
    font-size: 12px;
    line-height: 14px;
    color: #29323d;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    background-color: #ddd;
}
</pre></body></html>