

/* =========================================================
   BLOG / MOVE-OUT.CSS
   Move-out cleaning article only.
   ========================================================= */

/* Move-out cleaning article enhancements */
.seller-responsibility-strip {
  padding: 8px 0 0;
  background: #ffffff;
}

.seller-responsibility-card,
.seller-checklist-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 26px 28px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(11, 30, 58, 0.08);
  box-shadow: 0 14px 34px rgba(11, 30, 58, 0.06);
}

.seller-responsibility-title,
.seller-checklist-box h3 {
  margin: 0 0 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0b1e3a;
  letter-spacing: -0.01em;
}

.seller-responsibility-text {
  margin: 0 0 14px;
  color: #4f607d;
  line-height: 1.85;
}

.seller-responsibility-text:last-child {
  margin-bottom: 0;
}

.seller-checklist-box {
  margin-top: 28px;
}

@media (max-width: 768px) {
  .seller-responsibility-card,
  .seller-checklist-box {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .seller-responsibility-title,
  .seller-checklist-box h3 {
    font-size: 21px;
  }
}
