/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* Add your custom styles here */

/* Custom Fields Styling for Car Brands */
.car-brand-meta .meta-item {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
}

.car-brand-meta .meta-item.price-highlight {
    color: #007cba;
    font-weight: 600;
}

.car-brand-meta .meta-item strong {
    color: #333;
}

/* Portfolio Grid Custom Fields */
.lqd-pf-meta-item {
    display: block;
    line-height: 1.4;
}

.lqd-pf-meta-item small {
    font-size: 12px;
}

.text-primary {
    color: #007cba !important;
}

/* Single Portfolio Custom Fields */
.pf-single-contents .meta-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.pf-single-contents .meta-item:last-child {
    border-bottom: none;
}

.pf-single-contents .meta-item strong {
    min-width: 120px;
    margin-right: 15px;
    color: #333;
    font-weight: 600;
}

.pf-single-contents .meta-item span {
    color: #666;
}

/* Admin Custom Fields Styling */
.car-brand-custom-fields {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 10px;
}

.car-brand-custom-fields table {
    width: 100%;
    border-collapse: collapse;
}

.car-brand-custom-fields td {
    padding: 8px 0;
    vertical-align: top;
}

.car-brand-custom-fields label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.car-brand-custom-fields input[type="text"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
}

.car-brand-custom-fields input[type="text"]:focus {
    border-color: #007cba;
    outline: none;
    box-shadow: 0 0 3px rgba(0, 124, 186, 0.3);
}

/* Portfolio Meta Widget Custom Fields */
.lqd-pf-single-meta .lqd-pf-single-meta-part {
    margin-bottom: 15px;
    padding: 10px 0;
}

.lqd-pf-single-meta .lqd-pf-single-meta-part.price-highlight {
    background: rgba(0, 124, 186, 0.05);
    padding: 15px;
    border-radius: 5px;
    border-left: 3px solid #007cba;
}

.lqd-pf-single-meta .lqd-pf-single-meta-part p {
    margin: 0;
    line-height: 1.4;
}

.lqd-pf-single-meta .lqd-pf-single-meta-part .font-weight-bold {
    font-weight: 600;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lqd-pf-single-meta .lqd-pf-single-meta-part .text-primary {
    color: #007cba !important;
    font-size: 16px;
}