.comments-section{max-width:900px;margin:60px auto;font-family:Inter,sans-serif}.comments-header-row{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid var(--accent-gold);padding-bottom:10px;margin-bottom:10px}.comments-header-row .comments-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--text-main);margin:0}.comments-count{font-size:.9rem;color:var(--text-muted);border:1px solid #e0e0e0;padding:5px 12px;border-radius:6px;display:flex;align-items:center;gap:5px}.comments-subtitle{color:var(--text-muted);font-size:.95rem;margin-bottom:30px}.comment-item{display:flex;gap:20px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px;margin-bottom:20px;box-shadow:0 4px 15px #00000005}.comment-item-avatar{width:50px;height:50px;border-radius:50%;background-size:cover;background-position:center;flex-shrink:0}.comment-item-content{flex-grow:1}.comment-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:5px}.comment-item-author{display:flex;align-items:center;gap:10px}.comment-item-author strong{font-size:1.1rem;color:var(--text-main)}.verified-badge{font-size:.75rem;color:#d97706;background:#fef3c7;padding:3px 8px;border-radius:20px;display:flex;align-items:center;gap:4px;font-weight:600}.comment-item-actions i{color:var(--text-muted);cursor:pointer}.comment-item-date{font-size:.85rem;color:var(--text-muted);margin-bottom:12px}.comment-item-text{font-size:.95rem;line-height:1.6;color:#4a4a4a;margin-bottom:15px}.comment-item-footer{display:flex;gap:15px}.btn-action{background:none;border:none;color:var(--text-main);font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:5px;cursor:pointer;padding:0;transition:color .2s}.btn-action i,.btn-action:hover{color:var(--accent-gold)}.comment-form-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:30px;margin-top:40px;box-shadow:0 4px 20px #00000008}.comment-form-header{display:flex;gap:15px;align-items:center;margin-bottom:25px}.cf-icon{width:50px;height:50px;background:#fdf8f5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--accent-gold)}.comment-form-header h3{margin:0 0 5px;font-size:1.4rem;color:var(--text-main);font-family:Inter,sans-serif;font-style:normal;font-weight:700}.comment-form-header p{margin:0;font-size:.9rem;color:var(--text-muted)}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media(max-width:768px){.form-row-2{grid-template-columns:1fr}}.icon-input{position:relative}.icon-input i{position:absolute;left:15px;top:15px;color:var(--text-muted);font-size:1.1rem}.icon-input input,.icon-input textarea{width:100%;padding:15px 15px 15px 45px;background-color:#f8f9fa;border:1px solid transparent;border-radius:8px;font-size:.95rem;font-family:Inter,sans-serif;outline:none;transition:all .2s}.icon-input input:focus,.icon-input textarea:focus{background-color:#fff;border:1px solid var(--accent-gold);box-shadow:0 0 0 4px #d4a8531a}.form-footer-row{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.btn-post-comment{background:var(--accent-gold);color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.btn-post-comment:hover{background:#c59752}.form-security{font-size:.85rem;color:var(--text-muted);display:flex;align-items:center;gap:5px}
