







/* 1a. Containers */







/* 1b. Colors */




/* 1c. Typography */
























/*  */

/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper,
.products-container,
.reviews-container,
.body-container--blog-post > .content-wrapper,
.blog-index-hero__inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}

body {
    background: url(./) top left no-repeat;
}

.full-width-section .shape-container {
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}





html {
  font-size: 16px;
}

body {
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #111827;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: underline; font-family: Helvetica, sans-serif; font-style: normal;
  color: #7878FF;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: underline; font-family: Helvetica, sans-serif; font-style: normal;
  color: #5050d7;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: Helvetica, sans-serif; font-style: normal;
  color: #a0a0ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: 'Space Mono', monospace; font-style: normal;
  color: #111827;
  font-size: 48px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: 'Space Mono', monospace; font-style: normal;
  color: #111827;
  font-size: 30px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: 'Space Mono', monospace; font-style: normal;
  color: #111827;
  font-size: 24px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 700; text-decoration: none; font-family: 'Space Mono', monospace; font-style: normal;
  color: #111827;
  font-size: 20px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 700; text-decoration: none; font-family: 'Space Mono', monospace; font-style: normal;
  color: #111827;
  font-size: 18px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 700; text-decoration: none; font-family: 'Space Mono', monospace; font-style: normal;
  color: #111827;
  font-size: 16px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #FFFFFF;
}





.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #7878ff;

  padding-top: 12px;
padding-right: 18px;
padding-bottom: 12px;
padding-left: 18px;

  ;
  background-color: 

  
  
    
  


  rgba(120, 120, 255, 1.0)

;
  border-radius: 0px;
  color: ;
  font-size: ;
  text-transform: none;
}

.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #5959C9;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(89, 89, 201, 1.0)

;
}

.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  ;
  background-color: rgba(160, 160, 255, 1.0);
  border-color: #a0a0ff;
}





form,
.submitted-message {
  font-family: Helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #FFFFFF;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #FFFFFF;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Space Mono'; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 24px;
  color: #111827;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: #111827;
}

/* Help text */

form legend {
  color: #111827;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid #D9D9D9;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #111827;
  border-radius: 0px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #111827;
}

::-moz-placeholder {
  color: #111827;
}

:-ms-input-placeholder {
  color: #111827;
}

::placeholder {
  color: #111827;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #111827;
}

.fn-date-picker td.is-selected .pika-button {
  background: #7878ff;
}

.fn-date-picker td .pika-button:hover {
  background-color: #7878ff !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #7878ff;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #7878ff;
;
  padding-top: 12px;
padding-right: 18px;
padding-bottom: 12px;
padding-left: 18px;
;
  font-family: 'Space Mono', monospace; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  background-color: 

  
  
    
  


  rgba(120, 120, 255, 1.0)

;
  border-radius: 0px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(89, 89, 201, 1.0)

;
  color: #ffffff;
  border: 1px none #5959C9;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(160, 160, 255, 1.0);
  border-color: #a0a0ff;
}





/* Table */

table {
  border: 1px solid #111827;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #111827;

  padding: 18px;

  color: #111827;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(120, 120, 255, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: #111827;
}







.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: "Space Mono", monospace, Helvetica;
}

.menu,
.menu__link {
  font-family: "Space Mono", monospace, Helvetica;
  font-weight: 700;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active,
.menu__link--active-link,
.menu__link--active-branch {
  font-family: "Space Mono", monospace, Helvetica;
  font-weight: 700;
}

.menu__child-toggle-icon {
  border-top-color: #111827;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #39404f;
}

.menu__child-toggle-icon:active {
  border-top-color: #39404f;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #111827;
}

@media (min-width: 767px) {
  body.main .menu__link {
    color: #FFF;
  }

  body.main .menu__child-toggle-icon {
    border-top-color: #FFF;
  }

  body.main .menu__link:hover,
  body.main .menu__link:focus,
  body.main .menu__link:active {
    color: #000;
  }

  body.main .menu__submenu .menu__link {
    color: #000;
    font-family: "Space Mono", monospace, Helvetica;
    font-weight: 700;
  }

  body.main .menu__submenu .menu__link:hover,
  body.main .menu__submenu .menu__link:focus,
  body.main .menu__submenu .menu__link:active {
    color: #7878FF;
    font-family: "Space Mono", monospace, Helvetica;
    font-weight: 700;
  }
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #7878ff;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #7878ff;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #111827;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  font-family: "Space Mono", monospace, Helvetica;
  font-weight: 700;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #7878ff;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Helvetica;
}

.header__language-switcher-label-current:after {
  border-top-color: #111827;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #111827;
  }
}





.footer {
  background-color: transparant;
	border-top: 1px solid #dee2e6;
}

.footer__copyright {
  font-size: 0.7rem;
  text-align: center;
}

/* Shared page shell and listing rhythm */

