.elementor-123068 .elementor-element.elementor-element-a461dd2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d260102 *//* ===========================================================
   CEDAR DENTAL GROUP — ROOT CANAL THERAPY PAGE
   v2 — button contrast fix + hardened centering
   Paste into: Elementor > Page Settings > Advanced > Custom CSS
   Colors pulled from the Elementor global kit (post-5.css)
   =========================================================== */

.cdg-rc {
  --cdg-sage:      #99A48E;   /* brand primary  */
  --cdg-forest:    #535B48;   /* brand secondary */
  --cdg-blush:     #DBCCC1;   /* brand accent */
  --cdg-cream:     #F7F5F3;   /* background light */
  --cdg-ink:       #080808;   /* dark text */
  --cdg-muted:     #605656;   /* warm neutral */
  --cdg-hover:     #312C2C;   /* deep hover */
  --cdg-line:      #E6E1DC;
  --cdg-serif:     "Lora", Georgia, serif;
  --cdg-sans:      "Helvetica", Arial, sans-serif;
  --cdg-radius:    10px;
  --cdg-maxw:      1140px;
  --cdg-gutter:    20px;

  font-family: var(--cdg-sans);
  color: var(--cdg-ink);
  line-height: 1.75;
  width: 100%;
}

.cdg-rc *,
.cdg-rc *::before,
.cdg-rc *::after { box-sizing: border-box; }

/* ---------- Typography ---------- */
.cdg-rc h2,
.cdg-rc h3 { font-family: var(--cdg-serif); color: var(--cdg-ink); margin: 0 0 18px; }

.cdg-rc h2 {
  font-size: clamp(28px, 3.4vw, 45px);
  font-weight: 500;
  line-height: 1.2;
}

.cdg-rc h3 {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.3;
}

.cdg-rc p { margin: 0 0 18px; font-size: 16px; color: var(--cdg-muted); }
.cdg-rc p:last-child { margin-bottom: 0; }

.cdg-rc a { color: var(--cdg-forest); text-decoration: underline; text-underline-offset: 3px; transition: color .2s ease; }
.cdg-rc a:hover { color: var(--cdg-sage); }

.cdg-rc .cdg-rc-h2center {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}

.cdg-rc .cdg-rc-lede {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
  text-align: center;
  font-size: 17px;
}

.cdg-rc-textlink { font-family: var(--cdg-serif); font-weight: 500; }

/* ---------- Section shell ----------
   Every section is a full-width band. Horizontal padding lives on the
   section; the max-width + auto centering lives on its children. This
   removes the margin-collapse / specificity conflicts that were letting
   inner blocks drift off centre.                                        */
.cdg-rc-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(48px, 6vw, 84px) var(--cdg-gutter);
}

.cdg-rc .cdg-rc-section > * {
  max-width: var(--cdg-maxw);
  margin-left: auto;
  margin-right: auto;
}

.cdg-rc-section--tight { padding-top: 0; padding-bottom: clamp(32px, 4vw, 56px); }

.cdg-rc-band { background: var(--cdg-cream); }

/* ---------- Split (text + image) ---------- */
.cdg-rc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
}
.cdg-rc-split--reverse .cdg-rc-split__media { order: -1; }

.cdg-rc-split__text h2 { margin-bottom: 20px; }

