/* Force Outfit across all text */
body, h1, h2, h3, h4, h5, h6, p, a, button, input, select, textarea {
    font-family: 'Outfit', sans-serif !important;
}
/* Button styling */
.divorceease-cta-button {
    background-color: #6C8EF2 !important; /* Primary */
    color: white !important;
    border: 0px solid #fff !important;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 25px !important;
    font-weight: 500;
    display: inline-block;
    font-family: 'Outfit', sans-serif !important;
}

.divorceease-cta-button:hover {
    background-color: #9770FB !important; /* Secondary */
    color: white;
}
/* ATF Layout */
.divorceease-atf {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 20px 20px;
    background-color: #fff;
}

.divorceease-atf-text {
    flex: 1 1 500px;
    max-width: 600px;
}

.divorceease-atf-image {
    flex: 1 1 400px;
    text-align: center;
}

.divorceease-atf-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* Typography */
.tagline {
    color: #9770FB;
    font-weight: 500;
    margin-bottom: 10px;
}

.divorceease-atf-text h1 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
}

.subheadline {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
}

.divorceease-benefits {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.divorceease-benefits li {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #444;
}

/* CTA Buttons */
.divorceease-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}


.divorceease-cta-button.ghost {
    background-color: transparent;
    color: #6C8EF2;
    border: 2px solid #6C8EF2;
}

.divorceease-cta-button.ghost:hover {
    color: #fff;
    background-color: #6C8EF2;
}
.divorceease-learn-more {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
    font-family: 'Outfit', sans-serif;
}

.divorceease-learn-more h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #000;
}

.divorceease-learn-more p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #555;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.divorceease-learn-more ol {
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 20px;
    font-size: 1rem;
    color: #444;
}

.divorceease-learn-more li {
    margin-bottom: 15px;
}
html {
    scroll-behavior: smooth;
}
.divorceease-why-us {
    padding: 60px 20px;
    background-color: #f5f7ff;
    text-align: center;
    font-family: 'Outfit', sans-serif;
}

.divorceease-why-us h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #000;
}

.divorceease-why-us .intro {
    max-width: 700px;
    margin: 0 auto 40px auto;
    font-size: 1.1rem;
    color: #444;
}

.divorceease-compare {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto 40px auto;
}

