.elementor-422 .elementor-element.elementor-element-f0cd095{--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;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-422 .elementor-element.elementor-element-a8c252b{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-422 .elementor-element.elementor-element-bf589c4 img{width:8%;max-width:34%;}@media(max-width:1024px){.elementor-422 .elementor-element.elementor-element-bf589c4 img{width:18%;}}@media(max-width:767px){.elementor-422 .elementor-element.elementor-element-bf589c4 img{width:27%;}}/* Start custom CSS for html, class: .elementor-element-fa5b10b */.board-section {
  max-width: 1000px;
  margin: auto;
  font-family: "Inter", sans-serif;
}

/* HEADER */
.header {
  text-align: center;
  margin-bottom: 25px;
}

.logo {
  width: 40px;
  height: 40px;
  margin: auto;
  border: 2px solid #3b5bdb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #3b5bdb;
  border-radius: 6px;
  margin-bottom: 10px;
}

.header h2 {
  font-size: 22px;
  margin-bottom: 5px;
}

.header p {
  font-size: 13px;
  color: #6b7280;
}

/* TABLE */
.table-wrap {
  border-radius: 6px;
  overflow: hidden;
}

.table-head {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  background: #1e40af;
  color: white;
  padding: 12px;
  font-size: 13px;
}

.row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  padding: 12px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 13px;
  align-items: center;
}

.row:nth-child(even) {
  background: #fafafa;
}

/* BADGE */
.pill {
  background: #e8f0ff;
  color: #3b5bdb;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  display: inline-block;
}/* End custom CSS */