.elementor-5829 .elementor-element.elementor-element-a124e20{width:var( --container-widget-width, 100.798% );max-width:100.798%;--container-widget-width:100.798%;--container-widget-flex-grow:0;}.elementor-5829 .elementor-element.elementor-element-a124e20.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-a124e20 *//* --- Mighty Property Solutions Full-Width Blog Theme (Dark Blue) --- */

.mps-blog-post-full {
  width: 100%; /* Stretches edge-to-edge */
  padding: 60px 5%; /* Uses percentages to scale nicely on all screens */
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #cbd5e1; /* Light slate text */
  line-height: 1.8;
  background-color: #0f172a; /* Main dark blue/slate background */
}

/* Wrapper to keep text readable on ultra-wide monitors */
.mps-content-wrapper {
  max-width: 1200px; /* Wide, expansive layout */
  margin: 0 auto;
}

/* Header & Typography */
.mps-blog-header-full {
  margin-bottom: 40px;
  text-align: center;
}

.mps-blog-category {
  display: inline-block;
  background-color: #1e293b;
  color: #93c5fd; 
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border: 1px solid #334155;
}

.mps-blog-title {
  font-size: 42px; /* Slightly larger for wide layout */
  color: #ffffff; 
  line-height: 1.2;
  margin: 0 0 20px 0;
  font-weight: 800;
}

.mps-lead-text {
  font-size: 20px; /* Larger lead paragraph */
  color: #94a3b8; 
  font-weight: 500;
  border-left: 4px solid #3b82f6; 
  padding-left: 20px;
  margin-bottom: 40px;
}

.mps-blog-content h2 {
  font-size: 28px;
  color: #f8fafc; 
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1e293b; 
}

.mps-blog-content h3 {
  font-size: 22px;
  color: #f8fafc;
  margin-bottom: 15px;
}

.mps-blog-content p {
  margin-bottom: 20px;
  font-size: 17px;
}

.mps-blog-content strong {
  color: #ffffff; 
}

.mps-blog-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 17px;
}

.mps-blog-content li {
  margin-bottom: 12px;
}

/* Image Placeholders (Wide Dark Theme) */
.mps-image-placeholder {
  background-color: #1e293b; 
  border: 2px dashed #475569; 
  border-radius: 12px; /* Slightly rounder corners for wide layout */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-weight: 500;
  text-align: center;
  padding: 20px;
  margin: 45px 0;
  transition: background-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.mps-image-placeholder:hover {
  background-color: #334155;
}

.hero-image-full {
  height: 500px; /* Taller hero image to match wide screen */
  margin: 0 0 50px 0;
}

.inline-image-wide {
  height: 350px;
}

.small-image-wide {
  height: 250px;
}

/* Side-by-Side Lists Container (Expansive Grid) */
.mps-lists-container-full {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); /* Automatically scales columns */
  gap: 40px; /* More breathing room */
  margin: 50px 0;
}

.mps-list-box {
  background-color: #1e293b; 
  padding: 35px; /* Larger padding */
  border-radius: 12px;
  border-top: 4px solid #3b82f6; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.mps-watch {
  border-top-color: #64748b; 
}

/* Blockquote */
.mps-blockquote-full {
  font-size: 26px; /* Larger impactful text */
  font-style: italic;
  font-weight: 600;
  color: #f8fafc;
  text-align: center;
  margin: 60px 0;
  padding: 40px;
  background-color: #1e293b; 
  border-radius: 12px;
  border: 1px solid #334155;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .mps-blog-post-full {
    padding: 40px 20px; /* Tightens padding on small screens */
  }

  .mps-blog-title {
    font-size: 32px;
  }
  
  .hero-image-full {
    height: 300px;
  }
  
  .inline-image-wide, .small-image-wide {
    height: 200px;
  }

  .mps-lists-container-full {
    grid-template-columns: 1fr; /* Stacks vertically on phones */
    gap: 25px;
  }

  .mps-blockquote-full {
    font-size: 20px;
    padding: 25px;
  }
  
  .mps-list-box {
    padding: 25px;
  }
}/* End custom CSS */