.elementor-4333 .elementor-element.elementor-element-84f500b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4333 .elementor-element.elementor-element-84f500b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-4333 .elementor-element.elementor-element-08f7793{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-4333 .elementor-element.elementor-element-84f500b{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-84f500b */.meetings-page{
  direction: rtl;
  font-family: 'neosanlight' !important;
  padding:2px 20px;
 
}

.meeting-card{
  display:flex;
  gap:30px;
  background: linear-gradient(135deg, #0b3d3a, #0f6b63);
  border-radius:20px;
  padding:30px;
  margin-bottom:30px;
      background: linear-gradient(135deg, #02ab43, #18533b);
}

.meeting-info{
  flex:1;
  color:#fff;
}

.badge{
  background:#9bc65b;
  padding:6px 15px;
  color: #000;
  border-radius:20px;
  font-size:15px;
  display:inline-block;
  margin-bottom:15px;
}

.meeting-info h2{
  font-size:26px;
  font-weight:900;
}

.sub{
  color:#9bc65b;
  font-weight: 900;
}

.year{
  opacity:.7;
  margin-bottom:15px;
  color:#fff;
}

/* meta */
.meta-item{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

.meta-item svg{
  width:18px;
  height:18px;
  stroke:#9bc65b;
  fill:none;
  stroke-width:2;
}

/* القرارات */
.meeting-decisions{
  flex:1;
  color:#fff;
}

.meeting-decisions h3{
  display:flex;
  align-items:center;
  gap:10px;
  color:#9bc65b;
  margin-bottom:15px;
  font-weight:900;
}

.meeting-decisions h3 svg{
  width:18px;
  height:18px;
  stroke:#9bc65b;
  fill:none;
  stroke-width:2;
  
}

.meeting-decisions ul{
  list-style:none;
  padding:0;
}

.meeting-decisions li{
background: #00000029;
  padding:10px;
  border-radius:10px;
  margin-bottom:10px;
}

.section-title{
  margin-bottom:10px;
  color:#9bc65b;
  font-weight:900;
}

.final{
  margin-top:10px;
  font-weight:700;
}

/* responsive */
@media(max-width:900px){
  .meeting-card{
    flex-direction:column;
  }
}/* End custom CSS */