body.widget-snippet .other-player-item-area .player-item .player-content .player-designation {
    position:relative; 
    top: unset; 
    margin-bottom:20px;
}
body.widget-snippet .other-player-item-area .player-item .player-content{
  padding-top:10px;
  height:120px;
}
body.widget-snippet .other-player-item-area .player-item .player-content:before {
display:none
}
body.widget-snippet .other-player-item-area .player-item{
  padding:15px;
}
body.widget-snippet .other-player-item-area .player-item a.player-item-link {
  padding:10px;
}
.widget-snippet .other-player-section.coach .player-item .player-content{
padding-bottom:10px;
}
.other-player-section {
    max-width: 1386px;
    width: 100%;
    margin: 0 auto;
}
.widget-snippet .player-title {
    border-bottom: 4px solid #1F366A;
    width: 100%;
    margin: 0 auto;
    max-width: 98.7%;
}
.widget-snippet .player-title h2 {
    font-size: 42px;
    font-weight: 600;
    color: #1F366A;
    font-family: Axiforma;
    line-height: 54px;
    padding-bottom: 25px;
}
.widget-snippet .other-player-item-area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 70px;
    padding-top: 30px;
}
.widget-snippet .other-player-item-area .player-item{
    width: 20%;
    text-align: left;
    text-decoration: none;
    padding: 10px;
    margin-top: 20px;
}
.widget-snippet .other-player-item-area .player-item a.player-item-link {
  position:relative;
  display:block
}
.widget-snippet .other-player-item-area .player-item .player-image {
  position:relative;
  min-height: 70px;
}
.widget-snippet .other-player-item-area .player-item .player-image:after{
  position: absolute;
  content:'';
  width: 100%;
  height: 70px;
  bottom: -8px;
  left: 0;
 background: rgb(8,26,58);
background: linear-gradient(0deg, rgba(8,26,58,1) 26%, rgba(8,26,58,0.6166667350533963) 68%, rgba(8,26,58,0) 100%); 
}
.widget-snippet .other-player-item-area .player-item .player-image img{
    width: 100%;
}
.widget-snippet .other-player-item-area .player-item .player-content {
    position: relative;
    background: #081a3a;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.widget-snippet .other-player-item-area .player-item .player-content:before {
    content: "";
    width: 5px;
    height: 19px;
    background: #FEC432;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}
.widget-snippet .other-player-item-area .player-item .player-content h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    font-family: 'Axiforma';
}
.widget-snippet .other-player-item-area .player-item:hover .player-content h3{
    color:#FEC432;
}
.widget-snippet .other-player-item-area .player-item .player-content .recruit{
  display:flex;
  flex-wrap:wrap;
  padding-top: 15px;
  padding-bottom: 10px;
  height: 75px;
}
.widget-snippet .other-player-item-area .player-item .player-content .recruit p{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    font-family: 'Axiforma';
}
.widget-snippet .other-player-item-area .player-item .player-content .recruit p:first-child{
  width:35%;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.widget-snippet .other-player-item-area .player-item .player-content .recruit p:last-child{
 width:65%;
 font-weight: 300;
 padding-left: 2px;
}
.widget-snippet .other-player-item-area .player-item .player-content .player-designation {
    font-size: 16px;
    position: absolute;
    font-weight: 400;
    width: auto;
    line-height: 0;
    color: #FEC432;
    margin: 0;
    text-align: left;
    border-radius: 50px;
    top: -20px;
    font-family: 'Axiforma';
}
.widget-snippet .other-player-item-area .player-item .player-sponsor{
    background: #081a3a;
    display: block;
    padding: 20px 0 20px 15px;
    border-top: 2px solid #fff;
}
.widget-snippet .other-player-item-area .player-item .player-sponsor .left-part{
    display: inline-block;
    vertical-align: top;
    max-width: 45px;
}
.widget-snippet .other-player-item-area .player-item .player-sponsor .left-part:empty{
    width: 30px;
    margin-top: -15px;
    position: absolute;
}
.widget-snippet .other-player-item-area .player-item .player-sponsor .left-part img {
    border: 2px solid #fff;
    border-radius: 100%;
}
.widget-snippet .other-player-item-area .player-item .player-sponsor .right-part{
    display: inline-block;
    padding-left: 10px;
}
.widget-snippet .other-player-item-area .player-item .player-sponsor .right-part p{
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    margin: 0;
    font-family: 'Axiforma';
}
.widget-snippet .other-player-item-area .player-item .player-sponsor .right-part p strong{
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: #FEC432;
    margin: 0;
    font-family: 'Axiforma';
  
}
.widget-snippet .other-player-item-area .player-item a.player-item-link:hover, .widget-snippet .other-player-item-area .player-item a.player-item-link:focus {
  text-decoration:none;
}
.widget-snippet .other-player-item-area .player-item a.player-item-link:hover .player-sponsor {
border-top: 2px solid #c41f35;
}
.widget-snippet .other-player-item-area .player-item a.player-item-link:hover .player-content .player-designation {
color: #fff;
}
.widget-snippet .other-player-item-area .player-item a.player-item-link:hover .player-content::before {
  background: #c41f35;
}
@media (max-width:1200px) {
 .widget-snippet .player-title {

    max-width: 98%;
}
.widget.widget-snippet .other-player-item-area .player-item {
    width: 33.33%;
}
.widget.widget-snippet .other-player-item-area .player-item .player-content .recruit p:last-child {

    padding-left: 0;
}
}
@media (max-width:991px) {
  .widget-snippet .player-title {

    max-width: 97%;
}
.widget.widget-snippet .other-player-item-area .player-item {
    width: 50%;
}

.widget.widget-snippet .other-player-item-area .player-item .player-content .recruit p:first-child {
    width: 30%;
}
.widget.widget-snippet .other-player-item-area .player-item .player-content .recruit p:last-child {
    width: 70%;
}
.widget.widget-snippet .other-player-item-area .player-item .player-content {

    margin-top: -5px;
}
}
@media (max-width:767px) {
  .widget-snippet .player-title h2 {

    padding-bottom: 15px;
}
   .widget-snippet .player-title {

    max-width: 94%;
}
.widget.widget-snippet .other-player-item-area {
    display: block;
}
.widget.widget-snippet .other-player-item-area .player-item {
    width: 100%;
}
.widget.widget-snippet .player-title h2 {
font-size: 23px;
    line-height: 37px;

}
.widget.widget-snippet .other-player-item-area .player-item .player-content .recruit p:first-child {
    width: 32%;
}
.widget.widget-snippet .other-player-item-area .player-item .player-content .recruit p:last-child {
    width: 68%;
}
}
