.fv-outer-wrapper {
    background: #ece6dc;
    padding: 16px;
    border-radius: 5px;
}

.fv-widget {
    background: #f5ede0;
    border: 1px solid #d8cfc4;
    border-radius: 4px;
    font-family: Georgia, serif;
    overflow: hidden;
    min-height: 200px;
}

.fv-top {
    padding: 20px 24px 0;
}

.fv-eyebrow {
    font-family: Arial, sans-serif;
    font-size: 9px;
    color: #8a7a68;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}

.fv-outer {
    display: grid;
    grid-template-columns: 84px 1fr;
}

.fv-left {
    text-align: center;
    border-right: 1px solid #e8e0d4;
    padding-right: 20px;
    padding-top: 2px;
}

.fv-day {
    font-size: 36px;
    color: #3a2a1a;
    line-height: 1;
    font-weight: 500;
    transition: opacity 0.4s;
}

.fv-month {
    font-size: 10px;
    color: #8a7a68;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    margin: 5px 0 4px;
    transition: opacity 0.4s;
}

.fv-year {
    font-size: 18px;
    color: #3a2a1a;
    font-weight: 500;
    font-family: Arial, sans-serif;
    transition: opacity 0.4s;
}

.fv-right {
    padding-left: 20px;
}

.fv-omschrijving {
    font-size: 13px;
    color: #2a1a0a;
    line-height: 1.6;
    padding-bottom: 14px;
    min-height: 60px;
    transition: opacity 0.4s;
}

.fv-timeline-wrap {
    padding: 0 24px 0 128px;
}

.fv-timeline {
    position: relative;
    height: 44px;
}

.fv-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    height: 1.5px;
    background: #e0d4c4;
}

.fv-dot {
    position: absolute;
    top: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #3a2a1a;
    border: 2.5px solid white;
    box-shadow: 0 0 0 1.5px #3a2a1a;
    transform: translateX(-50%);
    transition: left 1.2s ease-in-out;
}

.fv-datelabel {
    position: absolute;
    top: -18px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #5a3a1a;
    font-weight: 600;
    white-space: nowrap;
    transform: translateX(-50%);
    transition: opacity 0.4s;
}

.fv-anchor {
    position: absolute;
    top: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e8ddd0;
    border: 1.5px solid #b8a890;
}

.fv-anchor-label {
    position: absolute;
    top: 17px;
    font-family: Arial, sans-serif;
    font-size: 9px;
    color: #8a7a68;
    white-space: nowrap;
}

.fv-anchor-sub {
    position: absolute;
    top: 27px;
    font-family: Arial, sans-serif;
    font-size: 8px;
    color: #a89880;
    white-space: nowrap;
}

.fv-footer {
    border-top: 1px solid #ece4d8;
    padding: 10px 24px 14px;
    background: #f5ede0;
}

.fv-bron {
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #8a7a68;
    transition: opacity 0.4s;
}
