.elementor-7573 .elementor-element.elementor-element-4b77f60{--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;}/* Start custom CSS *//* ================================
   Midposi Apple-Style Blog — Base
   ================================ */

.midposi-pro-wrap{
  max-width:1060px;
  margin:0 auto;
  padding:24px 18px 64px;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue",Arial,sans-serif;
  color:#1d1d1f;
  background:#ffffff;
  line-height:1.65;
}

/* Motion */
.fade-up{
  opacity:0;
  transform:translateY(16px);
  transition:all .65s ease;
}
.fade-up.show{
  opacity:1;
  transform:translateY(0);
}

/* Card sections */
.apple-section{
  margin-top:22px;
  padding:26px;
  border-radius:22px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.10);
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.apple-section h2{
  margin:0 0 10px;
  font-size:22px;
  letter-spacing:-.02em;
}

.apple-section p{ margin:10px 0; }
.apple-list{ margin:12px 0 0; padding-left:18px; }
.apple-list li{ margin:8px 0; }

/* Hero */
.apple-hero{
  padding:32px 30px;
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff 0%, #f5f5f7 100%);
  border:1px solid rgba(0,0,0,.10);
  box-shadow:0 18px 50px rgba(0,0,0,.08);
}
.apple-hero h1{
  font-size:34px;
  line-height:1.18;
  letter-spacing:-.03em;
  margin:0 0 10px;
}
.apple-hero p{ color:#6e6e73; max-width:78ch; }

/* Metrics */
.metrics-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:18px;
}
.metric-box{
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.7);
  border:1px solid rgba(0,0,0,.10);
}
.metric-box strong{ display:block; }
.metric-box span{ color:#6e6e73; font-size:13px; }

/* Tables */
.apple-table{
  width:100%;
  border-collapse:collapse;
}
.apple-table th,
.apple-table td{
  padding:12px 14px;
  border-bottom:1px solid rgba(0,0,0,.08);
  text-align:left;
}
.apple-table th{
  font-weight:600;
  background:#f5f5f7;
}

/* Links */
.internal-link{
  color:#0066cc;
  text-decoration:none;
  border-bottom:1px solid rgba(0,102,204,.25);
}
.internal-link:hover{ border-bottom-color:rgba(0,102,204,.5); }/* End custom CSS */