/*
 * Theme Name:  Swyft Child
 * Theme URI:   https://swyft.codesupply.co/
 * Description: Swyft Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    swyft
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

/*** Green check lists ***/

.voordelen {
  list-style: none;
  padding-left: 0;
}

.voordelen li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}

.voordelen li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 16px;
  height: 16px;
  background-image: url("https://platinumflyer.nl/wp-content/uploads/2025/12/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/*** Promoblock ***/

.promoblock .wp-block-button a {
	color:#000!important;
}