.vacancies-slider-wrap {
    position: relative;
    width: 100%;
    overflow: visible;
    padding: 60px 0;
}

.vs-cee-header {
    max-width: 1200px;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.vs-cee-header h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin: 0;
}

.vs-cee-btn {
    background-color: #0c0e33;
    color: #ffffff;
    padding: 14px 28px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.vs-cee-slider {
    overflow: visible !important;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vs-cee-slider .swiper-wrapper {
    overflow: visible !important;
}

.vs-cee-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.vs-cee-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.vs-cee-content {
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.vs-cee-content h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0c0e33;
    margin: 0 0 15px 0;
}

.vs-cee-tag {
    background-color: #fcc211;
    color: #0c0e33;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.vs-cee-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 0.95rem;
    color: #555555;
    font-weight: 600;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vs-cee-card-arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fcc211;
}

/* Side navigation design */
.vs-cee-prev,
.vs-cee-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #EE631A;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    margin-top: -25px;
}

.vs-cee-prev {
    left: -25px;
}

.vs-cee-next {
    right: -25px;
    background-color: #EE631A;
    color: #ffffff;
}

/* Swiper default resets */
.vs-cee-slider .swiper-button-prev::after,
.vs-cee-slider .swiper-button-next::after {
    display: none;
}
