/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

/* ===== Listing Terms & Conditions Block ===== */
.listing-terms-conditions {
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-left: 4px solid #e8413e; /* Listeo red accent */
    border-radius: 4px;
    padding: 25px 30px;
    margin: 40px 0 20px;
}

.listing-terms-conditions .tnc-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.listing-terms-conditions .tnc-content {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    white-space: pre-wrap;
}