.elementor-kit-31{--e-global-color-primary:#FF782C;--e-global-color-secondary:#000000;--e-global-color-text:#666666;--e-global-color-accent:#6839CC;--e-global-color-lighter:#999999;--e-global-color-dark:#202020;--e-global-color-highlight:#E56D6D;--e-global-color-border:#E5E5E5;background-color:#fff;}.elementor-kit-31 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.grooming-record {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}

.g-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.g-label {
  font-weight: bold;
  color: #444;
  width: 40%;
}

.g-value {
  width: 58%;
  text-align: right;
  color: #222;
}

@media (max-width: 768px) {
  .g-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .g-value {
    text-align: left;
    width: 100%;
    margin-top: 4px;
  }

  .g-label {
    width: 100%;
  }
}/* End custom CSS */