/* BADAWY_REAL_PRAYER_TIMES_20260705 */
.btv-prayer-real {
  width: min(1120px, calc(100% - 28px));
  margin: 32px auto;
  border: 1px solid rgba(0, 87, 51, .14);
  border-radius: 22px;
  background: #fff;
  color: #052b1b;
  padding: 22px;
  box-shadow: 0 16px 45px rgba(0,0,0,.08);
}

.btv-prayer-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.btv-prayer-head h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.05;
}

.btv-prayer-head p {
  margin: 8px 0 0;
  color: #496155;
  font-weight: 700;
}

.btv-prayer-table-link {
  color: #005c36;
  font-weight: 950;
  text-decoration: none;
}

.btv-prayer-next {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f0fbf5;
  border: 1px solid rgba(0,92,54,.16);
  border-radius: 16px;
  padding: 13px 14px;
  margin-bottom: 16px;
  font-weight: 800;
}

.btv-prayer-next svg {
  width: 22px;
  height: 22px;
  color: #005c36;
}

.btv-prayer-next span,
.btv-prayer-next b {
  color: #ed0c14;
}

.btv-prayer-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.btv-prayer-card {
  min-height: 160px;
  border: 1px solid #dde7df;
  border-radius: 16px;
  background: #fffdf8;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  text-align: center;
  padding: 14px 10px;
}

.btv-prayer-card.active {
  background: #effaf2;
  border-color: #005c36;
  box-shadow: 0 0 0 3px rgba(0,92,54,.08);
}

.btv-prayer-icon svg {
  width: 30px;
  height: 30px;
  color: #111;
}

.btv-prayer-card strong {
  font-size: 15px;
}

.btv-prayer-card time {
  font-size: 24px;
  font-weight: 950;
  color: #005c36;
}

.btv-prayer-card small {
  min-height: 18px;
  color: #ed0c14;
  font-weight: 850;
  font-size: 12px;
}

.btv-prayer-footer {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 850;
}

.btv-prayer-footer button {
  border: 0;
  background: transparent;
  color: #052b1b;
  cursor: pointer;
}

.btv-prayer-footer svg {
  width: 19px;
  height: 19px;
}

.btv-prayer-source {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #6a7770;
}

@media (max-width: 800px) {
  .btv-prayer-real {
    width: calc(100% - 24px);
    padding: 16px;
  }

  .btv-prayer-head {
    display: block;
  }

  .btv-prayer-table-link {
    display: inline-block;
    margin-top: 10px;
  }

  .btv-prayer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .btv-prayer-card {
    min-height: 150px;
  }
}
