.is-style-cw-border-bottom-dashed {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 3px dashed #2a2b21 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
}

.is-style-cw-border-top-solid {
  border-top: 3px solid #2a2b21 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
}

.is-style-cw-border-right-solid {
  border-top: 0 !important;
  border-right: 3px solid #2a2b21 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
}

.is-style-cw-border-bottom-solid {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 3px solid #2a2b21 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
}

.is-style-cw-border-left-solid {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 3px solid #2a2b21 !important;
  border-radius: 0 !important;
}
