#hw_steam_news_container {
    margin: 20px 0;
    font-family: inherit;
}

.hw_steam_news_item {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hw_steam_news_label {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff9800;
    color: #fff;
    padding: 4px 8px;
    font-size: 0.75rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.hw_steam_news_title {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin-bottom: 5px;
}

.hw_steam_news_date {
    font-size: 0.875rem;
    color: inherit;
    margin-bottom: 10px;
}

.hw_steam_news_content {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 10px;
}

.hw_steam_news_readmore {
    display: inline-block;
    padding: 8px 12px;
    background-color: #2196f3;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
    font-size: inherit;
}

.hw_steam_news_readmore:hover {
    background-color: #1e88e5;
}

.hw_steam_news_readmore.button-style {
    display: inline-block;
    padding: 10px 15px;
    background-color: #2196f3;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.hw_steam_news_readmore.button-style:hover {
    background-color: #1e88e5;
}
