/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.1
*/

.tag-button {
    display: inline-block;
    background-color: #f48c35;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 5px;
    text-decoration: none !important;
    margin: 5px 5px 0 0;
    white-space: nowrap;
}

.tag-button:hover {
    background-color: #d3772e; /* Darker orange on hover */
    text-decoration: none; /* Ensure underline doesn't appear on hover */
}

.tag-button .tag-icon {
    display: inline-block;
    background-color: #fff;
    color: #f48c35;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    margin-right: 8px;
    vertical-align: middle;
}