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

/* style dla strony blog */
.article-container .article-short div {
    height: 180px;
}

.article-container img {
    width: 100%;
}

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

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

.article-crop {
    color: #565656;
    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;
}

/* style inputa w paginacji */
.pagin-form {
    width: 25px;
    height: 20px;
    padding-top: 2px !important;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin-right: 6px;
}

/* modal zgłoszenia oferty*/
.offer-title {
    width: 90%;
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #999;
}

#captcha {
    background-color: lightgray;
    width: 100px;
    height: 36px;
    padding: 5px;
    margin-right: 10px;
    border-radius: 5px;
}

#captchaResult {
    width: 25px;
    text-align: center;
}