/* Woo Instant Checkout Base Styles */

.wic-buy-now-btn {
    width: 100%;
    margin-top: 10px !important;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.wic-archive-btn {
    margin-top: 10px;
}

.wic-whatsapp-wrapper {
    margin-top: 10px;
    width: 100%;
}

.wic-whatsapp-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.wc-block-components-checkout-place-order-button {
	background-color: #10673A !important;
	color: #fff !important;
}

.wic-whatsapp-btn::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zM223.9 413.5c-33.4 0-66.2-9-94.8-25.9l-6.8-4-70.5 18.5 18.8-68.7-4.4-7c-18.6-29.6-28.4-63.8-28.4-99.2 0-103.1 84-187.1 187.3-187.1 50.1 0 97.1 19.5 132.5 54.9 35.4 35.4 54.8 82.5 54.8 132.6 0 103.2-84 186.9-188.1 186.9zm102.9-139.7c-5.6-2.8-33.5-16.5-38.7-18.4-5.2-1.9-9-2.8-12.8 2.8-3.7 5.6-14.6 18.4-17.9 22.2-3.3 3.7-6.6 4.2-12.2 1.4-5.6-2.8-23.9-8.8-45.5-28.1-16.8-15-28.1-33.6-31.5-39.2-3.3-5.6-.4-8.6 2.4-11.4 2.5-2.5 5.6-6.6 8.5-9.9 2.8-3.3 3.7-5.6 5.6-9.4 1.9-3.7.9-7-5.1-12.8-5.6-5.6-24.4-58.8-33.4-80.5-8.8-21.1-17.7-18.2-24.4-18.5-6.1-.2-13-.2-19.9-.2-6.6 0-17.4 2.5-26.6 12.8-9 10.4-34.9 34.1-34.9 83.3 0 49.2 35.8 96.6 40.8 103.2 5.2 7 70.4 107.5 170.6 150.7 24 10.4 42.7 16.6 57.3 21.2 24.1 7.7 46 6.6 63.4 4 19.2-2.9 59.4-24.3 67.8-47.8 8.4-23.5 8.4-43.6 5.8-47.8-2.6-4.2-9.4-6.6-15-9.4z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .wic-buy-now-btn, .wic-whatsapp-btn {
        padding: 12px;
        font-size: 16px; /* Prevents iOS input zoom and improves tap targets */
    }
}
