/*
 Theme Name: ICI Child Theme
 Theme URI: https://your-domain.example
 Description: Minimal child theme for Divi with NLCS brand fixes (toggles/accordions).
 Author: ICI
 Template: Divi
 Version: 1.0.0
*/

:root{
  --nlcs-burgundy:#762123;
  --nlcs-black:#000000;
  --nlcs-white:#ffffff;
}

.et_pb_toggle .et_pb_toggle_title,
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title,
.et_pb_accordion .et_pb_toggle .et_pb_toggle_title{
  background: var(--nlcs-burgundy) !important;
  color: var(--nlcs-white) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.et_pb_toggle .et_pb_toggle_title:before,
.et_pb_accordion .et_pb_toggle .et_pb_toggle_title:before{
  color: var(--nlcs-white) !important;
}

.et_pb_toggle,
.et_pb_accordion .et_pb_toggle{
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
