No edit summary
No edit summary
Line 144: Line 144:




.fp-quote-article {
.fp-box-purple {
     background: #fcfcfc;
     background-color: #f3e8fd;
     border: 1px solid #e5e7eb;
     border-left: 5px solid #9b51e0;
     padding: 2em;
     padding: 2em;
    border-radius: 8px;
    line-height: 1.7;
     font-size: 1em;
     font-size: 1em;
    border-radius: 6px;
    line-height: 1.75;
    font-family: 'Georgia', serif;
     margin-bottom: 2em;
     margin-bottom: 2em;
}
.fp-quote-article blockquote {
    border-left: 4px solid #a3a3a3;
    padding-left: 1em;
    color: #555;
    font-style: italic;
    margin: 1.5em 0;
}
}