.elementor-243 .elementor-element.elementor-element-be4e746{--display:flex;}.elementor-243 .elementor-element.elementor-element-ca72d3f{--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-243 .elementor-element.elementor-element-cd6cee2{--display:flex;}.elementor-243 .elementor-element.elementor-element-eb0e614{width:100%;max-width:100%;}.elementor-243 .elementor-element.elementor-element-d5a9615{--display:flex;}.elementor-widget-paypal-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-paypal-button .elementor-message{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-243 .elementor-element.elementor-element-fea2cce .elementor-button{background-color:#032E82;fill:#FFF;color:#FFF;border-style:none;}.elementor-243 .elementor-element.elementor-element-fea2cce .elementor-button-content-wrapper{flex-direction:row;}.elementor-243 .elementor-element.elementor-element-5e86b18{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS for wp-widget-dailyprayertime, class: .elementor-element-bb45a73 *//* === 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 */
/* Start custom CSS for html, class: .elementor-element-eb0e614 *//* === Monthly table: make Isha columns fully visible & readable === */

/* 1) Make sure nothing clips the far-right columns */
.masjid-prayer-card,
.monthly-pt { overflow: visible !important; }
.monthly-pt .dptTimetable {
  display: block !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

/* 2) Kill any dimming/opacity the plugin may add on monthly rows */
.monthly-pt .dptTimetable td,
.monthly-pt .dptTimetable td * ,
.monthly-pt .dptTimetable .jamah {
  opacity: 1 !important;
  filter: none !important;
  color: #101214 !important;
}

/* Some builds use special classes for dimming – cover those too */
.monthly-pt .dptTimetable .dsDim,
.monthly-pt .dptTimetable .x-dim,
.monthly-pt .dptTimetable .dim,
.monthly-pt .dptTimetable .disabled {
  opacity: 1 !important;
  filter: none !important;
  color: #101214 !important;
}

/* 3) Keep the Isha columns on a single line so times don't get cut */
.monthly-pt .dptTimetable th:nth-last-child(-n+2),
.monthly-pt .dptTimetable td:nth-last-child(-n+2) {
  white-space: nowrap !important;          /* last two cols = ISHA begins/iqamah */
  min-width: 84px;                          /* give them a bit more room */
}

/* 4) If you hid Asr “Standard”, preserve borders after the removed column */
.monthly-pt .dptTimetable tr > *:nth-child(8) { display: none !important; } /* hide Standard */
.monthly-pt .dptTimetable tr > *:nth-child(9) { border-left: 1px solid #e1e4e8 !important; }/* End custom CSS */