<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-right {
    background: #fff;
    padding: 19px;
}

.blog-content img {
    width: 100%;
}

.bd-left1 ul {
    padding-left: 19px;
    max-height: 370px;
    overflow: scroll;
}

input.star-item {
    display: none;
}

.bd-wstar label {
    font-size: 40px;
    margin: 0px 4px;
    color: orange;
}

.text-left {
    text-align: left;
}

.response-message {
    text-align: left;
    color: #dd4444;
    margin-bottom: 9px;
}

#video {
    display: none;
}

.blog-content img {
    width: 100%;
    height: 100%;
}

.blog-table {
    width: 100%;
}

.blog-table thead {
    background-color: var(--bs-navy);
    color: var(--bs-white);
}

.blog-table thead th {
    font-size: 13px;
    font-weight: 500;
    padding: 12px 24px;
}

.blog-table tbody td {
    font-size: 13px;
    font-weight: 500;
    padding: 12px 24px;
}

.blog-table tbody tr:nth-child(even) {
    background-color: #f8f7f3;
}

.blog-table tbody tr:nth-child(odd) {
    background-color: #f4f2eb;
}

.blog-table thead th:first-child {
    border-top-left-radius: 10px;
}

.blog-table thead th:last-child {
    border-top-right-radius: 10px;
}

.bd-banbox {
    border: 1px solid #9e9e9e;
}
.blog-right div{
    overflow: hidden;
}

@media (max-width: 990px) {
    .bd-oglist {
        width: 826px;
        overflow-y: scroll !important;
    }
}
</pre></body></html>