/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

@import url("./assets/css/variables.css");
@import url("./assets/css/animations.css");

/* Kolor czerwony dla "Ważne" */
.article-badge[type="Ważne"] {
    background: #D9000433;
    color: #D90004;
}

/* Kolor zielony dla "Dla pasażerów" */
.article-badge[type="Dla pasażerów"] {
    background: #74A82033;
    color: #74A820;
}

/* Kolor niebieski dla "Aktualności" */
.article-badge[type="Aktualności"] {
     background: #469DE533;
    color: #469DE5;
}

.wpml-ls-legacy-dropdown {
    width: auto !important;
}

.wpml-ls-legacy-dropdown a {
    background-color: transparent !important;
}