/* Custom CSS here */

.special-prayer-requests {
  background: #ffe9b3;
  border-radius: 25px;
  padding: 1em;
  margin: 1em 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.special-prayer-title {
  color: #2c3e50;
  margin-bottom: 0.5em;
}
.special-prayer-list {
  list-style: disc inside;
  padding-left: 1em;
}
.special-prayer-item {
  margin-bottom: 0.5em;
  color: #34495e;
}

.selectedPrayer {
    background-color: #e9f2c8;
    margin-bottom: 35px;
    border-radius: 10px;
    padding: 10px;
}

.bg-TodaysVerse {
    background-color: #d9e8ec;
    border-radius: 25px;
    padding: 20px; 
}

.bg-TodaysCatechsim { 
    background-color: #e8e6d5;
    border-radius: 25px;
    padding: 20px; 
}

.bg-TodaysPsalm {
    background-color: #e6e2bf;
    border-radius: 25px;
    padding: 20px; 
}

.bg-TodaysStaff {
    background-color: #d9dddd;
    border-radius: 25px;
    padding: 20px; 
}

.bg-MissionLink {
    background-color: #d1ecf8;
    border-radius: 25px;
    padding: 20px; 
}

.bg-TodaysCountry {
    background-color: #d1f1e5;
    border-radius: 25px;
    padding: 20px; 
}

.memoryVerse {
    color: #d9dddd;
    background-color: #838386;
    border-radius: 25px;
    padding: 20px; 
}

.todaysRequests {
    color: #d9dddd;
    background-color: #16163b;
    border-radius: 25px;
    padding: 20px; 
}

.post .post-content a {
    color: #030742
}

.post .post-content a:hover {
    border-bottom: 1px solid #030742
}

.prayerTimer {
    color: #e0ebeb;
    background-color: #410503;
    border-radius: 25px;
    padding: 5px; 
    text-align: center;
    font-size: 25px;
}

/* Prayer Timer Button CSS */
/* Start timer */
.prayerTimerStartButton {
  appearance: none;
  background-color: #14742f;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.prayerTimerStartButton:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.prayerTimerStartButton:hover {
  background-color: #2c974b;
}

.prayerTimerStartButton:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}

.prayerTimerStartButton:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.prayerTimerStartButton:active {
  background-color: #298e46;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

/* Clear timer */
.prayerTimerClearButton {
    appearance: none;
    background-color: hsl(137, 4%, 35%);
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
  }
  
  .prayerTimerClearButton:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
  }
  
  .prayerTimerClearButton:hover {
    background-color: #2e302e;
  }
  
  .prayerTimerClearButton:focus {
    box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
    outline: none;
  }
  
  .prayerTimerClearButton:disabled {
    background-color: #94d3a2;
    border-color: rgba(27, 31, 35, .1);
    color: rgba(255, 255, 255, .8);
    cursor: default;
  }
  
  .prayerTimerClearButton:active {
    background-color: #298e46;
    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
  }