/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 3.1.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Commercial name badge (station detail page) */
.commercial-name-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin: 8px 0 4px;
    background: #f0f7ff;
    border-left: 3px solid #2555c1;
    border-radius: 0 6px 6px 0;
    font-size: 15px;
}
.commercial-name-badge .commercial-value {
    font-weight: 700;
    color: #1a3a6b;
}
.commercial-name-badge .commercial-rating {
    background: #ffc107;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
}
.commercial-name-badge .commercial-rating::before {
    content: "\2605 ";
}

/* Commercial name in municipality table */
td.flco small.commercial-name {
    display: block;
    font-size: 11px;
    color: #666;
    margin-top: 2px;
    text-align: right;
}
