/* Geeks2U custom css */

.g2u__book_online_disclaimer {
  font-size: 14px;
  line-height: 16px;
  color: #808080;
}

/* height:auto + loading=lazy + sizes=auto (WP 6.4+) causes the browser to load the
   largest srcset image and expand the flex column to match. Constrain both dimensions
   so the column stays at thumbnail size regardless of which srcset is fetched. */
.rtxt .content .wp-block-image.size-thumbnail img {
  max-width: 80px;
  height: 80px;
}
