/* ================
CUSTOM STYLES - Bloom    
================ */

#CartDrawer .Bloom__DateOfBirth__Default, 
#CartPageForm .Bloom__DateOfBirth__Default {
  width:100%;
  margin-bottom: 5px;
  p { margin-bottom: 5px; }
  .Bloom__DateInput--wrapper { display: flex;justify-content: space-between; }
  .Bloom__DateInput--wrapper > span { width:32%; }
  .Bloom__DateInput--input_wrapper > select { width:100%; }
}

#CartDrawer span[data-bloom-checkout-container], 
#CartPageForm span[data-bloom-checkout-container] {
  width: 100%;
}

/* Product Spec styling (optional)*/
.bloom-specs ul {
  list-style-type: none;
  margin-left: 0px;
}
.bloom-specs .spec-label {
  display: inline-block;
  font-weight: bold;
}
.bloom-specs .spec-label:after {
  content: ": ";
  white-space: pre;
}