/* Styles for Random Bible Quote plugin */
.random-bible-quote {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.random-bible-quote:before {
    content: "\201C";
    font-size: 24px;
    margin-right: 5px;
}

.random-bible-quote:after {
    content: "\201D";
    font-size: 24px;
    margin-left: 5px;
}

.random-bible-quote:hover {
    background-color: #e0e0e0;
    cursor: pointer;
}