div[data-path$='/fsb_header_section/*'][draggable='false'] {
  padding-bottom: 8px;
  border-color: #0000d1;
}
div[data-path$='/fsb_header_section/*'][draggable='false']:before {
  content: 'Header - Drag components here';
  color: #000097;
  height: fit-content;
}
div[data-path$='/fsb_header_section/*'][draggable='false']:hover,
div[data-path$='/fsb_header_section/*'][draggable='false'] .is-hover {
  border-color: #ffc0cb;
}
div[data-path$='/fsb_main_section/*'][draggable='false'] {
  padding-bottom: 8px;
  border-color: #0000d1;
}
div[data-path$='/fsb_main_section/*'][draggable='false']:before {
  content: 'Main - Drag components here';
  color: #000097;
  height: fit-content;
}
div[data-path$='/fsb_main_section/*'][draggable='false']:hover,
div[data-path$='/fsb_main_section/*'][draggable='false'] .is-hover {
  border-color: #ffc0cb;
}
div[data-path$='/fsb_footer_section/*'][draggable='false'] {
  padding-bottom: 8px;
  border-color: #0000d1;
}
div[data-path$='/fsb_footer_section/*'][draggable='false']:before {
  content: 'Footer - Drag components here';
  color: #000097;
  height: fit-content;
}
div[data-path$='/fsb_footer_section/*'][draggable='false']:hover,
div[data-path$='/fsb_footer_section/*'][draggable='false'] .is-hover {
  border-color: #ffc0cb;
}
div[data-path$='/sectioncontainer/*'][draggable='false'] {
  padding-bottom: 8px;
  border-color: #834dc9;
}
div[data-path$='/sectioncontainer/*'][draggable='false']:before {
  content: 'Section container - Drag components here';
  color: #834ec0;
  height: fit-content;
}
div[data-path$='/sectioncontainer/*'][draggable='false']:hover,
div[data-path$='/sectioncontainer/*'][draggable='false'] .is-hover {
  border-color: #d1a1f8;
}
