.elementor-3917 .elementor-element.elementor-element-20b0b46e{--display:flex;}.elementor-3917 .elementor-element.elementor-element-517bfaf6{column-gap:3px;}.elementor-3917 .elementor-element.elementor-element-c7ab76c{--display:flex;}.elementor-3917 .elementor-element.elementor-element-832030e{--display:flex;}.elementor-3917 .elementor-element.elementor-element-6ebf1e8{--display:flex;}.elementor-3917 .elementor-element.elementor-element-db69a26{--display:flex;}/* Start custom CSS *//* ===== White Rose Laundry – Page Styling ===== */

/* General page text */
body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
  color: #333;
}

/* Headings */
h1, h2, h3 {
  font-weight: 700;
  color: #1f3c88;
  margin-top: 28px;
  margin-bottom: 12px;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 24px;
  border-left: 5px solid #1f3c88;
  padding-left: 10px;
}

h3 {
  font-size: 18px;
}

/* Paragraph spacing */
p {
  margin-bottom: 14px;
}

/* Lists */
ul {
  margin-left: 20px;
  margin-bottom: 18px;
}

ul li {
  margin-bottom: 8px;
}

/* Links */
a {
  color: #1f3c88;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
}

/* Buttons (for booking / WhatsApp links) */
a.button,
.wp-block-button__link {
  background-color: #1f3c88;
  color: #fff !important;
  padding: 12px 22px;
  border-radius: 8px;
  display: inline-block;
  transition: 0.3s ease;
}

a.button:hover,
.wp-block-button__link:hover {
  background-color: #162d66;
  transform: translateY(-2px);
}

/* Section spacing */
section, .wp-block-group {
  margin-bottom: 35px;
}

/* Image styling */
img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

/* Highlight box (offers/services) */
.highlight-box {
  background: #f4f7ff;
  padding: 18px;
  border-radius: 10px;
  margin: 20px 0;
}

/* Mobile optimization */
@media (max-width: 768px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  body {
    font-size: 15px;
  }
}/* End custom CSS */