.elementor-2286 .elementor-element.elementor-element-dcd58b0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.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-2286 .elementor-element.elementor-element-b08d45b{width:var( --container-widget-width, 101.219% );max-width:101.219%;--container-widget-width:101.219%;--container-widget-flex-grow:0;}.elementor-2286 .elementor-element.elementor-element-b08d45b.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2286 .elementor-element.elementor-element-57a4128{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2286 .elementor-element.elementor-element-9bbff91{width:var( --container-widget-width, 93.753% );max-width:93.753%;--container-widget-width:93.753%;--container-widget-flex-grow:0;color:var( --e-global-color-text );}.elementor-2286 .elementor-element.elementor-element-9bbff91.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2286 .elementor-element.elementor-element-57a4128{--content-width:85%;}}/* Start custom CSS for text-editor, class: .elementor-element-b08d45b *//* ============================================================
   OXNARD GENTLE DENTISTRY — Hero CSS
   Add to Elementor Custom CSS or theme stylesheet.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@400;500;600&display=swap');

.ogd-hero {
  background: linear-gradient(135deg, #c47a7a 0%, #d99090 50%, #e9b8b8 100%);
  border-radius: 14px;
  padding: clamp(48px, 8vw, 90px) clamp(24px, 6vw, 80px);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ogd-hero::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 340px;
  height: 340px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  pointer-events: none;
}

.ogd-hero::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 240px;
  height: 240px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
  pointer-events: none;
}

.ogd-hero-eyebrow {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 30px;
  padding: 6px 16px;
  margin-bottom: 22px;
}

.ogd-hero-title {
  font-family: 'Lora', serif;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin: 0 auto 18px auto;
  max-width: 720px;
  text-shadow: 0 1px 4px rgba(150,80,80,0.18);
}

.ogd-hero-title em {
  font-style: italic;
  color: #fff8f8;
}

.ogd-hero-subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(15px, 2vw, 18px);
  color: #fff8f8;
  line-height: 1.7;
  max-width: 580px;
  margin: 0 auto 34px auto;
}

.ogd-hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}

.ogd-hero-badge {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 6px;
  padding: 7px 14px;
}

.ogd-hero-badge span {
  margin-right: 6px;
}

.ogd-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}

.ogd-hero-btn {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: inline-block;
}

.ogd-hero-btn-primary {
  background: #fff;
  color: #b85c5c;
}

.ogd-hero-btn-primary:hover {
  background: #fff0f0;
  color: #9e4a4a;
}

.ogd-hero-btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
}

.ogd-hero-btn-secondary:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
}

.ogd-hero-service-area {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #fff8f8;
  margin: 0;
  opacity: 0.85;
}

@media (max-width: 560px) {
  .ogd-hero-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9bbff91 *//* ============================================================
   OXNARD GENTLE DENTISTRY — Blog Body CSS
   Add this to your Elementor Custom CSS or theme stylesheet.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@400;500;600&display=swap');

.ogd-blog {
  font-family: 'DM Sans', sans-serif;
  color: #2d2d2d;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1.75;
}

.ogd-seo-note {
  display: none;
}

.ogd-intro {
  font-size: 17px;
  color: #444;
  line-height: 1.8;
  margin: 0 0 32px 0;
  padding-bottom: 32px;
  border-bottom: 2px solid #e0e0e0;
}

.ogd-section-title {
  font-family: 'Lora', serif;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 600;
  color: #E9B8B8;
  margin: 48px 0 14px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #E9B8B8;
}

.ogd-blog p {
  font-size: 16px;
  color: #2d2d2d;
  margin: 0 0 18px 0;
}

.ogd-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 20px 0;
}

.ogd-list li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.ogd-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #d99090;
  border-radius: 50%;
}

.ogd-qa {
  background: #fdf0f0;
  border-left: 5px solid #e9b8b8;
  border-radius: 0 10px 10px 0;
  padding: 22px 26px;
  margin: 28px 0;
}

.ogd-qa-question {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #b85c5c;
  margin: 0 0 10px 0;
}

.ogd-qa-answer {
  font-size: 15.5px;
  color: #2d2d2d;
  margin: 0;
  line-height: 1.7;
}

.ogd-divider {
  border: none;
  border-top: 2px solid #f0d0d0;
  margin: 44px 0;
}

@media (max-width: 600px) {
  .ogd-qa {
    padding: 18px 18px;
  }
}/* End custom CSS */