/*
Theme Name: winwin
Description: winwin
Version: 2.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: winwin
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import "assets/css/normalize.css";
@import "assets/slick/slick.css";
@import "assets/slick/slick-theme.css";
@import "assets/css/home.css";


.icon_sport{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.post_parent{
    padding: 35px 30px;
    display: flex;
    flex-wrap: wrap;
}

.post_item{
    width: 285px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.post_title a{
    color: #4F4F4F;
    font-weight: 700;
    margin-bottom: 15px;
}
.post_img{
    max-width: 285px;
}
.post_more{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post_more span{
    color: #939393;
    font-size: 14px;
}
.post_more a{
    text-decoration: underline;
    color: #007f3d;
    font-size: 14px;
}

.place_a_bet a{
    background: #92c738;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
    width: 266px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.table__th.table__right{
    cursor:pointer;
}
.wp-block-table td{
    color: #4F4F4F;
}