/* ==========================================================================
   Schmidt Jewelers — Custom Widget CSS
   Paste this entire file into Punchmark SiteManager under
   Design/Theme Settings > Global CSS. Do NOT paste into the page editor.
   ========================================================================== */

/* --- Montage Jewelry Care Plans page --- */

.schmidt-montage-care .montage-hero {
  background-color: #670067;
  color: #ffffff;
}

.schmidt-montage-care .montage-hero h1,
.schmidt-montage-care .montage-hero .lead {
  color: #ffffff !important;
}

.schmidt-montage-care .montage-intro p {
  font-size: 1.1rem;
  color: #333333;
}

.schmidt-montage-care .montage-card {
  background-color: #f8f5f8;
  border: 1px solid #e0d0e0;
  border-radius: 8px;
}

.schmidt-montage-care .montage-card h2 {
  color: #670067;
}

.schmidt-montage-care .montage-list {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.schmidt-montage-care .montage-list li {
  margin-bottom: 0.5rem;
}

.schmidt-montage-care .montage-claims {
  background-color: #ffffff;
}

.schmidt-montage-care .montage-claims .btn-primary {
  background-color: #670067;
  border-color: #670067;
}

.schmidt-montage-care .montage-claims .btn-primary:hover {
  background-color: #4d004d;
  border-color: #4d004d;
}

.schmidt-montage-care .montage-disclaimer {
  background-color: #f8f5f8;
  border-top: 1px solid #e0d0e0;
}

.schmidt-montage-care .montage-disclaimer .small {
  color: #666666;
}

.schmidt-montage-care .montage-disclaimer a {
  color: #670067;
  text-decoration: underline;
}
