.elementor-2985 .elementor-element.elementor-element-d7a7f1a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2985 .elementor-element.elementor-element-70985ef{--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-2985 .elementor-element.elementor-element-a960e20{--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;}@media(min-width:768px){.elementor-2985 .elementor-element.elementor-element-d7a7f1a{--content-width:950px;}.elementor-2985 .elementor-element.elementor-element-70985ef{--width:50%;}.elementor-2985 .elementor-element.elementor-element-a960e20{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-71f6520 */.modern-email-lists {
 
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  color: #1a1a1a;
}

.modern-container {
  max-width:500px;
  margin: 0 auto;
}

.modern-table-wrapper {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* Custom thin scrollbar */
.modern-table-wrapper::-webkit-scrollbar {
  width: 5px; /* thin scrollbar */
}
.modern-table-wrapper::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 5px;
}
.modern-table-wrapper::-webkit-scrollbar-thumb {
  background: #034737;
  border-radius: 5px;
}
.modern-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #022f27;
}

/* Table styling */
.modern-email-table {
  width: 100%;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}

.modern-email-table thead {
  position: sticky;
  top: 0;
  background: #034737;
  color: #fff;
  padding: 12px 16px;
  font-size: 1rem;
  text-align: left;
  z-index: 2;
}

.modern-email-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  font-size: 0.95rem;
  transition: background 0.3s, color 0.3s;
}

/* Hover effect */
.modern-email-table tr:hover td {
  background: #e6f7f1;
  color: #034737;
}

/* Zebra stripes */
.modern-email-table tr:nth-child(even) td {
  background: #fcfcfc;
}

.modern-email-table th a {
  color: #ffffff;     /* white text */
  text-decoration: none!important; /* remove underline */
  font-weight: 700;   /* bold */
}/* End custom CSS */