.whatsapp-inquiry-button a {
	background-color: #009400;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 12px;
    font-weight: bold;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp-inquiry-button a:hover {
    background-color: #128C7E !important;
    transition: background-color 0.3s ease;
    color: white;
}
.stock.maybe-in-stock {
    color: #ff9800;
    font-weight: bold;
}

#dynamic-whatsapp-button,
.whatsapp-inquiry-button {
	margin-bottom: 15px;
}