#daily-verse-widget {
  max-width: 700px;
  margin: 20px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  font-family: 'Helvetica Neue', sans-serif;
  text-align: center;
}

#verse-date {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: 'Verdana'
}

#verse-text {
  font-family: "Tamil Bible", serif;
  font-size: 1.4em;
  line-height: 1.1;
  text-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
}

#verse-reference {
  font-family: "Tamil Bible", serif;
  font-size: 1.4em;
  color: #777;
  font-style: bold;
  line-height: 1.1;
  text-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
}

@font-face {
  font-family: "Tamil Bible";
  src: url("fonts/Tamil Bible.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
