.elementor-20328 .elementor-element.elementor-element-7d11a5d{--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-20328 .elementor-element.elementor-element-22f4551{--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-20328 .elementor-element.elementor-element-bcb6e8c{--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-20328 .elementor-element.elementor-element-90f1c63{--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-20328 .elementor-element.elementor-element-fb7ed96{--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;}/* Start custom CSS for wd_text_block, class: .elementor-element-9cef4d1 */.table-dark {
  width: 100%;
  border-collapse: collapse;
  background: #0f172a;
  color: #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}

.table-dark th {
  background: linear-gradient(90deg, #1e293b, #0ea5e9);
  color: #fff;
  padding: 14px;
  font-weight: bold;
  font-size: 15px;
}

.table-dark td {
  padding: 12px;
  border-bottom: 1px solid #1e293b;
  font-size: 14px;
}

.table-dark tr:nth-child(even) {
  background: #1e293b;
}

.table-dark tr:hover {
  background: #0ea5e915;
  transition: 0.2s;
}

.table-dark td:first-child {
  color: #38bdf8;
  font-weight: bold;
  width: 20%;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b1f8f12 */.dark-section {
  background: #0f172a;
  padding: 30px 20px;
  border-radius: 12px;
  color: #e5e7eb;
  margin: 20px 0;
}

.dark-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #38bdf8;
  font-weight: bold;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.card {
  background: #1e293b;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #334155;
  transition: 0.3s;
}

.card:hover {
  border-color: #38bdf8;
  transform: translateY(-3px);
}

.card h3 {
  margin: 0 0 8px;
  color: #38bdf8;
  font-size: 16px;
}

.card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #cbd5f5;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-93de59e */.rank-section {
  background: #0f172a;
  padding: 28px 22px;
  border-radius: 12px;
  color: #e5e7eb;
  margin: 20px 0;
}

.rank-title {
  font-size: 24px;
  font-weight: bold;
  color: #38bdf8;
  margin-bottom: 16px;
}

.rank-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #cbd5f5;
  margin-bottom: 20px;
}

.rank-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.rank-item {
  background: #1e293b;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #334155;
  transition: 0.25s;
}

.rank-item:hover {
  border-color: #38bdf8;
  transform: translateY(-2px);
  background: #1e40af20;
}

.rank-item span {
  color: #38bdf8;
  font-weight: bold;
}/* End custom CSS */