/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/themes/inspiro/
Template: inspiro
Author: WPZOOM
Description: Inspiro Child Theme
Version: 1.0
*/

/* HERO */

.player-hero{
    height:420px;
    background-size:cover;
    background-position:center;
    position:relative;
}

.player-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
}

.player-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.5);
}

.player-hero .player-card-section{
    margin-top:-120px;    
}

.player-hero-inner{
    display:grid;
    grid-template-columns:260px 1fr;
    gap:50px;
    background:white;
    padding:40px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
    max-width:900px;
    margin:auto;
}


/* PLAYER PHOTO */

.player-photo img{
    width:260px;
    border-radius:10px;
}


/* PLAYER INFO */

.player-meta{
    margin-bottom:20px;
    font-weight:600;
}

.player-info h1{
    font-size:40px;
    margin-bottom:10px;
}