.elementor-2061 .elementor-element.elementor-element-3b59745{--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-2061 .elementor-element.elementor-element-ad24df6{text-align:center;}.elementor-2061 .elementor-element.elementor-element-ad24df6 .elementor-heading-title{font-size:40px;color:#600000;}.elementor-2061 .elementor-element.elementor-element-270a385{text-align:start;font-size:30px;}@media(max-width:767px){.elementor-2061 .elementor-element.elementor-element-ad24df6 .elementor-heading-title{font-size:25px;}}/* Start custom CSS for text-editor, class: .elementor-element-270a385 *//* ===== Tallin Coffee Content Style ===== */
.tallin-coffee{
  background: #e9e7db; /* بيج دافي */
  padding: 48px 32px;
  border-radius: 20px;
  direction: rtl;
  max-width: 900px;
  margin: 40px auto;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* العنوان الرئيسي */
.tallin-coffee h1{
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 22px;
  color: #2b2b2b;
  line-height: 1.4;
}

/* العنوان الفرعي */
.tallin-coffee h2{
  font-size: 22px;
  margin: 32px 0 16px;
  font-weight: 700;
  color: #5a3e2b; /* بني قهوة */
}

/* الفقرات */
.tallin-coffee p{
  font-size: 18px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 18px;
}

/* إبراز */
.tallin-coffee p.highlight{
  background: #fff;
  padding: 18px 22px;
  border-right: 5px solid #5a3e2b;
  border-radius: 10px;
  font-weight: 600;
}

/* الليست */
.tallin-coffee ul{
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.tallin-coffee ul li{
  position: relative;
  padding-right: 28px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 600;
}

/* نقطة شيك */
.tallin-coffee ul li::before{
  content: "☕";
  position: absolute;
  right: 0;
  top: 0;
}

/* موبايل */
@media (max-width: 768px){
  .tallin-coffee{
    padding: 28px 18px;
    margin: 24px 12px;
  }

  .tallin-coffee h1{
    font-size: 24px;
  }

  .tallin-coffee p,
  .tallin-coffee ul li{
    font-size: 16px;
  }
}/* End custom CSS */