/* Your Custom Social Share - Customized by [Your Name] */
.at-quote-share .copyit span.copied::after {
    content: '✓ Copied!';
    color: #fff;
    font-weight: 600;
}

blockquote.at-social-share {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    border-radius: 16px;
    margin: 0 0 2em;
    border: none;
    padding: 25px;
    font-style: normal;
    font-size: 15px;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Rest of your CSS code exactly as you provided */
/* ... include all your CSS here ... */

/* Alternative color themes */
blockquote.at-social-share.theme-a {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
}

blockquote.at-social-share.theme-b {
    background: linear-gradient(135deg, #4834d4, #686de0);
}

blockquote.at-social-share.theme-c {
    background: linear-gradient(135deg, #00d2d3, #54a0ff);
}

blockquote.at-social-share.theme-d {
    background: linear-gradient(135deg, #f368e0, #ff9ff3);
}