.cdg-rc-split__media {
  background: var(--cdg-cream);
  border-radius: var(--cdg-radius);
  padding: 22px;
}
.cdg-rc-band .cdg-rc-split__media { background: #fff; }

.cdg-rc-split__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.cdg-rc-split__media--portrait img { aspect-ratio: 1 / 1; object-fit: cover; }

/* ---------- Buttons ----------
   Selectors are written as `.cdg-rc a.cdg-rc-btn` so they outrank both
   `.cdg-rc a` above and Elementor's global `.elementor-kit-5 a` rule.
   Without this the label inherits the dark green link colour and
   disappears into the button fill.                                      */
.cdg-rc .cdg-rc-btnrow { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.cdg-rc .cdg-rc-btnrow--center { justify-content: center; }

.cdg-rc a.cdg-rc-btn,
.cdg-rc a.cdg-rc-btn:link,
.cdg-rc a.cdg-rc-btn:visited {
  display: inline-block;
  font-family: var(--cdg-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background-color: var(--cdg-forest);
  border: 1px solid var(--cdg-forest);
  border-radius: 4px;
  padding: 15px 30px;
  line-height: 1.4;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease;
}

.cdg-rc a.cdg-rc-btn:hover,
.cdg-rc a.cdg-rc-btn:focus {
  color: #ffffff;
  background-color: var(--cdg-hover);
  border-color: var(--cdg-hover);
  text-decoration: none;
}

/* Outline / secondary button */
.cdg-rc a.cdg-rc-btn--ghost,
.cdg-rc a.cdg-rc-btn--ghost:link,
.cdg-rc a.cdg-rc-btn--ghost:visited {
  color: var(--cdg-forest);
  background-color: transparent;
  border-color: var(--cdg-sage);
}
.cdg-rc a.cdg-rc-btn--ghost:hover,
.cdg-rc a.cdg-rc-btn--ghost:focus {
  color: #ffffff;
  background-color: var(--cdg-sage);
  border-color: var(--cdg-sage);
}

/* OPTIONAL — softer sage primary button instead of the deep forest.
   Uncomment this block to swap. Note: white on #99A48E is a low-contrast
   pairing, so the ink text below is used to keep it readable.
.cdg-rc a.cdg-rc-btn,
.cdg-rc a.cdg-rc-btn:link,
.cdg-rc a.cdg-rc-btn:visited {
  color: var(--cdg-ink);
  background-color: var(--cdg-sage);
  border-color: var(--cdg-sage);
}
.cdg-rc a.cdg-rc-btn:hover,
.cdg-rc a.cdg-rc-btn:focus {
  color: #ffffff;
  background-color: var(--cdg-forest);
  border-color: var(--cdg-forest);
}
*/

/* ---------- Trust bar ---------- */
.cdg-rc-trust {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--cdg-line);
  border-top: 1px solid var(--cdg-line);
  border-bottom: 1px solid var(--cdg-line);
}
.cdg-rc-trust li {
  background: #fff;
  padding: 22px 24px;
  text-align: center;
}
.cdg-rc-trust strong {
  display: block;
  font-family: var(--cdg-serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--cdg-ink);
  margin-bottom: 4px;
}
.cdg-rc-trust span { font-size: 14px; color: var(--cdg-muted); }

/* ---------- Service cards ---------- */
.cdg-rc-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.cdg-rc-card {
  background: var(--cdg-cream);
  border: 1px solid var(--cdg-line);
  border-radius: var(--cdg-radius);
  padding: 38px 30px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}
.cdg-rc-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(83, 91, 72, .10); }
.cdg-rc-card h3 { font-size: clamp(22px, 2.1vw, 28px); margin-bottom: 14px; }
.cdg-rc-card p { font-size: 15px; line-height: 1.7; }

/* ---------- Steps ---------- */
.cdg-rc-steps {
  list-style: none;
  counter-reset: cdgstep;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.cdg-rc-steps li {
  counter-increment: cdgstep;
  position: relative;
  background: #fff;
  border: 1px solid var(--cdg-line);
  border-radius: var(--cdg-radius);
  padding: 32px 30px 30px 30px;
}
.cdg-rc-steps li::before {
  content: counter(cdgstep);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--cdg-sage);
  color: #fff;
  font-family: var(--cdg-serif);
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 16px;
}
.cdg-rc-steps h3 { font-size: 21px; margin-bottom: 10px; }
.cdg-rc-steps p { font-size: 15px; margin: 0; }

.cdg-rc-note {
  margin: 34px auto 0;
  background: var(--cdg-cream);
  border-left: 4px solid var(--cdg-sage);
  border-radius: 0 var(--cdg-radius) var(--cdg-radius) 0;
  padding: 26px 30px;
}
.cdg-rc-band .cdg-rc-note { background: #fff; }
.cdg-rc-note p { margin: 0; font-size: 15px; }

/* ---------- Comparison table ---------- */
.cdg-rc-tablewrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--cdg-radius);
}

