.elementor-613 .elementor-element.elementor-element-24f8d80{--display:flex;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-7be8b12 */.jc-fresh-idle-wrap{
  width:100%;

  font-family:inherit;
  color:#17324d;
}

.jc-fresh-idle-wrap *{
  box-sizing:border-box;
}

.jc-fresh-idle-article{
  width:min(980px,92%);
  margin:0 auto;

  background:rgba(255,255,255,.82);
  border:1px solid rgba(0,119,190,.14);
  box-shadow:0 18px 48px rgba(18,73,119,.12);
  backdrop-filter:blur(10px);
  border-radius:26px;
}

.jc-fresh-idle-article h2{
  margin:42px 0 18px;
  padding:18px 22px;
  font-size:clamp(24px,3vw,34px);
  line-height:1.35;
  color:#054f91;
  background:linear-gradient(135deg,#eaf8ff,#fff7d7);
  border-left:7px solid #39bdf8;
  border-radius:20px;
}

.jc-fresh-idle-article h2:first-child{
  margin-top:0;
}

.jc-fresh-idle-article h3{
  margin:30px 0 14px;
  padding:16px 18px;
  font-size:clamp(20px,2.4vw,26px);
  color:#0864a8;
  background:#f4fbff;
  border:1px solid rgba(57,189,248,.24);
  border-radius:18px;
}

.jc-fresh-idle-article p{
  margin:14px 0;
  font-size:18px;
  line-height:1.9;
  color:#28445f;
}

.jc-fresh-idle-article strong{
  color:#ff8a00;
  font-weight:900;
}

.jc-fresh-idle-article a{
  color:#0077be;
  font-weight:900;
  text-decoration:none;
  background:linear-gradient(transparent 62%,rgba(255,213,79,.55) 0);
  transition:.2s ease;
}

.jc-fresh-idle-article a:hover{
  color:#ff8a00;
}

.jc-fresh-idle-article blockquote{
  margin:24px 0;
  padding:20px 24px;
  background:linear-gradient(135deg,#ffffff,#eaf8ff);
  border-left:6px solid #ffd24a;
  border-radius:20px;
  box-shadow:0 10px 28px rgba(0,119,190,.08);
}

.jc-fresh-idle-article blockquote p{
  margin:0;
  font-weight:800;
  color:#0f5f9e;
}

.jc-fresh-idle-article ul{
  margin:18px 0 24px;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.jc-fresh-idle-article li{
  padding:14px 18px;
  background:#ffffff;
  border:1px solid rgba(0,119,190,.12);
  border-radius:16px;
  box-shadow:0 8px 24px rgba(23,50,77,.06);
}

.jc-fresh-idle-article li p{
  margin:0;
}

.jc-fresh-idle-article table{
  width:100%;
  margin:24px 0;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:20px;
  box-shadow:0 14px 36px rgba(0,119,190,.12);
}

.jc-fresh-idle-article th{
  padding:16px;
  color:#fff;
  background:linear-gradient(135deg,#0077be,#39bdf8);
  font-size:16px;
  text-align:left;
}

.jc-fresh-idle-article td{
  padding:16px;
  background:#fff;
  border-bottom:1px solid #e6f3fb;
  font-size:16px;
  line-height:1.6;
}

.jc-fresh-idle-article tr:last-child td{
  border-bottom:none;
}

@media(max-width:768px){
  .jc-fresh-idle-wrap{
    padding:34px 0;
  }

  .jc-fresh-idle-article{
    width:94%;
    padding:22px;
    border-radius:20px;
  }

  .jc-fresh-idle-article p{
    font-size:16px;
  }

  .jc-fresh-idle-article table{
    display:block;
    overflow-x:auto;
    white-space:nowrap;
  }
}/* End custom CSS */