.elementor-2916 .elementor-element.elementor-element-328dc59{--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-2916 .elementor-element.elementor-element-e861511{--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 .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-2f12c03 *//* ===== Aceno Simple Left Border Article (WordPress friendly) ===== */
.aceno-article{
  max-width: 980px;
  margin: 24px auto;
  padding: 18px;
  font-family: "Lucida Sans Unicode", Arial, sans-serif;
  color: #111827;
  line-height: 1.9;
}

/* Hero */
.aceno-hero{
  background: #fff;
  border-left: 6px solid #2563eb;
  padding: 18px 18px 18px 16px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.aceno-tag{
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  border-left: 4px solid #2563eb;
  background: rgba(37,99,235,.06);
  color: #1f3b8a;
  border-radius: 999px;
  margin-bottom: 10px;
}

.aceno-hero h1{
  font-size: 28px;
  line-height: 1.25;
  margin: 8px 0 10px;
}

.aceno-hero p{
  margin: 0;
  color: #374151;
  font-size: 15px;
}

/* Quick facts */
.aceno-quick{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.aceno-quick-item{
  border-left: 4px solid rgba(37,99,235,.55);
  padding: 10px 12px;
  background: rgba(0,0,0,.02);
  border-radius: 10px;
}

.aceno-quick-item strong{
  display: block;
  font-size: 13px;
  color: #111827;
  margin-bottom: 2px;
}

.aceno-quick-item span{
  font-size: 13px;
  color: #4b5563;
}

/* Body */
.aceno-body{
  margin-top: 18px;
}

/* Simple left line style for headings */
.aceno-body h2{
  margin: 26px 0 10px;
  padding-left: 12px;
  border-left: 5px solid #2563eb;
  font-size: 20px;
  line-height: 1.3;
}

.aceno-body p{
  margin: 0 0 12px;
  color: #374151;
  font-size: 15px;
}

/* Lists */
.aceno-body ul{
  margin: 10px 0 16px 18px;
  padding: 0;
}
.aceno-body li{
  margin: 6px 0;
  color: #374151;
}

/* Note box */
.aceno-note{
  margin-top: 18px;
  padding: 14px 14px 14px 12px;
  border-left: 6px solid #111827;
  background: rgba(0,0,0,.03);
  border-radius: 12px;
  color: #374151;
  font-size: 14px;
}

/* Mobile */
@media (max-width: 720px){
  .aceno-hero h1{ font-size: 22px; }
  .aceno-quick{ grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-823872c *//* ===== Aceno Download – Design 2 (Minimal Outline) ===== */

.aceno-download-alt{
  margin-top: 34px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.aceno-download-box{
  background: #ffffff;
  padding: 26px 22px;
  text-align: center;

  border-left: 6px solid #2563eb;
  border-top: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;

  border-radius: 14px;
}

.aceno-download-box h3{
  margin: 0 0 8px;
  font-size: 20px;
  color: #111827;
}

.aceno-download-box p{
  margin: 0 0 18px;
  font-size: 14px;
  color: #4b5563;
  line-height: 1.8;
}

/* Button */
.aceno-download-alt-btn{
  display: inline-block;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;

  color: #2563eb;
  background: transparent;

  border-left: 5px solid #2563eb;
  border-top: 1px solid #2563eb;
  border-right: 1px solid #2563eb;
  border-bottom: 1px solid #2563eb;

  border-radius: 999px;

  transition: all .18s ease;
}

.aceno-download-alt-btn:hover{
  background: rgba(37,99,235,.08);
  transform: translateY(-1px);
}

/* Mobile */
@media (max-width: 720px){
  .aceno-download-box{
    padding: 22px 16px;
  }
}/* End custom CSS */