/*
Theme Name: Paddle UK Freestyle
Description: Child theme for SmartMag for Freestyle UK
Author: Paddle UK
Author URI: https://paddleuk.org.uk
Template: smart-mag
Version: 1.0
*/

div.onetap-desc {display:none!important;}

img.logo-image {max-width:200px!important;}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {font-family:"Figtree", sans-serif!important;font-weight:900!important;font-style:italic;color:#012169!important;text-transform:uppercase;}
div.featured.has-media-shadows img, div.featured.has-media-shadows {border-radius:10px;}

.athlete-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: left;
  margin-top: 10px;
}

.athlete-card {
  text-align: center;
  max-width: 200px;
  flex: 1 1 200px;
}

.athlete-card img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 2px 6px -1px rgba(7, 10, 25, 0.2), 0 6px 12px -6px rgba(7, 10, 25, 0.2);
}

.athlete-name {
  margin-top: 0px;font-family:"Figtree", sans-serif;
  font-weight: 900;
  font-size: 17px;color:#012169;text-transform:uppercase;font-style:italic;line-height:120%;
}

.insta-link {
  display: inline-block;
  margin-top: -12px;
  color: #00aaff;
  transition: transform 0.2s ease;font-size:40px;
}

.insta-link:hover {
  transform: scale(1.2);color:#012169;
}