.ekipa_radia {
    font-family   : Verdana, Arial, Helvetica, sans-serif;
    font-size     : 15px;
    font-weight   : bolder;
    border        : 2px solid #ffa61a;
    padding       : 0px 15px 0 15px;
    border-radius : 15px 15px 15px 15px;
}

.ekipa_radia_fotka {
    border        : 2px solid #ffa51a;
    width         : 100px;
    height        : 100px;
    padding       : 5px 7px 5px 7px;
    border-radius : 15px 15px 15px 15px;
}

.ekipa_radia_fotka img {
    width         : 100%;
    height        : 100%;
    object-fit    : cover;
    /* Zapobiega zniekształceniom obrazu */
    border-radius : 12px;
    /* Lekko zaokrąglone rogi, aby pasowały do kontenera */
    border        : none;
}

/* --- Style dla statusu użytkownika --- */
.text_status {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size   : 15px;
    font-weight : bolder;
    text-align  : center;
}

.text_status--on-leave {
    color : #ff0000;
    /* Czerwony */
}

.text_status--trial {
    color : #ffa51a;
    /* Pomarańczowy */
}

.text_status--active {
    color : #308330;
    /* Zielony */
}

/* --- Style dla etykiet i wartości w tabeli --- */
.text_header {
    color       : #ffa51a;
    font-size   : 20px;
    font-weight : bolder;
}

.text_label {
    color       : #003cff;
    /* Niebieski dla standardowej etykiety */
    font-size   : 12px;
    font-weight : bolder;
}

.text_label--gg {
    color : #FFCC00;
    /* Złoty dla etykiety Gadu-Gadu */
}

.text_value {
    color       : #00e1ff;
    font-size   : 12px;
    font-weight : bolder;
}