/* Selia reviews: paste at the end of the custom CSS field. */
.s-block--custom-reviews .review {
  padding-top: 55px !important;
  height: auto !important;
}
.s-block--custom-reviews .reviews__card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  gap: 12px !important;
  box-sizing: border-box;
  min-height: 230px;
  height: 100% !important;
  padding: 64px 24px 32px !important;
  background: #f7f7f7 !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  text-align: center !important;
  overflow: visible !important;
}
.s-block--custom-reviews .reviews__author,
.s-block--custom-reviews .reviews__author-info {
  display: contents !important;
}
.s-block--custom-reviews .reviews__avatar {
  position: absolute !important;
  top: -50px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: 100px !important;
  height: 100px !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}
.s-block--custom-reviews .comment__rating {
  grid-column: 1;
  grid-row: 1;
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  gap: 7px !important;
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
}
.s-block--custom-reviews .comment__rating > i {
  margin: 0 !important;
}
.s-block--custom-reviews .comment__rating > .text-amber-400 {
  color: #e6d900 !important;
}
.s-block--custom-reviews .reviews__text-wrap {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  width: 100%;
  margin: 0 !important;
}
.s-block--custom-reviews .reviews__text {
  margin: 0 !important;
  color: #8a8a8a !important;
  font-size: 14px !important;
  line-height: 2 !important;
  text-align: center !important;
  overflow-wrap: anywhere;
}
.s-block--custom-reviews .reviews__author-name {
  grid-column: 1;
  grid-row: 3;
  margin: 4px 0 0 !important;
  color: #222 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: center !important;
}
.s-block--custom-reviews .reviews__card > .sicon-quote {
  display: none !important;
}
*/
@media (max-width: 767px) {
  section.s-block--enhanced-features[component-id="513970663"] {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    padding-inline: 12px !important;
  }
  section.s-block--enhanced-features[component-id="513970663"] .enhanced-features__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    align-items: stretch !important;
  }
  section.s-block--enhanced-features[component-id="513970663"] .s-block--enhanced-features__item {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 14px 6px 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    background: linear-gradient(160deg, #faf9f6, #f0ede6) !important;
    border: 1px solid rgba(74, 12, 40, .10) !important;
    border-radius: 14px !important;
    box-shadow: 0 3px 10px rgba(74, 12, 40, .035) !important;
    text-align: center !important;
    transform: none !important;
  }
  /* إلغاء خطوط تأثير التحويم المتحركة على الجوال. */
  section.s-block--enhanced-features[component-id="513970663"] .s-block--enhanced-features__item > div.absolute {
    display: none !important;
  }
  section.s-block--enhanced-features[component-id="513970663"] .feature-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 0 !important;
    margin: 0 auto 8px !important;
    padding: 7px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(74, 12, 40, .045) !important;
    box-shadow: none !important;
    transform: none !important;
  }
  section.s-block--enhanced-features[component-id="513970663"] .feature-icon img {
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
    margin: 0 !important;
    object-fit: contain !important;
    transform: none !important;
  }
  section.s-block--enhanced-features[component-id="513970663"] [data-selia="home-enhanced-features-item-title"] {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
    color: #4a0c28 !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    white-space: normal !important;
  }
  section.s-block--enhanced-features[component-id="513970663"] [data-selia="home-enhanced-features-item-subtitle"] {
    display: block !important;
    width: 100% !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: #66545a !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    overflow: visible !important;
    max-height: none !important;
    -webkit-line-clamp: unset !important;
  }
}