<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blockquote {
    border-left: 6px solid #276738;
    padding-left: 3px;
    color: #00458b;
}

.quote blockquote {
    background-color: #fff;
    border: solid 2px #757575;
    display: inline-block;
    margin: 0;
    padding: 1em;
    position: relative;
}

.quote blockquote:before {
    background-color: #fff;
    bottom: -10%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -10%;
    transform: rotate(-15deg) skew(5deg);
}

.quote blockquote cite {
    display: block;
    font-style: italic;
    text-align: right;
}

.quote blockquote cite:before {
    content: "- ";
}

.quote blockquote&gt;* {
    position: relative;
    z-index: 1;
}

.animated-border-quote {
    display: inline-block;
    margin: 1em;
    /* max-width: 20em; */
    overflow: hidden;
}

.animated-border-quote blockquote {
    background-color: #fff;
    border: solid 2px #757575;
    display: inline-block;
    margin: 0;
    padding: 1em;
    position: relative;
}

.animated-border-quote blockquote:before {
    animation: clockwise 30s infinite linear;
    background-color: #fff;
    bottom: 10%;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 10%;
}

.animated-border-quote blockquote:after {
    animation: counter 30s infinite linear;
    background-color: #fff;
    bottom: 10%;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 10%;
}

.animated-border-quote blockquote cite {
    display: block;
    font-style: italic;
    text-align: right;
}

.animated-border-quote blockquote cite:before {
    content: "- ";
}

.animated-border-quote blockquote&gt;* {
    position: relative;
    z-index: 1;
}

@keyframes clockwise {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes counter {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.animated-shadow-quote {
    display: inline-block;
    margin: 1em;
    max-width: 20em;
    position: relative;
}

.animated-shadow-quote blockquote {
    animation: shadows 2s linear infinite alternate;
    display: inline-block;
    margin: 0;
    padding: 1em;
}

.animated-shadow-quote blockquote cite {
    display: block;
    font-style: italic;
    text-align: right;
}

.animated-shadow-quote blockquote cite:before {
    content: "- ";
}

@keyframes shadows {
    0% {
        box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.25);
        transform: scale(0.95);
    }
    100% {
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
        transform: scale(1);
    }
}

.square-brackets-quote {
    display: inline-block;
    font-family: sans-serif;
    margin: 1em;
    max-width: 20em;
}

.square-brackets-quote blockquote {
    border: solid 1em #ccc;
    display: inline-block;
    margin: 0;
    padding: 1em;
    position: relative;
}

.square-brackets-quote blockquote:before {
    background-color: #fff;
    bottom: -1em;
    content: "";
    left: 2em;
    position: absolute;
    right: 2em;
    top: -1em;
}

.square-brackets-quote blockquote cite {
    color: #757575;
    display: block;
    font-size: small;
    font-style: normal;
    text-align: right;
    text-transform: uppercase;
}

.square-brackets-quote blockquote&gt;* {
    position: relative;
    z-index: 1;
}

.giant-quotes-quote {
    display: inline-block;
    font-family: sans-serif;
    margin: 1em;
    max-width: 20em;
}

.giant-quotes-quote blockquote {
    display: inline-block;
    margin: 0;
    padding: 1em;
    position: relative;
}

.giant-quotes-quote blockquote:before {
    color: #f90;
    content: "��";
    font-size: 4em;
    left: 0;
    line-height: 0.75em;
    position: absolute;
    top: 0;
    transform: scale(2, 8);
    transform-origin: top;
}

.giant-quotes-quote blockquote:after {
    color: #f90;
    content: "��";
    font-size: 4em;
    line-height: 0.75em;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(2, 8);
    transform-origin: top;
}

.giant-quotes-quote blockquote&gt;* {
    padding: 0 2em;
}

.giant-quotes-quote blockquote cite {
    color: #c60;
    display: block;
    font-style: normal;
    text-align: right;
    text-transform: uppercase;
}</pre></body></html>