.widget-quotes p{
    font-family : Roboto Slab, Times New Roman, serif;
    text-align  : center;
}

/* custom-widget.css */

.widget-quotes {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid  white;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgb(255,198,198); /* Add a subtle shadow to the border */
}
.widget-quotes h2{
    margin: 25px 0 25px;
}

.widget-quotes-title {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.widget-quotes .wp-block-quote p {
    color: #120202;
    padding: 10px;
    border-radius: 23px;
}
.wp-block-column blockquote{
    background-color: #ffc6c6; /* Background color for the div containing quotes */
}
.wp-block-column > *:last-child {
    background-color: #ffc6c6; /* Background color for the div containing quotes */
    padding: 10px; /* Optional: Add padding if necessary */
    border-radius: 5px; /* Optional: Add border-radius if necessary */
}
.wp-block-quote{
    background-color: #ffc6c6 !important; /* Background color for the div containing quotes */
    padding: 10px; /* Optional: Add padding if necessary */
    border-radius: 5px; /* Optional: Add border-radius if necessary */
}
