/**
 * Afojet WhatsApp Chat for WooCommerce
 * Frontend Styles
 *
 * @since 1.0.0
 * @author Afojet Infotech
 * @link https://www.afojet.com
 */
/* WhatsApp Promo Style Clickable Box */
.afj-promo-style {
    padding: 10px;
    margin: 10px 0;
    border: 1px dashed #4caf50;
    background: #f1fff3;
    border-radius: 6px;
}

/* Make entire box clickable */
.afj-promo-style a {
    display: block;
    width: 100%;
    height: 100%;
    color: #2e7d32;
    font-weight: 700;
    text-decoration: none;
}

/* Remove hover / click border changes */
.afj-promo-style a:hover,
.afj-promo-style a:focus,
.afj-promo-style a:active {
    text-decoration: none;
    color: #1b5e20;
    background: transparent;
    outline: none;
}
