/*
Theme Name:   Twenty-two Child
Template:     twentytwentytwo
Text Domain:  twentytwentytwochild
*/

@font-face {
  font-family: "worksans";
  src: url("./WorkSans-Regular.ttf") ;
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: "worksans";
  src: url("./WorkSans-Italic.ttf") ;
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "worksans";
  src: url("./WorkSans-Medium.ttf") ;
  font-weight: 500;
  font-style: normal;
}

@font-face {
	font-family: "worksans";
	src: url("./WorkSans-MediumItalic.ttf") ;
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "worksans";
  src: url("./WorkSans-SemiBold.ttf") ;
  font-weight: 600;
  font-style: normal;
}

@font-face {
	font-family: "worksans";
	src: url("./WorkSans-SemiBoldItalic.ttf") ;
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "worksans";
  src: url("./WorkSans-Bold.ttf") ;
  font-weight: bold;
  font-style: normal;
}

@font-face {
	font-family: "worksans";
	src: url("./WorkSans-BoldItalic.ttf") ;
  font-weight: bold;
  font-style: italic;
}
html, body{
	font-family: "worksans";
	font-weight: normal;
}
@media screen and (min-width: 1300px){
	.alignwide {
		max-width: 1140px!important;
	}
}
.topIcons.wp-block-uagb-icon-list  .uagb-icon-list__wrap{
	align-items: center;
}
.listingHeader{
	opacity: 0.63;
}
.listing_item p {
	margin-top: 0;
}
.listing_item .logoList:not(.logoListmob) img{
	max-height: 150px;
	width: auto;
}

.listing_item .logoListmob img{
	height: auto;
	max-width: 125px;
}
.topHeading strong{
    color: #ffbe01;
}

/*v2*/
.listing_item_v2{
    position: relative;
}
.listing_item_v2.favor:before{
	content: "TOP CASINO";
  background-color: #db0303;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.125rem 1.5rem;
  border-bottom-right-radius: 10px;
  white-space: nowrap;
  height: 22px;
  display: flex;
  align-items: center;
}
.listing_item_v2.exclus:before{
	content: 'MAIS POPULAR';
	font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.125rem 1.5rem;
  border-bottom-right-radius: 10px;
  white-space: nowrap;
  height: 22px;
  display: flex;
  align-items: center;
  background-color: #db0303;
  color: #fff;
  position: absolute;
  left: -1px;
  top: -1px;
  color: #fff;

}
.listing_item_v2 .planBonus strong{
	color:#1873e8 ;
}

.listing_v2_button{
	border-radius: 8px;
}

.infoText p{
  margin-top: 0;
  margin-bottom: 0;
}
.rightColumn{
	    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.rightColumn .wp-block-buttons{
	width: 100%;
}