.elementor-1711 .elementor-element.elementor-element-5bb06db{--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;}.elementor-1711 .elementor-element.elementor-element-7cc4af2 .elementor-wrapper{--video-aspect-ratio:1.77777;}/* Start custom CSS for html, class: .elementor-element-17367ef */.artikel-laundry {
  max-width: 840px;
  margin: auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.75;
  color: #374151;
  animation: fadeIn 0.8s ease;
}

.artikel-laundry h1 {
  font-size: 1.9rem;
  color: #0ea5e9;
  margin-bottom: 1rem;
}

.artikel-laundry h2 {
  font-size: 1.4rem;
  color: #10b981;
  margin-top: 2rem;
}

.artikel-laundry ul li, 
.artikel-laundry ol li {
  margin-bottom: 0.5rem;
}

.intro {
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  color: #4b5563;
}

.highlight-box {
  background: #ecfdf5;
  border-left: 5px solid #10b981;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  border-radius: 10px;
  font-weight: 500;
}

.cta-qris {
  text-align: center;
  background: linear-gradient(135deg, #10b981, #0ea5e9);
  padding: 1.5rem;
  border-radius: 10px;
  color: #ffffff;
  margin-top: 2rem;
}

.cta-qris a {
  display: inline-block;
  margin-top: 0.8rem;
  padding: 0.7rem 1.5rem;
  background: #ffffff;
  color: #0ea5e9;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-qris a:hover {
  background: #e0f2fe;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media screen and (max-width: 768px) {
  .artikel-laundry {
    padding: 1.5rem;
  }
}/* End custom CSS */