  /* Kafelki - BIP */

.tiles-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.tile {
    display: block;
    text-decoration: none;
    background: #f5f5f5;
    padding: 18px 30px 18px 30px;
    min-height: 135px;
    position: relative;
    transition: all 0.3s ease;
    color: #000;
}

.tile:hover {
    background: #e0e0e0;
    transform: translateY(-3px);
}

.tile-content {
    height: 100%;
    position: relative;
}

.tile-title {
    margin: 0;
    border-bottom: 1px solid #c7c9cc;
    padding-bottom: 15px;
    max-width: 100%;
}

.tile-arrow {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 24px;
}

.tile-arrow button {
    background-size: 15px;
    height: 29px;
    width: 15px;
}

@media (max-width: 900px) {
    .tiles-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .tiles-container {
        grid-template-columns: 1fr;
    }
}

/* Tytuł i breadcrumb - Oferty pracy */

.workoffers-page-title {
    margin-bottom: 3.8rem;
}

.workoffers-page-title .page-title {
    display: none;
}

.workoffers-page-title .breadCrumb {
    padding-top: 0rem;
}

/* lista */

.bip-workoffers__list {
    list-style-type: none;
    padding-left: 0;
}

.bip-workoffers__list-item {
    display: grid;
    width: 100%;
    align-items: center;
    padding: 2rem 0;
    border-top: 1px solid #c0c0c0;
}

.bip-workoffers__list-item-title {
    font-weight: 650;
    text-decoration: none;
}

.bip-workoffers__list-item-info {
    display: flex;
    margin-top: 1rem;
}

.bip-workoffers__list-item-info-date {
    width: 35%;
}

.bip-workoffers__list-item-info-unit {
    width: 45%;
}

.bip-workoffers__list-item-link {
    /* width: 100px; */
}

@media (max-width: 1023px) {
    .bip-workoffers__list-item-info {
        display: block;
        margin-top: 1rem;
    }

    .bip-workoffers__list-item-info-date, .bip-workoffers__list-item-info-unit {
        width: 100%;
        margin-top: 1rem;
    }

    .bip-workoffers__list-item-link {
        width: 100%;
        margin-top: 1rem;
    }
}

/* Szczegoly - Oferty pracy */

.workoffers-details {
    margin-top: 2.8rem;
}

.workoffers-details-board {
    background-color: #f2f2f2;
    padding: 63px 25px 43px 66px;
}

.workoffers-details-row {
    display: flex;
}

.workoffers-details-column {
    flex: 50%;
}

.workoffers-details-content h2 {
    margin-top: 5.3rem;
    margin-bottom: 1.2rem;
}

.workoffers-details-column .workoffer-block {
    margin-bottom: 0.8rem;
}

.workoffers-details-column .workoffer-inline h5 {
    display: inline-flex;
    margin-bottom: 0.8rem;
}

.workoffers-details-column .workoffer-block h5 {
    margin-bottom: 0;
    line-height: inherit;
}

.workoffers-details .btn {
    margin-top: 3.4rem;
}

.workoffer-offer-panel {
    color: #f2f2f2;
    background-color: #040e1d;
    padding: 41px 26px 44px 84px;
    margin-top: 4.2rem;
    margin-bottom: 4.2rem;
}

.workoffer-offer-panel .offer-panel-row {
    display: flex;
}

.workoffer-offer-panel .offer-panel-element {
    flex: 33%;
}

.workoffer-offer-panel .offer-panel-image, .workoffer-offer-panel .offer-panel-text {
    text-align: center;
    font-weight: bold;
}

.workoffer-offer-panel .offer-panel-image {
    margin-top: 2.9rem;
}

.workoffer-offer-panel .offer-panel-image.image-1 {
    margin-bottom: 2rem;
}

.workoffer-offer-panel .offer-panel-image.image-2 {
    margin-bottom: 1.6rem;
}

.workoffer-offer-panel .offer-panel-image.image-3 {
    margin-bottom: 2.5rem;
}

.workoffer-offer-panel .offer-panel-image img {
    margin: auto;
}

@media (max-width: 1023px) {
    .workoffers-details-row, .workoffer-offer-panel .offer-panel-row {
        display: block;
    }

    .workoffers-details-column, .workoffer-offer-panel .offer-panel-element {
        flex: 100%;
    }
}

/* Rejestr zmian - BIP */

.workoffers-details .bip-metrics {
    margin-top: 4rem;
}

.bip-metrics .ac-card {
    margin-top: 2rem;
}

.changes-header {
    margin-top: 2rem;
}

.inner-2 {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.inner-2 .change-inline {
    display: flex;
}

.inner-2 h5 {
    margin-bottom: 0rem;
    margin-right: 3px;
}
