.elementor-3034 .elementor-element.elementor-element-e524343{--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-3034 .elementor-element.elementor-element-ae45ba6{text-align:end;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* Container */
.scroll-table {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  width: 100% !important;
  scrollbar-width: thin;
  scrollbar-color: #ffab40 #f2f2f2;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

/* Table */
.scroll-table table {
  min-width: 600px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #073763 !important;
  border-radius: 14px !important;
  overflow: hidden;
}

/* Cells */
.scroll-table th,
.scroll-table td {
  border-radius: 0 !important;
  padding: 10px 7px !important;
  text-align: center !important;
  font-size: 13px !important;
  color: #fff !important;
}

/* اگر جدول <thead> داشت */
.scroll-table thead tr:first-child th,
.scroll-table thead tr:first-child td {
  background: #ffab40 !important;
  color: #fff !important;
  border-bottom: 2px solid #073763 !important;
}
.scroll-table thead tr:first-child th *,
.scroll-table thead tr:first-child td * {
  color: #fff !important;
}

/* Body cells */
.scroll-table tbody td {
  background: #073763 !important;
  border-bottom: 1px solid #073763;
}

/* Hover rows */
.scroll-table tbody tr {
  transition: background 0.2s ease;
}
.scroll-table tbody tr:hover td {
  background: #ffab40 !important; /* نارنجی شفاف */
}

/* Scrollbar (WebKit) */
.scroll-table::-webkit-scrollbar {
  height: 8px;
  background: #073763;
  border-radius: 6px;
}
.scroll-table::-webkit-scrollbar-thumb {
  background: #073763;
  border-radius: 6px;
}
.scroll-table::-webkit-scrollbar-thumb:hover {
  background: #073763;
}/* End custom CSS */