.player-stats-block{font-size:var(--match-centre-base-font-size)!important;line-height:1.2!important}.player-stats-block h2{font-size:1em!important;text-align:center;margin-bottom:30px}.player-stats.is-loading::before{content:"";display:block;width:30px;height:30px;margin:auto;margin-bottom:20px;border-radius:var(--radius-rounded);border:4px solid rgba(255,255,255,.25);border-bottom-color:var(--match-centre-primary-color);-webkit-animation:loadingRotate 2s linear 0s infinite;animation:loadingRotate 2s linear 0s infinite}.player-stats .player-stat-details summary{position:relative;list-style:none;background-color:var(--match-centre-light-accent-color);color:var(--match-centre-dark-color);font-weight:700;font-size:.9em;display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--match-centre-secondary-color);border-radius:0}.player-stats .player-stat-details summary:hover{cursor:pointer}.player-stats .player-stat-details summary .fa{color:var(--match-centre-primary-color)}.player-stats .player-stat-details summary::-webkit-details-marker{display:none}.player-stats .player-stat-details[open] summary{color:var(--match-centre-primary-color);border-bottom:1px solid var(--match-centre-primary-color)}.player-stats .player-stat-details[open] summary .fa{transform:rotate(180deg)}.player-stats .player-stat-table-row{display:grid;grid-template-columns:30px 50px 1fr auto;align-items:center;font-size:.9em;gap:10px;padding:5px;border-bottom:1px solid var(--match-centre-secondary-color);margin-bottom:10px;padding-bottom:15px}.player-stats .player-stat-table-row-number{font-weight:700;color:var(--match-centre-secondary-color)}.player-stats .player-stat-table-row-name{font-weight:700}.player-stats .player-stat-table-row-name span{display:block;font-size:.8em;font-weight:700;color:var(--match-centre-primary-color)}.player-stats .player-stat-table-row-image{height:50px;width:50px}.player-stats .player-stat-table-row-image img{height:100%;width:100%;object-fit:contain}.player-stats .player-stat-table-row-stat{font-weight:700;color:var(--match-centre-secondary-color)}.player-stats .player-stat-table-row-stat span{display:none}.player-stats .player-stat-table-row:first-child{background-color:var(--match-centre-white-color);position:relative;padding:30px 40px;display:flex;flex-direction:column;align-items:start;overflow:hidden;border-bottom:none}.player-stats .player-stat-table-row:first-child::before{content:"";position:absolute;background-color:var(--match-centre-primary-color);width:80px;height:80px;left:-40px;top:-40px;transform:rotate(45deg)}.player-stats .player-stat-table-row:first-child .player-stat-table-row-number{position:absolute;left:0;top:0;color:var(--match-centre-white-color);padding:5px}.player-stats .player-stat-table-row:first-child .player-stat-table-row-name{font-weight:700}.player-stats .player-stat-table-row:first-child .player-stat-table-row-stat{font-size:1.5em;color:var(--match-centre-primary-color);display:flex;align-items:center;gap:5px}.player-stats .player-stat-table-row:first-child .player-stat-table-row-stat span{display:inline-block;font-size:.5em;max-width:175px;color:var(--match-centre-dark-accent-color)}.player-stats .player-stat-table-row:first-child .player-stat-table-row-image{position:absolute;height:100px;width:100px;right:-10px;bottom:-10px}.player-stats-error{text-align:center}.lineup-table-row{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--match-centre-secondary-color);margin-bottom:.75rem}.lineup-table-row:last-child{border-bottom:none}.lineup-table-row .lineup-table-detail{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:0}.lineup-table-row .lineup-table-detail .lineup-table-name{color:var(--match-centre-dark-accent-color)}.lineup-table-row .lineup-table-detail .lineup-table-name .name{font-size:16px}.lineup-table-row .lineup-table-detail .lineup-table-name .surname{font-weight:800;font-size:var(--match-centre-base-font-size)!important}.lineup-table-row .lineup-table-detail .lineup-table-position-number{font-size:30px;color:var(--match-centre-primary-color);font-weight:800}.lineup-table-row .lineup-table-stat{display:flex;align-items:start;justify-content:end;gap:15px;font-size:.75rem;color:var(--match-centre-secondary-color)}.lineup-table-row .lineup-table-stat .lineup-table-icon img{width:15px;height:15px;object-fit:contain}@media (max-width:694px){.lineup-table-row .lineup-table-stat .lineup-table-icon img{width:10px;height:10px}}.lineup-table-row .lineup-table-stat span{font-size:var(--size-4)}@media (max-width:694px){.lineup-table-row .lineup-table-stat span{font-size:var(--size-6)}}.team-name-wrapper{display:flex;align-items:center;justify-content:start;gap:15px;margin:1.5rem 0}.team-name-wrapper.away-team{margin-top:2.5rem}.team-name-wrapper .team-logo{width:60px;height:60px}.team-name-wrapper .team-logo img{width:100%;height:100%;object-fit:contain}.team-name-wrapper h4{margin:0;font-size:18px;font-weight:900}.match-centre-player-stats-tabs{justify-content:center!important}.match-centre-player-stats-tabs .menu-item{border:none!important}.match-centre-player-stats-tabs .menu-item a{font-size:1rem;text-transform:uppercase;color:var(--match-centre-dark-accent-color);opacity:.7;font-weight:700;border:none!important}.match-centre-player-stats-tabs .menu-item a:hover{color:var(--primary);opacity:1}.match-centre-player-stats-tabs .menu-item a.current-page-item{opacity:1;border-bottom:2px solid var(--primary)!important}.match-centre-lineup-container,.match-centre-player-stats-container{width:100%}