/* TYPE YOUR OWN CSS HERE */
.tdn-footer .td-footer {
    background-color: #194C70;
    color:#0f273c;
}

.footerlink {
    color:#0f273c;
}

.tdn-footer .td-footer .footer-group .more-info-links li a, .tdnet-copy {
    color:#ffffff;
}

/*hide the scroll bar on the my bookmarks widget*/
/*.widget-body.ejmbookmarks{
    scrollbar-width: none;
}*/

.tdnet-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*justify-content: flex-start;*/
  height: 80px; /* Set the footer height */
  background-color: #194C70; /* Dark blue background */
  padding: 0 20px; /* Add some horizontal padding */
  color: white;
  /*border-bottom: 1px black solid;*/
}
#header .logo{
  display: none;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  /*justify-content: flex-start;*/
  align-items: center;
  width: 100%; /* Full width content */
  font-size: 16px;
}

.social-icons a {
  margin: 0 10px;
  color: #0f273c;
  font-size: 24px; /* Icon size */
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #1DA1F2; /* Light blue on hover */
}

/*.logo-bottom {
  background-color: white;
}*/
/* ========================================= */
/*  GOOGLE SEARCH + LIST OF RESOURCE – WHITE TEXT */
/* ========================================= */

/* "Search:" + "Browse by letter:" labels */
.widget.ejmsearch .control-label,
.discover .control-label {
  color: #ffffff !important;
}

/* "Latin" / "Hebrew" and other controls */
.widget.ejmsearch .controls,
.widget.ejmsearch .controls a {
  color: #ffffff !important;
}

/* J K M R S All */
.widget.ejmsearch .letter-flex li a {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

/* "Advanced Search" */
.discover a,
.discover .ejm-advanced-search a {
  color: #ffffff !important;
}
/* Hide the 3-dots (more options) menu completely */
.widget .more-options,
.widget .more-options i,
.widget .more-actions,
.widget .kebab-menu,
.widget .ellipsis,
.widget [class*="ellipsis"],
.widget [class*="more"] {
  display: none !important;
}
