.cockpit_carousel {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.cockpit_carousel__track {
    position: relative;
    overflow: hidden;
}

.cockpit_carousel__track-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.cockpit_carousel__track-item {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cockpit_carousel__track-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cockpit_carousel__track-item img.loaded {
}

.cockpit_carousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: transparent;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 2;
}

.cockpit_carousel__btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.cockpit_carousel__btn.prev {
    left: 10px;
}

.cockpit_carousel__btn.next {
    right: 10px;
}

.cockpit_carousel__progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: rgba(203, 203, 203, 0.4);
    overflow: hidden;
    z-index: 10;
}

.cockpit_carousel__progress-fill {
    height: 100%;
    width: 0;
    background-color: #007bff;
    transition: width linear;
}

.cockpit_carousel__pagination {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 4px;
    z-index: 3;
}

.cockpit_carousel__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(203, 203, 203, 0.4);
    transition: background-color 0.3s;
    cursor: pointer;
}

.cockpit_carousel__dot.active {
    background: #007bff;
    transform: scale(1.2);
}

.cockpit_carousel__track-item-content {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Simple File List Styles */
.cc-file-list {
    margin-top: 1rem;
}

.cc-file-list__items {
    list-style: none;
    padding: 0 !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cc-file-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 14px 16px 24px;
}

.cc-file-list__name {
    flex: 1;
    color: #212529;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}

.cc-file-list__remove {
    background: none;
    border: none;
    color: #111111;
    line-height: 1;
    cursor: pointer;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cc-file-list__remove:hover {
    opacity: 1;
    color: #111111;
}

.cc-file-list__item svg {
    margin-right: 10px;
}

/* mmpersonal */
/* design */
.page-template-page-centered .page-content {
    height: 40vh;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;

    @media (min-width: 991px) {
        height: calc(100vh - 160px);
    }
}

.single-job .page-header-content .cc-button {
    pointer-events: all;
}

.single-job .page-header .page-title {
    hyphens: auto;
    padding-bottom: 25px;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;

}

.single-job .page-header .cc-job__item__details {
    padding-bottom: 45px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.single-job .page-content-inner {
    padding-top: 75px;
    padding-bottom: 75px;
}

.cc-job-posting > div {
    margin-bottom: 48px;
}

.cc-job-posting p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #111111;
}

.cc-job-posting ul {
    margin-left: 0;
    padding-left: 25px;
    margin-bottom: 0;
}

.cc-job-posting li {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #111111;
    margin-bottom: 16px;
}

.cc-job-posting > div.cc-job-posting__summary {
    margin-bottom: 90px;
}

.cc-job-posting > div.cc-job-posting__offer {
    gap: 30px;
    opacity: 1;
    border-bottom-width: 2px;
    padding: 15px;
    background: rgba(17, 17, 17, 0.05);

    @media (min-width: 992px) {
        padding: 30px;
    }
}

.cc-job-posting > div.cc-job-posting__offer ul {
    padding-left: 25px;

    @media (min-width: 992px) {
        padding-left: 45px;
    }
}

.cc-job-posting div.cc-job-posting__additional__description p {
    font-weight: 700;
}

.cc-job-posting h2 {
    font-size: 21px;
    letter-spacing: 1%;
    line-height: 100%;
    margin: 0 0 30px 0;
}

.cc-contact-person {
    max-width: 720px;
    margin: 0 auto;
    border: 1px solid #111111;
    overflow: hidden;
    display: none;

    @media (min-width: 992px) {
        display: flex;
        align-items: center;
    }
}

.cc-contact-person img {
    width: 140px;
    height: 140px;
    object-position: top center;
    object-fit: cover;
}

.cc-contact-person .cc-contact-person__data {
    padding: 30px;

    @media (max-width: 1099px) {
        padding: 15px 30px;
    }
}

.cc-contact-person .cc-contact-person__contact {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 20px;

    @media (max-width: 1099px) {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}

.cc-contact-person .cc-contact-person__contact span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1%;
    color: #111111;

    @media (max-width: 1099px) {
        justify-content: flex-start;
    }
}

.cc-contact-person .cc-contact-person__contact span svg {
    margin-right: 8px;
}


.cc-contact-person .cc-contact-person__data h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 1%;
}

.cc-button.cc-button--applicationlink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
    background: #ffffff;
}

.cc-button.cc-button--backtojobs {
    padding-top: 5px;
    padding-bottom: 5px;
    width: fit-content;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.page-header-footer {
    position: absolute;
    bottom: 54px;
    left: 0;
    width: 100%;
    pointer-events: all;
    padding: 0 31px 0 12px;
}

.page-header-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cc-button.cc-button--backtojobs svg {
    margin-right: 4px;
}

.cc-button.cc-button--backtojobs svg path {
    fill: #ffffff;
}

.sharer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;

    @media (max-width: 500px) {
        display: none;
    }
}

.sharer .sharer__item {
    border: 1px solid #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 6px;
}

.sharer .sharer__item svg {
    width: 24px;
    height: 24px;
}

.sharer .sharer__item svg path {
    fill: #ffffff;
}

.page-template-page-jobform .page-content .jobform-header {
    text-align: center;
    max-width: 660px;
    margin: 45px auto 135px auto;
}

.page-template-page-jobform .page-content h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-template-page-jobform .page-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.cc-job__item__action {
    max-width: 1170px;
    margin: 0 auto;
    justify-content: center;
    flex-flow: column;
    padding: 30px;
    border: 2px solid black;
    margin: 30px auto 0 auto;
}



