/**
* Theme Name: Autosoe Child
* Description: This is a child theme of Autosoe, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: autosoe
* Version: 1.0.0
*/
.product-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.read-more-btn {
    flex: 1;
    background: #e53935;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
}

.whatsapp-btn {
    flex: 1;
    background: #25D366;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
}

.whatsapp-btn:hover {
    background: #1ebe5d;
}