.freda-tag-list {
    background:rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;

    a {
        font-style: italic !important;
        line-height: 2;
        font-size: 16px !important;
        font-weight: 300 !important;
        text-decoration: none !important;
        margin-right: 5px;
    }
}

.tag-list-block-preview {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #ccc;
    max-width: 600px;
    font-family: inherit;
}

.tag-list-block-preview .quote-icon {
    font-size: 30px;
    color: #30472F;
    display: block;
    margin-bottom: 10px;
}

.tag-list-block-preview p {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    color: #000;
}