.dws-vacatures-count {
    margin-bottom: 24px;
    font-weight: 600;
}

.dws-vacatures-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 32px;
}

.dws-vacature-card {
    background: #ffffff;
}

.dws-vacature-image img {
    width: 100%;
    height: auto;
    display: block;
}

.dws-vacature-title {
    margin: 16px 0 8px;
}

.dws-vacature-excerpt {
    color: #555;
}

.dws-vacature-image {
    overflow: hidden;
}

.dws-vacature-image img {
    transition: transform 0.3s ease;
}

.dws-vacature-image img:hover {
    transform: scale(1.05);
}

.dws-vacature-image-zoom {
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.dws-vacature-image-zoom:hover {
    transform: scale(1.05);
}

.dws-sollicitatie {
    margin-top: 32px;
}


.dws-vacature-actions {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.dws-backlink-wrapper {
    margin-bottom: 16px;
    text-alagn: left;
}


.dws-back-link--top {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 11px;
    color: #666;
    text-decoration: none;
}

.dws-back-link--top:hover {
    text-decoration: underline;
}


.dws-back-link {
    text-decoration: none;
    color: #555;
    font-weight: 500;
}

.dws-back-link:hover {
    text-decoration: underline;
}



.dws-sollicitatie-button {
    display: inline-block;
    padding: 14px 24px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.dws-sollicitatie-button:hover {
    background: #333;
}

