.elementor-kit-6{--e-global-color-primary:#042325;--e-global-color-secondary:#48AE4C;--e-global-color-text:#CFD7B8;--e-global-color-accent:#494949;--e-global-typography-primary-font-family:"PlayfairDisplay";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:45px;--e-global-typography-secondary-font-family:"PlayfairDisplay";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:30px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:25px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:18px;background-color:#E9EDDF;color:#000000;font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;line-height:25px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:18px;font-weight:600;line-height:18px;color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:#FFFFFF;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-6 h2{color:#000000;font-family:"PlayfairDisplay", Sans-serif;font-size:22px;font-weight:700;line-height:30px;}.elementor-kit-6 h3{font-family:"PlayfairDisplay", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.fv-market-ticker-wrap {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.fv-market-ticker {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 40px;
    width: max-content;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
    animation: fv-ticker-scroll 60s linear infinite;
}

.fv-market-ticker:hover {
    animation-play-state: paused;
}

.fv-market-item {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.fv-market-name {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 100% !important;
    letter-spacing: 0 !important;
    color: #042325 !important;
}

.fv-market-badge {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 3px 10px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 100% !important;
    border-radius: 0 !important;
    border: 2px solid currentColor !important;
    background: transparent !important;
}

.fv-market-badge.up { color: #23813b !important; }
.fv-market-badge.down { color: #C4111A !important; }
.fv-market-badge.flat { color: #555 !important; }

@keyframes fv-ticker-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .fv-market-ticker {
        gap: 28px;
        animation-duration: 40s;
    }
    .fv-market-name { font-size: 16px !important; }
    .fv-market-badge { font-size: 13px !important; padding: 3px 8px !important; }
}

.fv-live-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #23813b;
    border-radius: 50%;
    animation: fv-pulse 1.8s ease-in-out infinite;
    vertical-align: middle;
}

@keyframes fv-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(35, 129, 59, 0.6);
    }
    50% {
        box-shadow: 0 0 6px 3px rgba(35, 129, 59, 0.7);
    }
}

.post-tags-custom {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.tags-label {
  font-size: 18px;
  color: #262626;
}
.tags-buttons-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tag-button {
  display: inline-block;
  border: 1px solid #042325;
  padding: 8px 20px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  color: #262626;
  background: transparent;
  border-radius: 0;
}
.tag-button:hover {
  background: #042325;
  color: #ffffff;
}

@media (max-width: 767px) {
  .post-tags-custom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.fv-reading-time {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #494949;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'PlayfairDisplay';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://financieelvandaag.nl/wp-content/uploads/PlayfairDisplay-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://financieelvandaag.nl/wp-content/uploads/Inter18pt-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://financieelvandaag.nl/wp-content/uploads/Inter18pt-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://financieelvandaag.nl/wp-content/uploads/Inter_18pt-Bold.woff2') format('woff2');
}
/* End Custom Fonts CSS */