/*
Theme Name:  VedaOne Advisors
Theme URI:   https://vedaoneadvisors.com
Author:      VedaOne Advisors
Author URI:  https://vedaoneadvisors.com
Description: Bespoke real estate theme for VedaOne Advisors — Pune's premier property advisory firm. Navy, white & gold design system.
Version:     2.0.0
License:     GNU General Public License v2 or later
Tags:        real-estate, property, pune, custom-post-type, responsive
Text Domain: vedaone
*/

/*
 * All theme CSS is embedded in each template file via <style> blocks
 * and in header.php for global variables. This file satisfies WordPress
 * theme requirements and can also hold any additional global overrides.
 */

/* ── WordPress Core Fixes ───────────────────── */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 12px; color: #8a8578; text-align: center; padding: 6px 0; }
.gallery { display: flex; flex-wrap: wrap; gap: 8px; }
.gallery-item { flex: 1 1 200px; }
.gallery-item img { width: 100%; border-radius: 6px; }
.alignleft  { float: left; margin: 0 20px 16px 0; }
.alignright { float: right; margin: 0 0 16px 20px; }
.aligncenter { display: block; margin: 0 auto 16px; }

/* ── Comment Styles ─────────────────────────── */
.comment-list { list-style: none; padding: 0; }
.comment { padding: 20px 0; border-bottom: 1px solid #e2dfd6; }
.comment:last-child { border-bottom: none; }
.comment-author img { border-radius: 50%; border: 2px solid #f5e9c8; }
.comment-metadata a { font-size: 12px; color: #8a8578; }
.comment-content { font-size: 14px; line-height: 1.75; color: #4a4640; margin-top: 8px; }
.comment-reply-link { font-size: 12px; font-weight: 700; color: #122040; }
.comment-form input, .comment-form textarea {
    width: 100%; padding: 10px 13px; border: 1.5px solid #e2dfd6;
    border-radius: 8px; font-family: 'Jost', sans-serif; font-size: 14px;
    margin-bottom: 12px; outline: none;
}
.comment-form input:focus, .comment-form textarea:focus { border-color: #c9a84c; }
.comment-form-comment textarea { min-height: 120px; }
.form-submit input[type="submit"] {
    background: #0a1628; color: #fff; border: none;
    padding: 12px 28px; border-radius: 8px; font-size: 14px;
    font-weight: 600; cursor: pointer; font-family: 'Jost', sans-serif;
}
.form-submit input[type="submit"]:hover { background: #122040; }
