.elementor-5366 .elementor-element.elementor-element-9251563{--display:flex;}.elementor-5366 .elementor-element.elementor-element-ed2f680{--spacer-size:160px;}.elementor-5366 .elementor-element.elementor-element-924afc6{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5366 .elementor-element.elementor-element-1c31d78{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-1c31d78 *//* Add this class to the main Elementor container or Text Editor widget:
   modern-post-content
*/

.modern-post-content {
  --post-blue: #92c5f7;
  --post-grey: #58595b;
  --post-gold: #a07a43;
  --post-light: #f7f9fb;
  --post-border: rgba(88, 89, 91, 0.14);

  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 50px);
  color: var(--post-grey);
  background: #ffffff;
  border: 1px solid var(--post-border);
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(88, 89, 91, 0.08);
  font-family: "Montserrat", Arial, sans-serif;
}

/* Main title */
.modern-post-content h1,
.modern-post-content h2 {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 16px;
  color: var(--post-grey);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.modern-post-content h1::after,
.modern-post-content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--post-blue) 0 55%,
    var(--post-grey) 55% 78%,
    var(--post-gold) 78% 100%
  );
}

/* Subheadings */
.modern-post-content h3,
.modern-post-content h4,
.modern-post-content h5,
.modern-post-content h6 {
  margin: 30px 0 14px;
  color: var(--post-grey);
  font-weight: 700;
  line-height: 1.35;
}

.modern-post-content h3 {
  font-size: clamp(22px, 2.6vw, 30px);
}

.modern-post-content h4 {
  font-size: clamp(19px, 2vw, 24px);
  color: var(--post-gold);
}

.modern-post-content h5,
.modern-post-content h6 {
  font-size: 17px;
}

/* Paragraphs */
.modern-post-content p {
  margin: 0 0 20px;
  color: var(--post-grey);
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

/* Bold text */
.modern-post-content strong,
.modern-post-content b {
  color: #454648;
  font-weight: 700;
}

/* Links */
.modern-post-content a {
  color: #4f91cf;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 4px;
  transition:
    color 0.25s ease,
    text-decoration-color 0.25s ease;
}

.modern-post-content a:hover,
.modern-post-content a:focus {
  color: var(--post-gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/* Lists */
.modern-post-content ul,
.modern-post-content ol {
  margin: 10px 0 24px;
  padding-left: 25px;
}

.modern-post-content li {
  margin-bottom: 10px;
  padding-left: 5px;
  color: var(--post-grey);
  font-size: 16px;
  line-height: 1.7;
}

.modern-post-content li::marker {
  color: var(--post-gold);
  font-weight: 700;
}

/* Table wrapper behaviour */
.modern-post-content .elementor-widget-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Modern table */
.modern-post-content table {
  width: 100% !important;
  min-width: 760px;
  margin: 28px 0;
  overflow: hidden;
  border: 1px solid var(--post-border) !important;
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(88, 89, 91, 0.06);
}

/* Table header */
.modern-post-content table thead th,
.modern-post-content table tr:first-child th,
.modern-post-content table tr:first-child td {
  padding: 15px 16px !important;
  color: #404244;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  background: linear-gradient(
    90deg,
    rgba(146, 197, 247, 0.25),
    rgba(146, 197, 247, 0.1)
  );
  border-top: 0 !important;
  border-right: 1px solid rgba(88, 89, 91, 0.12) !important;
  border-bottom: 2px solid var(--post-blue) !important;
  border-left: 0 !important;
}

/* Regular table cells */
.modern-post-content table td,
.modern-post-content table th {
  padding: 14px 16px !important;
  color: var(--post-grey);
  font-size: 14px;
  line-height: 1.55 !important;
  text-align: left;
  vertical-align: top !important;
  background: #ffffff;
  border-top: 0 !important;
  border-right: 1px solid rgba(88, 89, 91, 0.1) !important;
  border-bottom: 1px solid rgba(88, 89, 91, 0.1) !important;
  border-left: 0 !important;
}

/* Remove final column and row borders */
.modern-post-content table th:last-child,
.modern-post-content table td:last-child {
  border-right: 0 !important;
}

.modern-post-content table tr:last-child td {
  border-bottom: 0 !important;
}

/* Alternate row colour */
.modern-post-content table tbody tr:nth-child(even) td {
  background: rgba(146, 197, 247, 0.055);
}

/* Hover effect */
.modern-post-content table tbody tr {
  transition: background-color 0.2s ease;
}

.modern-post-content table tbody tr:hover td {
  background: rgba(146, 197, 247, 0.13);
}

/* Important or highlighted cells */
.modern-post-content table td strong,
.modern-post-content table th strong {
  color: var(--post-grey);
}

/* Add a subtle gold accent to the first column */
.modern-post-content table tbody td:first-child {
  border-left: 3px solid transparent !important;
}

.modern-post-content table tbody tr:hover td:first-child {
  border-left-color: var(--post-gold) !important;
}

/* Blockquote */
.modern-post-content blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  color: var(--post-grey);
  font-size: 17px;
  line-height: 1.7;
  background: rgba(146, 197, 247, 0.08);
  border-left: 4px solid var(--post-gold);
  border-radius: 8px;
}

/* Divider */
.modern-post-content hr {
  height: 1px;
  margin: 32px 0;
  border: 0;
  background: linear-gradient(
    90deg,
    rgba(146, 197, 247, 0.8),
    rgba(88, 89, 91, 0.18),
    rgba(160, 122, 67, 0.45)
  );
}

/* Images inside the post */
.modern-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Remove unnecessary spacing */
.modern-post-content > *:last-child,
.modern-post-content .elementor-widget-container > *:last-child {
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 1024px) {
  .modern-post-content {
    padding: 32px 26px;
    border-radius: 17px;
  }

  .modern-post-content table {
    min-width: 700px;
  }

  .modern-post-content table td,
  .modern-post-content table th {
    padding: 12px 14px !important;
    font-size: 13px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .modern-post-content {
    padding: 24px 18px;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(88, 89, 91, 0.07);
  }

  .modern-post-content h1,
  .modern-post-content h2 {
    font-size: clamp(28px, 8vw, 38px);
    margin-bottom: 22px;
    padding-bottom: 13px;
  }

  .modern-post-content h1::after,
  .modern-post-content h2::after {
    width: 82px;
    height: 3px;
  }

  .modern-post-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .modern-post-content table {
    min-width: 650px;
    margin: 22px 0;
    border-radius: 10px;
  }

  .modern-post-content table td,
  .modern-post-content table th {
    padding: 11px 12px !important;
    font-size: 12.5px;
  }
}/* End custom CSS */