.responsive-object {
    width: 90% !important;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0; /* Set height to 0 to rely on padding-bottom for aspect ratio */
    overflow: hidden;
}

.responsive-object iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.rich-text blockquote {
    border-left: 5px solid #ddd;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: '\201C' '\201D';
    color: hsl(0 0% 59.22%);
}

.rich-text code {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 3px;
    font-family: monospace;
    padding: 2px 4px;
}

.rich-text pre {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 15px;
    margin: 15px 0;
    overflow-x: auto;
}

.rich-text h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.rich-text h2 {
    font-size: 1.5em;
    margin: 0.75em 0;
}
.rich-text h3 {
    font-size: 1.17em;
    margin: 0.83em 0;
}
.rich-text h4 {
    margin: 1.12em 0;
}
.rich-text h5 {
    font-size: 0.83em;
    margin: 1.5em 0;
}
.rich-text h6 {
    font-size: 0.75em;
    margin: 1.67em 0;
}

.richtext-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
}

.meta {
    color: #666;
    margin: 5px 0;
}

#news_richtext {
    line-height: 1.75;
}

#news_richtext p {
    margin-bottom: 1em;
}
