/* START PHH header update */
.btn-phh {
  border-color: #c81616;
  color: #c81616;
}
.btn-phh:hover {
  background-color: #c81616;
  border-color: #c81616;
}
.btn-phh-mobile {
  width: 34px;
  height: 34px;
  border-color: #c81616 !important;
  background-color: #df9292;
}
@media (min-width: 690px) {
  #header-title {
    font-size: 1.5rem;
    top: 0;
  }
}
@media (min-width: 1200px) {
  #header-title {
    font-size: 2rem;
  }
}
/* END PHH header update */

.rounded-pill {
  border-radius: 50rem !important;
}

.youth-player-detail-top h1 {
  position: absolute;
  right: 0;
}
.youth-player-detail-top .youth-player-image {
  position: relative;
  z-index: 1;
}
