/* ================================
WP Legal Pages - Cookie Banner
Foundya huisstijl
================================ */

/* Accept button - primaire actie */
#cookie_action_accept_all {
  background-color: transparent !important;
  color: #1C1A33 !important;
  border: 1px solid #1C1A33 !important;
  border-radius: 50px !important;
}
#cookie_action_accept_all:hover {
  background-color: #1C1A33 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* Weigeren button - secundaire actie */
#cookie_action_reject {
  background-color: transparent !important;
  color: #1C1A33 !important;
  border: 1px solid #1C1A33 !important;
  border-radius: 50px !important;
}
#cookie_action_reject:hover {
  background-color: #1C1A33 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* Instellingen button */
#cookie_action_settings {
  background-color: transparent !important;
  color: #1C1A33 !important;
  border: 1px solid #1C1A33 !important;
  border-radius: 50px !important;
}
#cookie_action_settings:hover {
  background-color: #1C1A33 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* Opslaan button in instellingen popup */
#cookie_action_save {
  background-color: #B7EA6B !important;
  color: #1C1A33 !important;
  border-color: #B7EA6B !important;
  border-radius: 50px !important;
}
#cookie_action_save:hover {
  background-color: #eb56bc !important;
  border-color: #eb56bc !important;
  transform: translateY(-2px) !important;
}

/* Gelijke hoogte, font en grootte voor alle buttons */
#cookie_action_accept_all,
#cookie_action_reject,
#cookie_action_settings,
#cookie_action_save {
  height: 56px !important;
  font-size: 16px !important;
  padding: 0 29px !important;
  line-height: 56px !important;
  font-family: "DM Sans", sans-serif !important;
}

/* Mobiel - kleinere buttons */
@media (max-width: 600px) {
  #cookie_action_accept_all,
  #cookie_action_reject,
  #cookie_action_settings,
  #cookie_action_save {
    height: auto !important;
    line-height: 1.3 !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    white-space: normal !important;
  }
}

/* Alle hoeken cookie instellingen popup afgerond */
.gdprmodal-content,
.gdpr_messagebar_detail {
  border-radius: 35px !important;
  overflow: hidden !important;
}