/*
Theme Name:   Twenty-three Child
Template:     twentytwentythree
Text Domain:  twentytwentythreechild
*/


html, body{
	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;
}


/*v2*/
.listing_item_v2{
	transition: all 0.3s;
}
.listing_item_v2:hover{

	opacity: 0.93;
}
.listing_v2_button{
	box-shadow: 0px 3px 12px rgb(0 0 0 / 25%);
}


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

.listing_item_v2 .listingCount{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 6px 0 0 6px;
}
.listing_item_v2 .listingCountNum{
    background-color: #00B27C;
    border-radius: 100%;
    height: 30px;
    width: 30px;
}