.elementor-53 .elementor-element.elementor-element-21a6c87{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-53 .elementor-element.elementor-element-a04236e{text-align:center;}.elementor-53 .elementor-element.elementor-element-a04236e .elementor-heading-title{color:#1580E3;}.elementor-53 .elementor-element.elementor-element-3104428{--display:flex;}/* Start custom CSS for wp-widget-dailyprayertime, class: .elementor-element-2bc5148 *//* === Daily Prayer Time for Mosques — Theme Styling === */
/* Card container feel */
.dptTimetable.customStyles.dptUserStyles {
  width: 100%;
  border-collapse: collapse !important;
  background: #fff !important;
  border: 1px solid #e1e4e8 !important;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,.05) !important;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* Top title row (date + hijri + next iqamah) */
.dptTimetable.customStyles.dptUserStyles > tbody > tr:first-child th {
  background: #f9fafb !important;
  color: #11142d !important;
  font-weight: 700;
  text-align: center;
  padding: 12px 10px !important;
  border-bottom: 1px solid #e1e4e8 !important;
}

/* Column headings */
.dptTimetable thead th,
.dptTimetable .tableHeading {
  background: #04414d !important; /* dark teal */
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: .85rem;
  padding: 10px 8px !important;
  border: 1px solid #04414d !important;
}

/* Prayer name cells */
.dptTimetable .prayerName {
  color: #11142d !important;
  font-weight: 600;
  white-space: nowrap;
}

/* Body cells */
.dptTimetable td,
.dptTimetable th {
  border: 1px solid #e1e4e8 !important;
  padding: 10px 8px !important;
  text-align: center !important;
  color: #11142d !important;
  font-size: .95rem;
}

/* Zebra and hover */
.dptTimetable tbody tr:nth-child(odd) td { background: #fafcfe !important; }
.dptTimetable tbody tr:hover td { background: #f0f8ff !important; }

/* “Current” highlight (plugin uses .highlight) */
.dptTimetable .highlight {
  background: #13aff0 !important;  /* bright blue */
  color: #fff !important;
  font-weight: 700 !important;
}

/* Iqamah cells */
.dptTimetable .jamah {
  color: #0d6efd !important;       /* primary blue for iqamah */
  font-weight: 600;
}

/* Jumuah times line (inline spans) */
.dsJumuah, .dsJumuah-vertical {
  display: inline-block;
  background: #0d6efd;
  color: #fff;
  padding: 2px 8px;
  margin: 2px 4px;
  border-radius: 999px;
  font-size: .8rem;
}

/* Ramadan “fast begins/ends” highlight */
.dptTimetable .fasting.highlight {
  background: #0c4128 !important;  /* deep green */
  color: #fff !important;
  font-weight: 700;
}

/* Optional: remove outer table borders if theme adds them */
.dptTimetable {
  border: none !important;
}

/* Links */
.dptTimetable a { color: #0d6efd !important; text-decoration: none; }
.dptTimetable a:hover { text-decoration: underline; }

/* Mobile handling */
@media (max-width: 600px) {
  .dptTimetable.customStyles.dptUserStyles {
    display: block;
    overflow-x: auto;   /* horizontal scroll if needed */
  }
  .dptTimetable td, .dptTimetable th {
    padding: 8px 6px !important;
    font-size: .9rem;
  }
}

/* === Contrast fixes for readability === */

/* Use neutral zebra rows instead of blue */
.dptTimetable tbody tr:nth-child(odd) td { 
  background: #f6f8fa !important;   /* light neutral gray */
}
.dptTimetable tbody tr:hover td { 
  background: #eef5ff !important;   /* very light bluish hover */
}

/* Ensure base text is dark everywhere */
.dptTimetable td, 
.dptTimetable th {
  color: #101214 !important;
}

/* Iqamah times: switch from blue to dark teal so it reads on light rows */
.dptTimetable .jamah {
  color: #04414d !important;
  font-weight: 600;
}

/* Links inside rows: readable + underlined */
.dptTimetable tbody a { 
  color: #084298 !important; 
  text-decoration: underline; 
}

/* When plugin highlights current prayer (.highlight), force high contrast */
.dptTimetable .highlight,
.dptTimetable .highlight * {
  color: #fff !important;            /* text goes white */
}
.dptTimetable tr.highlight td, 
.dptTimetable tr.highlight th {
  color: #fff !important;
}

/* Jumuah badges: always high contrast */
.dsJumuah, .dsJumuah-vertical { 
  background: #04414d !important; 
  color: #fff !important; 
}

/* === Fix current-prayer highlight (Begins + Iqamah) === */

/* Force the blue background + white text on highlighted cells */
.dptTimetable td.highlight,
.dptTimetable th.highlight,
.dptTimetable .prayerName.highlight,
.dptTimetable tr td.highlight,
.dptTimetable tr th.highlight {
  background: #13aff0 !important;
  color: #fff !important;
}

/* Ensure any text inside (spans, links) stays white */
.dptTimetable td.highlight * ,
.dptTimetable th.highlight * {
  color: #fff !important;
  text-decoration: none !important;
}

/* Make sure zebra/hover styles never override the highlight */
.dptTimetable tbody tr:nth-child(odd) td.highlight,
.dptTimetable tbody tr:nth-child(odd) th.highlight,
.dptTimetable tbody tr:hover td.highlight,
.dptTimetable tbody tr:hover th.highlight {
  background: #13aff0 !important;
  color: #fff !important;
}

/* If the plugin highlights the iqamah cell (and drops .jamah), it’s covered above.
   But in case both classes appear, keep this too: */
.dptTimetable .jamah.highlight {
  background: #13aff0 !important;
  color: #fff !important;
}/* End custom CSS */