.elementor-1200 .elementor-element.elementor-element-34a2091{--display:flex;}.elementor-1200 .elementor-element.elementor-element-34a2091.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-34a2091{--width:87.358%;}}/* Start custom CSS for text-editor, class: .elementor-element-0914192 *//* ===============================
   ESSAY REVIEW PAGE — NEW BRIDGE
   =============================== */

.nb-essay {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 30px;
  color: #003366;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

/* Headings */
.nb-essay h1 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
  color: #003366;
}
.nb-essay h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 40px 0 12px;
  color: #003366;
}
.nb-essay h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #003366;
}
.nb-essay p { margin-bottom: 14px; }

/* Quotes */
.nb-essay blockquote {
  border-left: 4px solid #0b5ed7;
  padding-left: 18px;
  margin: 24px 0;
  color: #4b5563;
  font-style: italic;
}

/* Divider */
.nb-essay .nb-rule {
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 40px 0;
}

/* Table */
.nb-essay .nb-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
}
.nb-essay .nb-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  min-width: 720px;
}
.nb-essay .nb-table th,
.nb-essay .nb-table td {
  border: 1px solid #e5e7eb;
  padding: 12px;
  text-align: left;
}
.nb-essay .nb-table th {
  background: #f9fafb;
  color: #003366;
  font-weight: 700;
}
.nb-essay .nb-table tr:nth-child(even) { background: #f5f8fa; }

/* CTA Box */
.nb-essay .nb-cta-box {
  background: linear-gradient(135deg, #0b5ed7, #003366);
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  margin: 40px 0;
}
.nb-essay .nb-cta-box strong {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}
.nb-essay .nb-btn {
  display: inline-block;
  background: #fff;
  color: #0b5ed7;
  padding: 10px 22px;
  margin-top: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.25s ease;
}
.nb-essay .nb-btn:hover {
  background: #003366;
  color: #fff;
}

/* Reviewer layout */
.nb-essay .nb-reviewer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  margin: 40px 0;
}
.nb-essay .nb-reviewer .headshot {
  flex: 0 0 auto;
  width: 240px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.nb-essay .nb-reviewer .txt {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

/* Harry section (left-aligned text, right-aligned book) */
.nb-essay .nb-reviewer.harry {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}
.nb-essay .nb-reviewer.harry .headshot {
  width: 240px;
}
.nb-essay .nb-reviewer.harry .txt {
  flex: 1;
  min-width: 320px;
  text-align: left;
}
.nb-essay .nb-reviewer.harry .book-float {
  flex: 0 0 auto;
  max-width: 180px;
  text-align: right;
}
.nb-essay .nb-reviewer.harry .book-float img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(11,94,215,0.25);
}

/* Responsive */
@media (max-width: 900px) {
  .nb-essay .nb-reviewer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .nb-essay .nb-reviewer .headshot {
    width: 200px;
    margin-bottom: 12px;
  }
  .nb-essay .nb-reviewer .txt {
    width: 100%;
    text-align: left;
  }
  .nb-essay .nb-reviewer.harry {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .nb-essay .nb-reviewer.harry .book-float {
    max-width: 200px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .nb-essay { font-size: 16px; }
  .nb-essay h1 { font-size: 26px; }
  .nb-essay h2 { font-size: 22px; }
}
/* --- MOBILE IMAGE CENTERING ONLY --- */
@media (max-width: 900px) {
  .nb-essay .nb-reviewer .headshot,
  .nb-essay .nb-reviewer.harry .book-float img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ===== Essay Review Title — Smaller, Clean, Left-Aligned ===== */
.nb-essay h1 {
  font-family: "Montserrat", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw + 0.8rem, 2rem); /* smaller, refined */
  color: #2575B6; /* New Bridge blue */
  text-align: left;
  margin: 20px 0 28px;
  line-height: 1.1;
}/* End custom CSS */