.site-header .site-navigation ul.menu li a,
.site-navigation-dropdown ul.menu li a {
	text-decoration: none;
	line-height: 1;
}

.sd-sharing {
    display: none !important;
    margin-bottom: 1em;
}

div.jetpack-likes-widget-wrapper {
    display: none !important;
    width: 100%;
    min-height: 50px;
    position: relative;
}






/* Table Content Widget - Updated for Clean Desktop Look */
.elementor-element-b0bda92 table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  font-size: 14px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
  border: 1px solid #e8e8f0 !important;
}
.elementor-element-b0bda92 thead tr {
  background: #5971FF !important;
}
.elementor-element-b0bda92 thead th {
  color: white !important;
  padding: 16px 20px !important;
  text-align: left !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border: none !important;
}
.elementor-element-b0bda92 thead th:first-child {
  border-top-left-radius: 12px !important;
}
.elementor-element-b0bda92 thead th:last-child {
  border-top-right-radius: 12px !important;
}
.elementor-element-b0bda92 tbody tr {
  background: #ffffff !important;
}
.elementor-element-b0bda92 tbody td {
  padding: 16px 20px !important;
  color: #3a3a3a !important;
  border: none !important;
  border-bottom: 1px solid #f5f5f5 !important;
  vertical-align: middle !important;
}
.elementor-element-b0bda92 tbody tr:last-child td {
  border-bottom: none !important;
}
.elementor-element-b0bda92 tbody td a {
  color: #5971FF !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}
.elementor-element-b0bda92 tbody td a:hover {
  text-decoration: underline !important;
}

/* =============================================
   MOBILE
   ============================================= */
@media (max-width: 768px) {
  html body .elementor-element-b0bda92 {
    overflow-x: unset !important;
  }
  html body .elementor-element-b0bda92 table {
    width: 100% !important;
    min-width: unset !important;
    table-layout: auto !important;
    font-size: 11px !important;
    border-collapse: collapse !important;
  }
  html body .elementor-element-b0bda92 thead th:first-child,
  html body .elementor-element-b0bda92 tbody td:first-child {
    width: 35% !important;
  }
  html body .elementor-element-b0bda92 thead th:nth-child(2),
  html body .elementor-element-b0bda92 tbody td:nth-child(2) {
    width: 30% !important;
  }
  html body .elementor-element-b0bda92 thead th:nth-child(3),
  html body .elementor-element-b0bda92 tbody td:nth-child(3) {
    width: 35% !important;
  }
  html body .elementor-element-b0bda92 thead th,
  html body .elementor-element-b0bda92 tbody td {
    padding: 8px 6px !important;
    font-size: 11px !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
  }
  html body .elementor-element-b0bda92 tbody tr:nth-child(odd) {
    background: #ffffff !important;
  }
  html body .elementor-element-b0bda92 tbody tr:nth-child(even) {
    background: #f5f5f5 !important;
  }
}