<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">blockquote.custom-social-share {
    background-color: #fff;
    border: none;
    border-radius: 6px;
    margin-right: 1%;
    box-shadow: 1px 3px 13px 5px #bababa;
    margin: 1.5em 0px 1.5em 0px;
    padding-bottom: 1.1rem;
    padding-top: 3.1rem;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
    text-align: center;
    display:block;
}
blockquote.custom-social-share:before{
    content:none;
}
blockquote.custom-social-share p {
    line-height: 1.5;
}
blockquote.custom-social-share .quote-share {
    padding-top: 7px;
    margin-left: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    color: #444;
    margin-top: 8px;
    padding-bottom: 8px;
    
}
blockquote.custom-social-share .quote-share span {
    font-size: 12px;
    font-style: normal;
    padding: 0px;
    padding-top: 4px;
    padding-right: 11px;
    word-break: initial;
}
blockquote.custom-social-share .quote-share a {
    float: left;
    font-size: 22px;
    padding: 4px 20px;
    line-height: 1.4;
    margin: 0 3px;
    border: 1px solid #eee;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    color: #000;
    text-decoration: none;
    word-break: initial;
}
blockquote.custom-social-share .quote-share a:hover {
    opacity: 0.75;
    transition: .3s;
}
blockquote.custom-social-share .quote-share a.icon-facebook {
    background: #3b5998;
    font-size: 15px;
    border: 1px solid #3b5998;
    border-radius: 15px;
    color: #fff;
    width: auto;
}
blockquote.custom-social-share .quote-share a.icon-whatsapp {
    background: #0f9806;
    font-size: 15px;
    border: 1px solid #0f9806;
    border-radius: 15px;
    color: #fff;
    width: auto;
}
blockquote.custom-social-share .quote-share a.icon-telegram {
    background: #32afed;
    font-size: 15px;
    border: 1px solid #32afed;
    border-radius: 15px;
    color: #fff;
    width: auto;
}
blockquote.custom-social-share .quote-share .copyit {
    background: linear-gradient(90deg , rgba(253,29,29,1) 27%, rgba(252,176,69,1) 100%) ;
    font-size: 15px;
    font-style: normal;
    border: none;
    border-radius: 15px;
    color: #fff;
    width: auto;
}
blockquote.custom-social-share .quote-share span.copied {
    background: #049a10;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    right: 0;
    text-align: center;
    padding: 5px;
    font-size: 15px;
    border-radius: 15px;
}
@media only screen and (max-width: 380px) { 
    blockquote.custom-social-share .quote-share a {
        padding: 4px 13px;
    }
}

.wp-block-image {
    margin-top: 20px;
    margin-bottom: 6px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 26%);
    border-radius: 6px;
}
.wp-block-image img {
    max-width: 100%;
    width:100%;
}
.wp-block-image .download-link {
    margin: 5px 0;
    text-align: center;
    padding: 20px 0;
}
.wp-block-image .download-link a {
    padding: 1px 15px 1px 15px;
    background: linear-gradient(90deg , rgb(29 139 253) 27%, rgb(5 210 182) 100%);
    font-size: 20px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
}

.wp-block-image .download-link a:hover,.download-link a:focus  {
    padding: 1px 15px 1px 15px;
    background: linear-gradient(90deg , rgb(29 139 253) 27%, rgb(5 210 182) 100%) !important;
    font-size: 20px;
    border-radius: 20px;
    color: #fff;
    opacity: 0.75;
    transition: .3s;
    text-decoration: none !important;
}

.wp-block-image figcaption {
    font-size: 14px;
    background: rgb(164 166 169);
    margin-top: 0 !important;
    margin-bottom: 1em;
    color: #fff !important;
    text-align: center;
}</pre></body></html>