/* WildStat.com English news cosmetics
   Loaded only for wildstat.com.
*/

/* Compact left-column English news cards */
#newslist .news-card {
    border-bottom: 1px solid #d7e3d8;
    padding: 5px 0;
    font-size: 10px;
    line-height: 1.2;
}

#newslist .news-card:last-child {
    border-bottom: 0;
}

#newslist .news-thumb {
    display: block;
    width: calc(100% - 14px);
    margin: 0 7px 4px;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

#newslist .news-thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin: 0;
    padding: 1px;
    border: 1px solid #b9cdbb;
    background: #ffffff;
    box-sizing: border-box;
}

#newslist .news-card p {
    margin-left: 7px !important;
    margin-right: 7px !important;
    padding: 0 !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
}

#newslist .news-time {
    margin-top: 0 !important;
    margin-bottom: 1px !important;
}

#newslist .news-title {
    margin-top: 0 !important;
    margin-bottom: 3px !important;
}

#newslist .news-title a {
    color: #0066CC !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
}

#newslist .news-summary {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Full English news article */
.news {
    box-sizing: border-box;
    padding: 2px 10px 12px;
    font-size: 13px;
    line-height: 1.5;
    overflow-wrap: break-word;
}

.news h2 {
    margin: 5px 7px 14px !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    text-align: center;
}

.news p {
    margin: 0 7px 12px !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.52 !important;
    text-align: left;
}

.news img {
    display: block;
    max-width: calc(100% - 14px);
    height: auto !important;
    margin: 14px auto;
    padding: 2px;
    border: 1px solid #c5d5c6;
    background: #ffffff;
    box-sizing: border-box;
}

.news iframe,
.news video,
.news table {
    max-width: 100%;
}

.news a {
    overflow-wrap: anywhere;
}

.news + .note {
    padding: 5px 10px 12px;
}

.news + .note a {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}
