.elementor-51129 .elementor-element.elementor-element-720d4c06{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-51129 .elementor-element.elementor-element-21ab7391{color:var( --e-global-color-secondary );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-51129 .elementor-element.elementor-element-4f1c7ad.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-51129 .elementor-element.elementor-element-6450cd7{color:var( --e-global-color-secondary );}/* Start custom CSS for html, class: .elementor-element-b6dff67 *//* Styles for the Styled Bootstrap Table */

/* Apply thick black border to the entire table */
.elementor-51129 .elementor-element.elementor-element-b6dff67 .styled-table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}

/* Apply thick black borders to table headers and cells */
.elementor-51129 .elementor-element.elementor-element-b6dff67 .styled-table th,
.styled-table td {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 10px;
  text-align: center;
}

/* Style the header row */
.elementor-51129 .elementor-element.elementor-element-b6dff67 .styled-table thead tr {
  background-color: #32ADA0;
  color: white;
  font-weight: bold;
}

/* Style the first column in the tbody */
.elementor-51129 .elementor-element.elementor-element-b6dff67 .styled-table tbody tr td:first-child {
  background-color: #32ADA0;
  color: white;
  font-weight: bold;
}

/* Style the entire WePrescribe row */
.elementor-51129 .elementor-element.elementor-element-b6dff67 .styled-table .weprescribe-row {
  background-color: #66D2C8;
  color: black;
}

/* Ensure borders between rows are consistent */
.elementor-51129 .elementor-element.elementor-element-b6dff67 .styled-table tbody tr {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

/* Responsive adjustments (optional) */
@media (max-width: 768px) {
  .elementor-51129 .elementor-element.elementor-element-b6dff67 .styled-table th,
  .styled-table td {
    padding: 8px;
    font-size: 14px;
  }
}/* End custom CSS */