body.main {
  background-color: #fff;
  background-image:
    url(https://uitgeverijneo.nl/hubfs/raw_assets/public/NEO1/images/header-slash-white.png),
    linear-gradient(#7a73ff 230px, #fff 230px);
  background-position: right top;
  background-repeat: no-repeat;
}

.blog-index-hero,
.products-hero,
.reviews-hero {
  padding: 100px 0 12px;
}

.blog-index-hero__title,
.products-hero h1,
.reviews-hero h1,
.body-container--landing-page .dnd-section:first-child h1 {
  color: #000 !important;
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  line-height: 1;
  margin: 0 0 10px;
}

.products-controls,
.reviews-controls {
  padding: 16px 0 10px;
}

.products-controls .products-container,
.reviews-controls .reviews-container {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.products-list,
.reviews-list {
  padding-top: 12px;
}

.body-container--landing-page .dnd-section:first-child {
  padding-bottom: 12px;
  padding-top: 40px;
}

.body-container--landing-page .dnd-section:first-child p:last-child {
  margin-bottom: 0;
}

.body-container--landing-page .dnd-section:first-child + .dnd-section {
  padding-top: 16px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper,
  .products-container,
  .reviews-container,
  .body-container--blog-post > .content-wrapper,
  .blog-index-hero__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .blog-index-hero,
  .products-hero,
  .reviews-hero {
    padding: 34px 0 10px;
  }

  .blog-index-hero__title,
  .products-hero h1,
  .reviews-hero h1,
  .body-container--landing-page .dnd-section:first-child h1 {
    margin-bottom: 8px;
  }

  .products-controls,
  .reviews-controls {
    padding-top: 14px;
  }

  .products-list,
  .reviews-list {
    padding-top: 10px;
  }

  .body-container--landing-page .dnd-section:first-child {
    padding-bottom: 10px;
    padding-top: 34px;
  }

  .body-container--landing-page .dnd-section:first-child + .dnd-section {
    padding-top: 14px;
  }
}
/* Shared NEO CTA button family.
   Keep controls such as chips, slider nav and pagination outside this file. */

.neo-button,
.button,
.custom-button,
.custom-button-single,
.neo-btn,
.hs-blog-post-listing__post-button {
  align-items: center;
  border-radius: 0;
  border-style: solid;
  border-width: var(--neo-button-border-width, 1px);
  display: inline-flex;
  font-family: "Space Mono", monospace;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.1;
  min-height: 44px;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  text-underline-offset: 0.15em;
}

.neo-button:hover,
.neo-button:focus,
.neo-button:active,
.button:hover,
.button:focus,
.button:active,
.custom-button:hover,
.custom-button:focus,
.custom-button:active,
.custom-button-single:hover,
.custom-button-single:focus,
.custom-button-single:active,
.neo-btn:hover,
.neo-btn:focus,
.neo-btn:active,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus,
.hs-blog-post-listing__post-button:active {
  font-family: "Space Mono", monospace;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-decoration: none;
}

.neo-button:focus-visible,
.button:focus-visible,
.custom-button:focus-visible,
.custom-button-single:focus-visible,
.neo-btn:focus-visible,
.hs-blog-post-listing__post-button:focus-visible {
  outline: 2px solid #111827;
  outline-offset: 3px;
}

.neo-button--block,
.neo-btn--block {
  width: 100%;
}

.neo-button--primary,
.custom-button--primary,
.neo-btn--primary {
  background: #6f6bf2;
  border-color: #6f6bf2;
  color: #fff;
}

.neo-button--primary:hover,
.neo-button--primary:focus,
.custom-button--primary:hover,
.custom-button--primary:focus,
.neo-btn--primary:hover,
.neo-btn--primary:focus {
  background: #5959c9;
  border-color: #5959c9;
  color: #fff;
}

.neo-button--primary:active,
.custom-button--primary:active,
.neo-btn--primary:active {
  background: #4e4eb8;
  border-color: #4e4eb8;
  color: #fff;
}

.neo-button--secondary,
.custom-button--secondary {
  background: #fff;
  border-color: #6f6bf2;
  color: #6f6bf2;
}

.neo-button--secondary:hover,
.neo-button--secondary:focus,
.custom-button--secondary:hover,
.custom-button--secondary:focus {
  background: #fff;
  border-color: #5959c9;
  color: #5959c9;
}

.neo-button--secondary:active,
.custom-button--secondary:active {
  background: #6f6bf2;
  border-color: #6f6bf2;
  color: #fff;
}

.neo-button--info,
.custom-button--info {
  background: #000;
  border-color: #000;
  color: #fff;
}

.neo-button--info:hover,
.neo-button--info:focus,
.custom-button--info:hover,
.custom-button--info:focus {
  background: #222;
  border-color: #111;
  color: #fff;
}

.neo-button--info:active,
.custom-button--info:active {
  background: #111;
  border-color: #111;
  color: #fff;
}

.neo-button--dark,
.custom-button--dark {
  background: #f7f7f9;
  border-color: #000;
  color: #000;
}

.neo-button--dark:hover,
.neo-button--dark:focus,
.custom-button--dark:hover,
.custom-button--dark:focus {
  background: #e3e3ea;
  border-color: #000;
  color: #000;
}

.neo-button--dark:active,
.custom-button--dark:active {
  background: #000;
  border-color: #000;
  color: #fff;
}

.neo-button--ghost {
  background: transparent;
  border-color: currentColor;
  color: #111;
}

.neo-button--ghost:hover,
.neo-button--ghost:focus {
  background: rgba(0, 0, 0, 0.04);
  color: #111;
}

.neo-button--ghost:active {
  background: rgba(0, 0, 0, 0.08);
  color: #111;
}
/* Shared breadcrumb styling */

.neo-breadcrumb,
.breadcrumb {
  color: #666;
  font-size: 0.8rem;
  margin: 0 0 0.75rem;
}

.neo-breadcrumb ol,
.neo-breadcrumb ul,
.breadcrumb ol,
.breadcrumb ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
.neo-breadcrumb li,
.breadcrumb li {
  align-items: center;
  display: flex;
}

.neo-breadcrumb li::after,
.breadcrumb li::after {
  color: #aaa;
  content: "/";
  margin: 0 0.5rem;
}

.neo-breadcrumb li:last-child::after,
.breadcrumb li:last-child::after {
  content: "";
}

.neo-breadcrumb a,
.breadcrumb a {
  color: #6565FF;
  text-decoration: none;
}

.neo-breadcrumb a:hover,
.neo-breadcrumb a:focus,
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #4f4fd9;
}

.neo-breadcrumb .current,
.neo-breadcrumb .breadcrumb__current,
.breadcrumb .current,
.breadcrumb .breadcrumb__current {
  color: #000;
  font-weight: 600;
}

.neo-breadcrumb {
  max-width: 100%;
}

.neo-breadcrumb .breadcrumb__sep {
  color: #aaa;
  margin: 0 0.5rem;
}
/* Shared filters and pill family */

.products-filters,
.reviews-filters {
  display: grid;
  gap: 8px;
}

.filter-row {
  align-items: center;
  display: grid;
  gap: 10px 14px;
  grid-template-columns: auto 1fr;
}

.filter-label {
  color: #666;
  font-size: 0.85rem;
  font-weight: 700;
}

.chips {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.chip,
.neo-chip,
.neo-info-cards .neo-tag,
.neo-blog-cards .neo-tag {
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  color: #111;
  display: inline-flex;
  font-size: 0.8125rem;
  gap: 5px;
  line-height: 1;
  min-height: 34px;
  padding: 5px 10px;
  white-space: nowrap;
}

a.chip,
button.chip,
button.neo-chip {
  cursor: pointer;
  user-select: none;
}

.neo-info-cards .neo-tag,
.neo-blog-cards .neo-tag {
  cursor: default;
}

a.chip:hover,
a.chip:focus-visible,
button.chip:hover,
button.chip:focus-visible,
button.neo-chip:hover,
button.neo-chip:focus-visible {
  border-color: #111;
  color: #6565FF;
  text-decoration: none;
}

.chip.is-active,
.chip[aria-pressed="true"],
.neo-chip.is-active,
.neo-chip[aria-pressed="true"] {
  border-color: #111;
  font-weight: 700;
}

@media (max-width: 767px) {
  .filter-row {
    align-items: start;
    gap: 6px;
    grid-template-columns: 1fr;
  }

  .chips {
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .chips::-webkit-scrollbar {
    height: 6px;
  }

  .chips::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.12);
    border-radius: 999px;
  }
}
/* Shared card surface family */

.product-card,
.m-card,
.reviews-page .review-card,
.reviews-slider .review-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
}

.m-card,
.reviews-page .review-card,
.reviews-slider .review-card {
  transition: transform .15s ease, box-shadow .15s ease;
}

.m-card:is(:hover, :focus-within) {
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

@media (hover: none), (pointer: coarse) {
  .m-card:is(:hover, :focus-within) {
    box-shadow: none;
    transform: none;
  }
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #111827;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #111827;
}

.blog-post__tag-link {
  color: #111827;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #39404f;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: 'Space Mono', monospace; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #111827;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #39404f;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #7878FF;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #5050d7;
}

#comments-listing .comment-reply-to:active {
  color: #a0a0ff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: 'Space Mono', monospace; font-style: normal;
  color: #111827;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: 'Space Mono', monospace; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #111827;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000000;
}

.hs-blog-post-listing__post-title-link:active {
  color: #39404f;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #111827;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #111827;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000000;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #39404f;
}

.hs-pagination__link-icon svg {
  fill: #111827;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: 'Space Mono', monospace; font-style: normal;
  color: #111827;
  font-size: 24px;
}

.card__body svg {
  fill: #7878ff;
}

/* Social follow */

.social-links__icon {
  background-color: #7878ff;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #5050d7;
}

.social-links__icon:active {
  background-color: #a0a0ff;
  font-weight: 700; text-decoration: none; font-family: 'Space Mono', monospace; font-style: normal;
  color: #111827;
  font-size: 24px;
}