.blockquote-share {
    text-align: center;
    margin: 20px auto;
    max-width: 600px;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #1e73be;
}
.blockquote-share blockquote {
    font-size: 18px;
    font-style: italic;
    border-left: 0;
    background: transparent !important;
    margin-bottom: 0 !important;
    padding:  0 !important;
}
.blockquote-share .emoji {
    margin-right: 8px;
}
.share-buttons {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-buttons span {
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}
.share-buttons a {
    margin: 0 4px;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.share-buttons a svg {
    width: 20px;
}

.share-buttons a svg path {
    fill: white;
}

.share-buttons button {
    display: inline-flex;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
    background: #0073aa; /* Default button color */
    line-height: 1;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 14px;
    margin: 0 4px;
}

.share-buttons button:hover {
    background: #005177 !important; /* Darker shade on hover */
    color: #fff !important;
}


.share-buttons .fb { background: #3b5998; }
.share-buttons .wa { background: #25d366; }
.share-buttons .x { background: #1da1f2; }
.share-buttons .copy-btn { background: #0073aa; }