.divorceease-compare .divorceease-left,
.divorceease-compare .divorceease-right {
    flex: 1 1 400px;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.divorceease-compare h3 {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 15px;
}

.divorceease-compare ul {
    list-style: none;
    padding-left: 0;
}

.divorceease-compare li {
    margin-bottom: 12px;
    font-size: 1rem;
    color: #555;
}
.eyebrow-text {
    text-transform: uppercase;
    font-size: 0.85rem !important;
    font-weight: 600;
    letter-spacing: 1px;
    color: #9770FB !important; /* Your secondary purple */
    margin-bottom: 10px;
    display: block;
    font-family: 'Outfit', sans-serif;
}
.inline-logo {
  width: 190px;
  height: auto;
  vertical-align: -.03em;
  margin: 0 3px;
}
.sidebar-toggle {
  background: none !important;
  border: none;
  padding: 0;
  margin-left: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.sidebar-toggle img {
  width: 22px !important;
  height: 22px !important;
   min-width: 22px;
  display: block;
  flex-shrink: 0;
}
.divorceease-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background-color: #f4f4f4;
  padding: 20px;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
  z-index: 1000;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.divorceease-sidebar.collapsed {
  transform: translateX(-250px);
}

.main-content {
  margin-left: 0px;
  transition: margin-left 0.3s ease;
}

.collapsed + .main-content {
  margin-left: 0;
}
.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sidebar-logo {
  max-width: 95px;
  height: auto;
}

.sidebar-nav {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.sidebar-nav a {
  text-decoration: none;
  color: #b4005a;
  font-weight: 500;
  font-size: 16px;
}
.sidebar-link {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 25px;
  background-color: #E6D9FB; /* light purple */
  color: #000 !important;
  font-weight: 500;
  text-decoration: none !important;
  transition: background-color 0.2s ease;
}

.sidebar-link:hover {
  background-color: #DCE6FD; /* light blue */
}

.icon-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-link img {
  width: 18px;
  height: 18px;
  display: inline-block;
}
/* === Top Header === */
.divorceease-top-header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin-left: 0px;
  font-family: 'Outfit', sans-serif;
}

.header-left {
  display: flex;
  align-items: left;
  gap: 12px;
}

.top-logo {
  width: 200px;
  height: auto !important;
  max-height: 100%;
  object-fit: contain;
  display: block;

}

.sidebar-toggle {
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-toggle img {
  width: 22px;
  height: 22px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-button {
  padding: 8px 16px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.2s ease;
}

.header-button.start {
  background-color: #6C8EF2;
  color: #fff;
}

.header-button.start:hover {
  background-color: #9770FB;
}

.header-button.login {
  background-color: #E6D9FB;
  color: #333;
}

.header-button.login:hover {
  background-color: #DCE6FD;
}

.header-button.login img {
  width: 16px;
  height: 16px;
}
/* Wrapper shifts with sidebar */
#content-wrapper {
  margin-left: 150px;
  transition: margin-left 0.3s ease;
}

.divorceease-sidebar.collapsed + #content-wrapper {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .divorceease-sidebar {
    width: 200px;
    transform: translateX(-200px); /* hidden by default */
  }

  .divorceease-sidebar.collapsed {
    transform: translateX(-200px);
  }

  #content-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .divorceease-top-header {
    flex-direction: column;
    align-items: stretch;
    padding: 10px 15px;
    gap: 10px;
    height: auto; /* ✅ Let it expand vertically */
  }

  .header-left,
  .header-right {
    display: flex;
    width: 100%;
  }

  .header-left {
    justify-content: flex-start; /* ✅ Logo + toggle left */
    align-items: center;
  }

  .sidebar-toggle {
    margin-left: 0 !important; /* ✅ Remove the 121px */
  }

  .header-right {
    justify-content: flex-end;   /* ✅ Buttons right */
    align-items: center;
    flex-wrap: wrap;             /* ✅ Avoid overflow */
    gap: 10px;
  }
  
  .divorceease-sidebar {
    position: fixed;
    z-index: 9999; /* ✅ Ensure it's above all other layers */
    top: 0;
    left: 0;
    height: 100vh;
    width: 250px;
    background-color: #f4f4f4;
    transform: translateX(-250px);
    transition: transform 0.3s ease;
  }

  .divorceease-sidebar.collapsed {
    transform: translateX(-250px);
  }

  .divorceease-sidebar:not(.collapsed) {
    transform: translateX(0); /* ✅ Slide in */
  }
  
 .divorceease-atf {
    gap: 0px; /* Reduce spacing for mobile */
  } 
  
  .divorceease-learn-more {
    padding: 10px 20px;
    background-color: #fff;
    text-align: center;
    font-family: 'Outfit', sans-serif;
}
#content-wrapper {
    z-index: 1; /* ✅ Make sure it doesn't overlay the sidebar */
    position: relative;
}
  #content-wrapper.with-sidebar {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .divorceease-top-header {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .header-left {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
.form-section {
  text-align: left;
  padding-top: 60px;
  max-width: 500px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.input-field {
  width: 75% !important;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 25px !important;
}
.divorceease-learn-more.form-section {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: left;
}
.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: transparent !important;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  width: 75% !important;
}

.form-input,
.form-select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 25px;
}

.password-input {
  padding-right: 40px; /* Space for eye button */
}
/* Shared style for all inputs and the select box */
.start-form input[type="text"],
.start-form input[type="email"],
.start-form input[type="password"],
.start-form select {
  width: 75%;
  padding: 10px 14px;
  font-size: 16px;

  border: 1px solid #ccc;
  border-radius: 25px;
  background-color: #eef4ff; /* match email field */
  box-sizing: border-box;
}

/* Remove border and adjust position of the eye button */
.toggle-password {
  background: transparent;
  border: none !important;
  position: absolute !important;
  right: 140px;
  top: 50%;
  transform: translateY(-15%);
  cursor: pointer;
  padding: 0;
}

.password-wrapper {
  position: relative;
}
.password-wrapper {
  position: relative;
}

.password-input {
  width: 75% !important;
  padding: 10px 40px 10px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 25px !important;
  background-color: #eef4ff;
  box-sizing: border-box;
}
.state-group select {
  width: 75% !important;
  padding: 10px 40px 10px 15px; /* space for arrow on right */
  border-radius: 25px;
  background-color: #eef4ff;
  border: 1px solid #ccc;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('https://de.bluellamamedia.com/wp-content/uploads/2025/05/down-arrow.svg');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px;
  box-sizing: border-box;
}
.required {
  color: red !important;
  content: ' *';
  margin-left: 4px;
}

