.elementor-22352 .elementor-element.elementor-element-5e06b33{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-441af9c *//* ============================
   Guest Form & List Styling
   ============================ */

/* الحاوية الرئيسية */
.sitekoom-guest-widget {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
  max-width: 600px;
  margin: 30px auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-family: "Cairo", "Tajawal", sans-serif;
  direction: rtl;
  text-align: right;
}

/* العنوان */
.sitekoom-guest-widget strong {
  font-size: 18px;
  color: #333;
}

/* الفورم */
#sitekoom-guest-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

/* حقل الإدخال */
#sitekoom-guest-name {
  flex: 1 1 auto;
  min-width: 200px;
  padding: 12px 15px;
  border: 2px solid #ddd;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
}

#sitekoom-guest-name:focus {
  border-color: #3f72af;
  outline: none;
  box-shadow: 0 0 8px rgba(63, 114, 175, 0.3);
}

/* زر التسجيل */
#sitekoom-guest-submit {
  background: linear-gradient(135deg, #3f72af, #112d4e);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 20px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.3s ease;
}

#sitekoom-guest-submit:hover {
  background: linear-gradient(135deg, #112d4e, #3f72af);
  transform: scale(1.05);
}

#sitekoom-guest-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* الرسائل */
#sitekoom-guest-msg {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}

/* الإحصائيات */
#sitekoom-guest-stats {
  margin-top: 15px;
  font-size: 16px;
  color: #444;
}

/* القائمة */
#sitekoom-guest-list {
  margin-top: 20px;
}

#sitekoom-guest-ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}

#sitekoom-guest-ul li {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 15px;
  color: #222;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#sitekoom-guest-ul li:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* ============================
   Standalone Shortcodes
   ============================ */

/* [guest_names] */
.sitekoom-guest-names {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 20px auto;
  max-width: 600px;
  direction: rtl;
}
.sitekoom-guest-names li {
  background: #f8f9fa;
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 15px;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}
.sitekoom-guest-names li:hover {
  transform: scale(1.05);
}

/* [guest_count] */
.sitekoom-guest-count {
  display: inline-block;
  background: #3f72af;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(63,114,175,0.3);
}/* End custom CSS */