.wp-block-chadgpt-quote.chadgpt-quote{
    text-align: left !important;
    position: relative;
    padding-left: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: 1.5rem 0;
}

.wp-block-chadgpt-quote.chadgpt-quote::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #E74C3C;
}

.chadgpt-quote-content{
    position: relative;
}

.chadgpt-quote-text{
    font-style: italic;
    line-height: 1.6;
    margin: 0 0 1rem 0;
    padding: 0;
    position: relative;
}


.chadgpt-quote-author{
    font-weight: 600;
    margin: 0;
    padding: 0;
    opacity: 0.9;
}

.chadgpt-quote-author a{
    text-decoration: underline;
    color: inherit;
}

.chadgpt-quote-author a:hover{
    opacity: 0.7;
}