.dashboard-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
}

.dashboard-greeting {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.dashboard-subheading {
  color: #666;
  font-size: 1rem;
  margin-top: 0;
}

.dashboard-card {
  background: #f9f9f9;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  font-size: 1.05rem;
  line-height: 1.6;
}

.dashboard-card.state-message {
  background: #f9f9f9 !IMPORTANT;
}

.dashboard-cta-wrapper {
  text-align: center;
}

.dashboard-cta-button {
  padding: 12px 24px;
  background: #7a5af8;
  color: white;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  transition: background 0.3s ease;
}

.dashboard-cta-button:hover {
  background: #6a4be0;
}
.divorceease-intake-form {
  background-color: #ffffff;
  max-width: 600px;
  margin: 40px auto;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  font-family: 'Outfit', sans-serif;
}

.divorceease-intake-form h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: left;
}

.divorceease-intake-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #222;
}

.divorceease-intake-form input[type="radio"],
.divorceease-intake-form input[type="checkbox"] {
  margin-right: 8px;
}

.divorceease-intake-form input[type="number"],
.divorceease-intake-form input[type="text"],
.divorceease-intake-form input[type="email"],
.divorceease-intake-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #000;
  border-radius: 25px;
  margin-bottom: 20px;
  font-size: 1rem;
  box-sizing: border-box;
}

.divorceease-intake-form textarea {
  resize: vertical;
}

.divorceease-cta-button {
  background-color: #7a5af8;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.divorceease-cta-button:hover {
  background-color: #6846db;
}

.de-form-wrap {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}

.de-page-title {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 30px;
}

.de-section-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-top: 40px;
}

.de-label {
  display: block;
  font-weight: 500;
  color: #555;
  margin-bottom: 8px;
}

