.verse-of-the-day {
    text-align: center; /* Center-align the text */
    font-size: 1.2em; /* Adjust font size */
    color: #333333; /* Text color */
    background-color: #f9f9f9; /* Background color */
    border: 1px solid #dddddd; /* Border with light gray */
    border-radius: 10px; /* Rounded corners */
    padding: 20px; /* Padding inside the container */
    margin: 20px auto; /* Center the container with auto margin */
    max-width: 600px; /* Optional: Limit the width */
}

.verse-of-the-day .verse-text {
    margin: 0 0 10px; /* Add spacing below the verse text */
    font-weight: normal; /* Adjust weight for the verse text */
}

.verse-of-the-day .verse-reference {
    margin: 0; /* Remove extra margin for the reference */
    font-weight: bold; /* Make the reference bold */
    font-size: 1em; /* Adjust size of the reference */
    color: #555555; /* Subtle color for the reference */
}


.verse-of-the-day p {
    margin: 0; /* Remove all margins */
}

.verse-of-the-day p + p {
    margin-top: 0; /* Ensure no margin between consecutive paragraphs */
}
