/*
	Theme Name:     Mobex Child
	Theme URI:      http://www.enovathemes.com/mobex
	Description:    Mobex - Auto Parts Woocommerce WordPress Theme
	Author:         Enovathemes
	Author URI:     https://enovathemes.com
	Version:        1.0
	Template:       mobex
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.radahost-loop-button-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

/* Icon button styling (cart and WhatsApp) */
.radahost-icon-button {
    background: none;
    border: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.radahost-icon-button img {
    width: 24px;
    height: 24px;
    display: block;
}

/* Read more button */
.radahost-read-more {
    padding: 4px 10px;
    font-size: 13px;
    background-color: #333;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}
.radahost-read-more:hover {
    background-color: #000;
}
