.card-front-3,
.card-back-3 {
  border-top-left-radius: 1.55rem;
  border-top-right-radius: 1.55rem;
}

.vintage-card-3 {
background-color: #E3E3DC;
border: 10px solid #E3E3DC;
}

.athlete-info-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  margin: 0px;
  background: #E3E3DC;
  border-radius: 0px !important
}

@media (max-width: 767px) {
  .athlete-info-3 {
    padding: 8px;
  }
}

.athlete-link-3 {
  cursor: pointer;
}

.athlete-name-3 {
  color: #000;
  font-weight: 600;
  font-size: 1.1rem;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .athlete-name-3 {
    font-size: 0.85rem;
    /* Height for mobile devices */
  }
}

.athlete-image-3 {
  position: absolute;
  bottom: 14px;
  right: 18px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  z-index: 1000;
}

@media (max-width: 767px) {
  .athlete-image-3 {
    position: absolute;
    bottom: 14px;
    right: 18px;
    width: 24px;
    height: 24px;
    object-fit: cover;
    z-index: 1000;
    /* Height for mobile devices */
  }
}

.athlete-school-3 {
  color: #000;
  font-weight: 500;
  font-size: 0.rem;
}

@media (max-width: 767px) {
  .athlete-school-3 {
    font-weight: 500;
    font-size: 0.7rem;
    /* Height for mobile devices */
  }
}

.athlete-verified-3 {
  height: 16px;
  width: 16px;
}

@media (max-width: 767px) {
  .athlete-verified-3 {
    height: 12px;
    width: 12px;
  }
}

.athlete-social-3 {
  color: #000;
  border-radius: 18px;
  text-align: left;
  font-size: 1.2rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
  /* Adjust the gap between items as needed */
}

.social-item {
  display: flex;
  align-items: center;
  gap: 3px;
  /* Adjust the gap between icon and text as needed */
}

@media (max-width: 767px) {
  .athlete-social-3 {
    font-size: 1rem;
  }
}