/* ==========================================================================
   Divider Line Rules
   ========================================================================== */
/*
 * Homepage components only include a divider line between two components that have backgrounds.
*/
#content_main :has([class*='--background-gray']) + :has([class*='--background-gray']) {
  border-top: solid 1px #cccccc;
  margin-top: -1px;
}
#content_main :has([class*='--background-gray']) {
  margin-bottom: 0;
}
