/*
Theme Name: Alchemists Child Theme
Theme URI: https://themeforest.net/user/dan_fisher/portfolio
Description: Child theme for Alchemists Sports Club and News WordPress Theme
Version: 1.0.2
Author: Dan Fisher
Author URI: https://themeforest.net/user/dan_fisher
Template: alchemists
*/

.player-info__content-card {
	background-color: #303439;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 30px 40px;
	position: relative;
}
.player-info__content-card:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
    background-image: url(/wp-content/uploads/2024/11/Euroleague-logo.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 30%;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    filter: grayscale(1);
}