/*
Theme Name:   Twenty-two Child
Template:     twentytwentytwo
Text Domain:  twentytwentytwochild
*/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;700&display=swap');

html,
body {
  font-family: 'Work Sans', sans-serif;
  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%;
}