/*
Theme Name: Atleticos Child Theme
Theme URI: http://atleticos.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Atleticos
Template: atleticos
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: atleticos

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* poprawiam marginesy w stopce/sponsorach */
.lte-before-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  background-color: var(--white);
  padding: 0px 0;
}


/* Poprawiam wyświetlanie ostatnich meczy, logo + nazwa ladniej */

.lte-football-matches .lte-item .lte-teams .lte-team-name {
  width: 40%;
  font-size: 18px;
  text-transform: uppercase;
  white-space: normal;
  line-height: 20px;
  padding: 0 14px;
  display: flex;
}

.lte-football-matches {
    display: flex; /* Użycie Flexboxa dla kontenera, aby elementy układały się w rzędzie */
    flex-wrap: wrap; /* Pozwala elementom na zawijanie się do następnej linii, jeśli nie ma miejsca */
    justify-content: space-between; /* Rozkłada elementy równomiernie, z odstępami między nimi */
    column-gap: 20px;
}

/*zmieniam kolor tekstu w labelce nastepny mecz */
.lte-football-upcoming .lte-header-upcoming {
    font-size: 24px;
    text-transform: uppercase;
    background-color: #c42221;
    background-color: var(--main);
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
}

/*zmieniam line heigh w szczegolach meczu */
.lte-match-summary .lte-match-wrapper .lte-team-info .lte-team-name {
    font-family: 'Sofia Sans Extra Condensed', serif;
    font-family: var(--font-headers), serif;
    letter-spacing: var(--font-headers-letterspacing);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 48px;
    text-align: center;
    margin: 26px 0;
    line-height: 40px;
}