/* Extracted from sidebar.php. */
.prayer-sidebar,.prayer-sidebar *{box-sizing:border-box}
  .prayer-sidebar{width:100%;max-width:340px;margin:0 auto;background:#fff;border:1px solid #ded9e9;border-radius:4px;box-shadow:0 5px 18px rgba(25,15,62,.09);color:#101637;font-family:"Lato","Open Sans",Arial,sans-serif;overflow:hidden}
  .prayer-sidebar__header{display:flex;align-items:center;gap:14px;padding:17px 19px;background:#52309b;color:#fff}
  .prayer-sidebar__header .fa-moon{width:34px;text-align:center;font-size:30px}
  .prayer-sidebar__eyebrow,.prayer-sidebar__title{display:block}
  .prayer-sidebar__eyebrow{font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
  .prayer-sidebar__title{margin-top:2px;font:700 24px/1.05 Georgia,"Times New Roman",serif}
  .prayer-sidebar__columns{display:grid;grid-template-columns:minmax(90px,1fr) 72px 74px;align-items:center;min-height:38px;padding:0 13px 0 57px;color:#52309b;font-size:10px;font-weight:800;text-align:center;text-transform:uppercase}
  .prayer-sidebar__columns span:first-child{text-align:left}
  .prayer-sidebar__times{position:relative;padding:2px 0 3px}
  .prayer-sidebar__times:before{content:"";position:absolute;z-index:0;top:8px;bottom:20px;left:39px;width:2px;background:#ddd1f3}
  .prayer-sidebar__row{position:relative;z-index:1;display:grid;grid-template-columns:40px minmax(74px,1fr) 70px 74px;align-items:center;min-height:62px;padding:0 12px 0 19px;border-top:1px solid #f0edf5;font-size:14px}
  .prayer-sidebar__row:before{content:"";grid-column:1;justify-self:center;width:13px;height:13px;border:2px solid #52309b;border-radius:50%;background:#fff}
  .prayer-sidebar__name{font-size:16px;font-weight:800}
  .prayer-sidebar__row time{font-size:17px;font-weight:700;text-align:center;font-variant-numeric:tabular-nums}
  .prayer-sidebar__row time:last-child{font-weight:500}
  .prayer-sidebar__row.is-next{min-height:86px;background:#e6f9fb;color:#08798a}
  .prayer-sidebar__row.is-next:before{width:20px;height:20px;border:4px solid #fff;background:#159db1;box-shadow:0 0 0 2px #159db1}
  .prayer-sidebar__row.is-next .prayer-sidebar__name{align-self:end;padding-bottom:3px}
  .prayer-sidebar__row.is-next time{align-self:end;padding-bottom:3px}
  .prayer-sidebar__next-meta{grid-column:2/-1;align-self:start;display:flex;align-items:center;gap:11px;min-height:28px}
  .prayer-sidebar__next{display:inline-block;padding:3px 7px;border-radius:3px;background:#ff746e;color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em}
  .prayer-sidebar__countdown{color:#087f91;font-size:13px;font-weight:700}
  .prayer-sidebar__jumuah{padding:15px 12px;border-top:1px solid #ded9e9;color:#52309b;font-size:16px;font-weight:800;text-align:center}
  .prayer-sidebar__link{display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;margin:0 13px 13px;border:1px solid #52309b;color:#52309b!important;font-size:15px;font-weight:800;text-decoration:none!important;transition:background .2s ease,color .2s ease}
  .prayer-sidebar__link:hover{background:#52309b;color:#fff!important}
  .prayer-sidebar__link:focus-visible{outline:3px solid #27b7cf;outline-offset:2px}
  @media(max-width:767px){.prayer-sidebar{max-width:100%}}
  @media(prefers-reduced-motion:reduce){.prayer-sidebar__link{transition:none}}

.sidebar-prayer-error {
  margin: 0;
  padding: 24px 18px;
  text-align: center;
}
