/* importowane style dla strony Nasz zespół */
@import "../Contact/index.css";

/* style dla strony blog */
.article-container img {
    width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.title-crop {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    padding: 5px 10px;
    font-size: 24px;
}

.title-crop {
    color: inherit !important;
}

.article-short {
    background: white;
    padding: 0;
}

.article-container .article-short div {
    height: 150px;
}

.article-crop {
    margin-bottom: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
    padding: 10px 10px 0;
}

.article-data {
    text-align: right;
    margin-bottom: 0;
    color: #333;
    padding: 0 10px;
}

.image-thumb {
    background-color: white;
}

/* ikony strony specjalnej */
.site-special .btn-box {
    white-space: normal;
    height: 150px;
    color: white;
}

.site-special i.fa {
    font-size: 60px;
    margin-bottom: 10px;
}

.team-container {
    background-color: white;
    box-shadow: 0 0 2px #000000;
    padding: 10px;
}