<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dlo_image_news {
    width: 180px;
    float: left;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    height: auto;
}

.dlo_image_news .dlo_img_view, .dlo_image_news .dlo_img_rating {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(162, 228, 38, 0.68);
    color: #fff;
    padding: 5px 8px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 2;
}

.dlo_image_news .dlo_img_rating {
    left: auto;
    right: 10px;
    background: rgba(255, 100, 0, 0.8);
}

.dlo_image {
    width: 200px;
    float: left;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.dlo_image .dlo_img_view, .dlo_image .dlo_img_rating {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(162, 228, 38, 0.68);
    color: #fff;
    padding: 5px 8px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 2;
}

.dlo_image .dlo_img_rating {
    left: auto;
    right: 10px;
    background: rgba(255, 100, 0, 0.8);
}

.widget_content_list .item {
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #779f00;
}
.platform_game {
    background-color: #779f00;
    padding: 2px 7px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    display: inline;
}
.date_new_release_game {
    background-color: #ffaea6;
    color: #fff;
    display: inline;
    padding: 3px;
    border-radius: 2px;
}
.release_games_title {
    color: #444;
    font-weight: bold;
    margin: 8px 0;
    font-size: 1.6em;
    line-height: 1.2em;
}
</pre></body></html>