.elementor-2944 .elementor-element.elementor-element-6fbe171{--display:flex;}.elementor-2944 .elementor-element.elementor-element-50b6a3b{--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-062c952 *//* Normal Clean Design - Arome Article */
.arome-post{
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  line-height: 1.75;
}

.arome-header{
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 14px;
  margin-bottom: 18px;
}

.arome-header h1{
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 6px;
  font-weight: 700;
}

.arome-subtitle{
  margin: 0 0 12px;
  font-size: 15px;
  color: #555;
}

.arome-meta{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 13px;
  color: #444;
}

.arome-meta li{
  background: #f7f7f7;
  padding: 6px 10px;
  border-radius: 4px;
}

.arome-content h2{
  font-size: 18px;
  margin: 22px 0 10px;
  font-weight: 700;
  color: #111;
}

.arome-content p{
  margin: 10px 0 12px;
  color: #333;
  font-size: 15px;
}

.arome-content ul{
  margin: 8px 0 14px 18px;
}

.arome-content li{
  margin: 6px 0;
  font-size: 15px;
  color: #333;
}

.arome-buttons{
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.arome-btn{
  display: inline-block;
  text-decoration: none !important;
  background: #111;
  color: #fff !important;
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #111;
}

.arome-btn:hover{
  opacity: 0.9;
}

.arome-btn.outline{
  background: transparent;
  color: #111 !important;
}

/* Mobile */
@media (max-width: 600px){
  .arome-header h1{ font-size: 22px; }
  .arome-meta{ gap: 8px; }
  .arome-meta li{ width: 100%; }
}/* End custom CSS */