.faceit-widget {
    width: 100%;
    font-family: Arial, sans-serif;
    /* Background, border radius, and box shadow are controlled via Elementor */
}

.faceit-widget .upper-section {
    background-size: cover;
    background-position: center;
    padding: 20px;
}

.faceit-widget .upper-content {
    display: flex;
    align-items: center;
}

.faceit-widget.avatar-left .upper-content {
    flex-direction: row;
}

.faceit-widget.avatar-right .upper-content {
    flex-direction: row-reverse;
}

.faceit-widget.avatar-top .upper-content {
    flex-direction: column;
}

.faceit-widget .avatar-container {
    display: flex;
    align-items: center;
}

.faceit-widget .avatar {
    border-radius: 50%; /* Can be adjusted via Elementor */
    border: 3px solid #fff;
    width: 100px; /* Default size, can be adjusted via Elementor */
    height: auto;
}

.faceit-widget .nickname-container {
    display: flex;
    align-items: center;
}

.faceit-widget .nickname {
    margin: 0;
}

.faceit-widget .lower-section {
    padding: 20px;
    /* Background color is controlled via Elementor */
}

.faceit-widget .stats {
    /* Alignment is controlled via Elementor */
}

.faceit-widget .stat-item {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

.faceit-widget .stat-description,
.faceit-widget .stat-value {
    font-size: 18px;
}

.faceit-widget .note {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.faceit-widget .custom-contents {
    margin-top: 20px;
}

.faceit-widget .custom-content-item {
    margin: 10px 0;
}

.faceit-widget .custom-content-item .custom-text {
    /* Text content styles are controlled via Elementor */
}

.faceit-widget .custom-content-item .custom-button {
    /* Button content styles are controlled via Elementor */
}

.faceit-widget .custom-button .custom-button-link {
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
}

.faceit-widget .account-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: flex-start; /* Controlled via Elementor */
}

.faceit-widget .account-button {
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    /* Styles can be adjusted via Elementor */
}

.faceit-widget .account-button.steam-button {
    /* Steam button styles */
}

.faceit-widget .account-button.faceit-button {
    /* Faceit button styles */
}