.de-input {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.de-add-btn {
  margin-top: 5px;
  background: none;
  color: #0073aa;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

.de-cta {
  margin-top: 30px;
  background-color: #0073aa;
  color: white;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

/* Step 2 Page Styling */

/* Inputs */
.input-field {
  width: 100%;
  max-width: 600px;
  padding: 10px 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 12px;
  font-family: 'Outfit', sans-serif;
}

/* Buttons */
button {
  background-color: #d84575;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  font-family: 'Outfit', sans-serif;
  margin-top: 8px;
}

button:hover {
  background-color: #b83760;
}

/* Headers */
h2 {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #222;
}

/* Labels */
label {
  display: block;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  color: #333;
  margin-bottom: 6px;
}

/* Sidebar toggle */
.sidebar-toggle {
  background: none;
  border: none;
  cursor: pointer;
}
.asset-block {
  padding: 10px;
  background: #f9f9f9;
  margin-bottom: 10px;
  border-radius: 8px;
}

.de-sub-label {
  display: block;
  margin-top: 5px;
  font-weight: 500;
}

.collapsible-section {
  border: 0px solid #ddd;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100% !important;
  background: #fff !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.collapse-toggle {
  background-color: #DCE6FD !important;
  border: none !important;
  padding: 10px 15px;
  font-size: 16px !important;
  font-weight: bold;
  cursor: pointer;
  width: 75% !important;
  text-align: left !important;
  margin: 10px 0;
  border-radius: 25px !important;
  color: #000 !important;
}
.collapse-content {
  display: none;
  padding: 15px;
  border-left: 3px solid #ccc;
  background: #fdfdfd;
   width: 75% !important;
   border-radius: 25px !important;
}
.collapsible-section.active .collapse-content {
  display: block;
}

.collapse-toggle:hover {
  background-color: #E6D9FB !important;
  border-color: #fff !important;
  color: #000 !important;
}

.collapsible-section.active .collapse-toggle {
  background-color: #E6D9FB !important;
  color: #000 !important;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
  display: block;
}

form .form-group {
  margin-bottom: 20px;
}

form .form-group label {
  display: block;
  margin-bottom: 8px;
}

form .form-group input,
form .form-group select,
form .form-group textarea {
  display: block;
  width: 100%;
}

.summary-section {
  background-color: #f9fafe;
  border: 1px solid #dce3ec;
  border-radius: 12px;
  padding: 25px 30px;
  margin-bottom: 35px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.summary-section h3 {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 1px solid #cbd5e1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.summary-section p {
  margin: 10px 0;
  font-size: 1rem;
  color: #333;
}

.summary-section p strong {
  color: #111;
}

.form-group.checkbox-align {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 20px !important;
  max-width: 400px !important;
}

.form-group.checkbox-align input[type="checkbox"] {
  transform: scale(1.2) !important;
  margin: 0 !important;
}

.form-group.checkbox-align label {
  margin: 0 !important;
  font-weight: 500 !important;
}

.form-group.checkbox-align a {
  color: #0073aa !important;
  text-decoration: underline !important;
}

.form-group.checkbox-align .required {
  color: #FF0000 !important;
  margin-left: 4px !important;
}

/* Indent and visually group "Other" textareas */
.form-group.indented {
  margin-left: 40px !important;
  padding-left: 10px;
  border-left: 3px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 4px;
}

.dashboard-card {
  background: #f9f9f9;
  border-left: 4px solid #0073aa;
  padding: 20px;
  margin: 20px 0;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.6;
}

.dashboard-card ol {
  margin-left: 20px;
  padding-left: 10px;
}

.dashboard-card ol li {
  margin-bottom: 8px;
}
.dashboard-sections {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 2rem 1rem;
  max-width: 900px;
  margin: 0 auto;
}

.dashboard-section {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-top: 4px solid #0073aa;
  transition: transform 0.2s ease;
border-bottom: 1px solid #e5e7eb;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.dashboard-section:hover {
  transform: translateY(-2px);
}


.dashboard-section h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #0073aa;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.dashboard-section h3::before {
  font-size: 1.4rem;
  line-height: 1;
}

.dashboard-section ol {
  margin-left: 1.5rem;
  padding-left: 0.5rem;
}

.dashboard-section blockquote {
  font-style: italic;
  background: #f9f9f9;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
  border-left: 4px solid #ccc;
  border-radius: 8px;
  position: relative;
}

.dashboard-section blockquote::before {
  content: "“";
  font-size: 2rem;
  color: #ccc;
  position: absolute;
  left: 10px;
  top: -10px;
}


.dashboard-section footer {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
}

@media (max-width: 600px) {
  .dashboard-section {
    padding: 1.25rem;
  }

  .dashboard-sections {
    padding: 1rem;
  }
}

.testimonial-carousel {
  position: relative;
  overflow: hidden;
  min-height: 140px;
}
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  min-height: 140px;
}

.testimonial-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
}

.testimonial-slide.active {
  display: block;
  opacity: 1;
  position: relative;
}

.testimonial-slide blockquote {
  background: #f8f9fa;
  border-left: 4px solid #0073aa;
  padding: 1.25rem 1.5rem;
  margin: 0 auto;
  font-size: 1.1rem;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.testimonial-slide footer {
  margin-top: 0.5rem;
  font-style: italic;
  color: #666;
}

.tooltip-icon {
  cursor: pointer;
  margin-left: 2px;
  font-size: 20px;
  color: #555;
  user-select: none;
  position: relative;
  top: 2px;
}

.custom-tooltip {
  display: none;                     /* hidden by default */
  background-color: #e6f0ff;         /* light blue */
  color: #003366;                    /* dark blue text */
  border: 1px solid #99ccff;
  padding: 10px;
  margin-top: 8px;
  border-radius: 4px;
  font-size: 13px;
  max-width: 400px;
  position: relative;                /* required for stacking context */
  z-index: 9999;                     /* ensure it's on top */
}


/* Container */
.de-notice {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border: 1px solid #e7eaf3;
  background: #fafbff;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 1px 2px rgba(16,24,40,.04);
  margin-bottom: 16px; /* keeps it away from the logo */
}

/* Subtle “info” variation */
.de-notice-info {
  border-color: #dfe7ff;
  background: #f6f8ff;
}

/* Text block grows, trims extra spacing */
.de-notice-text { 
  margin: 0; 
}

/* Let the CTA class control the look; only layout/reset here */
.de-notice .de-notice-dismiss {
  margin-left: auto;
  appearance: none;
  border: 0;
  background: none;
}

/* Use your site CTA exactly */
.divorceease-cta-button {
  background-color: #7a5af8;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background .3s ease;
  display: inline-block;
  text-decoration: none;
}
.divorceease-cta-button:hover {
  background-color: #6846db;
}

/* Mobile: stack neatly with full-width button */
@media (max-width: 640px) {
  .de-notice {
    gap: 10px;
  }
  .de-notice .de-notice-dismiss {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .de-notice { transition: opacity .2s ease, transform .2s ease; }
}
.de-notice.is-hidden {
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
