.wc-social-share {
    margin-top: 20px;
    text-align: center;
}

.wc-social-share p {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.wc-social-share-button {
    display: inline-block;
    margin: 5px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    transition: transform 0.3s;
}

.wc-social-share-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wc-social-share-button:hover {
    transform: scale(1.1);
}

.custom-link-logo-section {
    margin-bottom: 10px;
}
.custom-logo-preview {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: 10px;
    display: none;
}
.remove_custom_link_logo {
    margin-left: 10px;
}