.cdg-rc-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
  border-radius: var(--cdg-radius);
  overflow: hidden;
}
.cdg-rc-table thead th {
  background: var(--cdg-forest);
  color: #fff;
  font-family: var(--cdg-serif);
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  padding: 16px 20px;
}
.cdg-rc-table tbody th,
.cdg-rc-table tbody td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--cdg-line);
  font-size: 15px;
  color: var(--cdg-muted);
  vertical-align: top;
  text-align: left;
}
.cdg-rc-table tbody th {
  font-family: var(--cdg-serif);
  font-weight: 600;
  color: var(--cdg-ink);
  width: 24%;
}
.cdg-rc-table tbody tr:nth-child(even) th,
.cdg-rc-table tbody tr:nth-child(even) td { background: #FBFAF9; }
.cdg-rc-table tbody tr:last-child th,
.cdg-rc-table tbody tr:last-child td { border-bottom: 0; }

.cdg-rc .cdg-rc-aftertable {
  max-width: 860px;
  margin: 30px auto 0;
  text-align: center;
}

/* ---------- Lists ---------- */
.cdg-rc-list { margin: 0 0 20px; padding: 0; list-style: none; }
.cdg-rc-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 11px;
  font-size: 16px;
  color: var(--cdg-muted);
}
.cdg-rc-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cdg-sage);
}

/* ---------- Two column text ---------- */
.cdg-rc-twocol { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 4vw, 56px); }
.cdg-rc-twocol h3 { margin-bottom: 12px; }

/* ---------- Service area ---------- */
.cdg-rc .cdg-rc-areas {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.cdg-rc-areas li {
  background: #fff;
  border: 1px solid var(--cdg-line);
  border-radius: 40px;
  padding: 10px 24px;
  font-family: var(--cdg-serif);
  font-size: 16px;
  color: var(--cdg-forest);
}

/* ---------- FAQ accordion ---------- */
.cdg-rc-q {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--cdg-blush);
  color: var(--cdg-forest);
  font-family: var(--cdg-serif);
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 8px;
}

.cdg-rc .cdg-rc-faq { max-width: 900px; margin: 40px auto 0; }

.cdg-rc-faq details {
  background: var(--cdg-cream);
  border: 1px solid var(--cdg-line);
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
}
.cdg-rc-faq details[open] { background: #fff; border-color: var(--cdg-sage); }

.cdg-rc-faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 24px;
  font-family: var(--cdg-serif);
  font-size: 17px;
  font-weight: 500;
  color: var(--cdg-ink);
  transition: color .2s ease;
}
.cdg-rc-faq summary::-webkit-details-marker { display: none; }
.cdg-rc-faq summary:hover { color: var(--cdg-forest); }

.cdg-rc-faq summary::before {
  content: "+";
  flex: 0 0 auto;
  font-family: var(--cdg-sans);
  font-size: 20px;
  line-height: 1.35;
  color: var(--cdg-sage);
  font-weight: 400;
}
.cdg-rc-faq details[open] summary::before { content: "\2013"; }

.cdg-rc-faq details > div { padding: 0 24px 22px 60px; }
.cdg-rc-faq details > div p { font-size: 15px; margin: 0; }

/* ---------- Closing CTA ---------- */
.cdg-rc-cta {
  background: var(--cdg-cream);
  text-align: center;
}
.cdg-rc .cdg-rc-cta > h2,
.cdg-rc .cdg-rc-cta > p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.cdg-rc .cdg-rc-cta__meta {
  margin-top: 28px;
  font-size: 14px;
  color: var(--cdg-muted);
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1024px) {
  .cdg-rc-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .cdg-rc { --cdg-gutter: 16px; }

  .cdg-rc-split,
  .cdg-rc-twocol,
  .cdg-rc-steps { grid-template-columns: 1fr; }

  .cdg-rc-split--reverse .cdg-rc-split__media { order: 0; }

  .cdg-rc-cards { grid-template-columns: 1fr; }

  .cdg-rc-trust { grid-template-columns: 1fr; }

  .cdg-rc-split__media { padding: 14px; }

  .cdg-rc .cdg-rc-btnrow { flex-direction: column; align-items: stretch; }
  .cdg-rc a.cdg-rc-btn { text-align: center; }

  .cdg-rc-faq summary { font-size: 16px; padding: 16px 18px; }
  .cdg-rc-faq details > div { padding: 0 18px 18px 50px; }
}/* End custom CSS */