/** Whatsapp Button Styles */
#whatsapp-button {
    position: fixed;
    z-index: 1000;
}

#whatsapp-button img {
    width: 50px;
    height: 50px;
}

/** Social Proof Styles */
#wc-notification-container {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
}

/** Desktop */
@media (min-width: 768px) {
    .genc-top-left {
        top: 20px;
        left: 20px;
    }
    .genc-top-right {
        top: 20px;
        right: 20px;
    }
    .genc-bottom-right {
        bottom: 20px;
        right: 20px;
    }
    .genc-bottom-left {
        bottom: 20px;
        left: 20px;
    }
}

/** Mobile */
@media (max-width: 768px) {
    .genc-m-top-left {
        top: 20px;
        left: 20px;
    }
    .genc-m-top-right {
        top: 20px;
        right: 20px;
    }
    .genc-m-bottom-right {
        bottom: 20px;
        right: 20px;
    }
    .genc-m-bottom-left {
        bottom: 20px;
        left: 20px;
    }
}


#wc-notification {
    font-size: 16px;
    color: #333;
}

#wc-notification-container {
    max-width: 240px;
    display: flex;
    align-items: center;
}

#wc-notification {
    display: flex;
    align-items: center;
}

.product-image {
    flex-shrink: 0;
    margin-right: 10px;
}

.notification-details {
    flex: 1;
    word-wrap: break-word;
    line-height: normal;
}

div.order-timestamp span {
    font-size: 12px !important;
    color: #a3a3a3;
}

.social-proof-details{
    display: flex;
    flex-direction: column;
}