/* Stappen Widget v1.1.0 */

.sw-wrap {
    font-family: 'Open Sans', sans-serif;
    background: #2D2859;
    padding: 64px 48px;
    box-sizing: border-box;
}

.sw-wrap *, .sw-wrap *::before, .sw-wrap *::after {
    box-sizing: border-box;
}

/* Header */
.sw-header {
    text-align: center;
    margin-bottom: 64px;
}

.sw-eyebrow {
    display: block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 14px;
    padding: 0;
}

.sw-titel {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

/* Lijst */
.sw-lijst {
    position: relative;
}

.sw-lijst::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.25) 10%, rgba(255,255,255,0.25) 90%, transparent);
    pointer-events: none;
    z-index: 0;
}

/* Stap */
.sw-wrap .sw-stap {
    position: relative;
    padding: 24px 0 24px 92px;
    min-height: 80px;
}

/* Nummer: alleen layout !important, geen kleuren */
.sw-nummer-wrap {
    position: absolute !important;
    left: 0 !important;
    top: 24px !important;
    width: 64px !important;
    height: 64px !important;
    z-index: 1;
}

.sw-nummer {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    background-image: none !important;
    /* Kleuren zonder !important zodat Elementor controls werken */
    background-color: #ffffff;
    border: 1.5px solid #ffffff;
    color: #2D2859;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

/* Content */
.sw-content {
    min-width: 0;
}

.sw-tag {
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 1.4;
}

.sw-naam {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.3;
}

/* Tekst + WYSIWYG reset */
.sw-tekst {
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.sw-tekst p {
    margin: 0 0 6px 0;
    padding: 0;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    background: none;
}

.sw-tekst p:last-child { margin-bottom: 0; }

.sw-tekst ul,
.sw-tekst ol {
    margin: 4px 0 8px 0;
    padding-left: 20px;
}

.sw-tekst ul { list-style-type: disc; }
.sw-tekst ol { list-style-type: decimal; }

.sw-tekst li {
    display: list-item;
    margin-bottom: 4px;
    padding: 0;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    background: none;
}

.sw-tekst a { color: inherit; text-decoration: underline; }
.sw-tekst strong, .sw-tekst b { font-weight: 700; }
.sw-tekst em, .sw-tekst i { font-style: italic; }

/* Divider */
.sw-divider {
    height: 1px;
    background: rgba(255,255,255,0.25);
    margin-left: 92px;
    opacity: 0.6;
}

/* Resultaat */
.sw-resultaat {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 40px;
    padding: 28px 32px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 4px;
}

.sw-resultaat-icoon {
    font-size: 28px;
    color: #ffffff;
    flex-shrink: 0;
    line-height: 1;
}

.sw-resultaat-label {
    display: block;
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 6px;
    padding: 0;
}

.sw-resultaat-tekst-inhoud {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
}

.sw-resultaat-tekst-inhoud p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/* Responsive */
@media (max-width: 600px) {
    .sw-wrap { padding: 40px 24px; }
    .sw-lijst::before { left: 24px; }
    .sw-wrap .sw-stap { padding-left: 66px; }
    .sw-nummer-wrap { width: 48px !important; height: 48px !important; }
    .sw-nummer { width: 48px !important; height: 48px !important; font-size: 16px; }
    .sw-divider { margin-left: 66px; }
}
