/*
Theme Name: Biagiotti Child
Theme URI: https://biagiotti.qodeinteractive.com
Description: A child theme of Biagiotti Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Text Domain: biagiotti
Template: biagiotti
*/

.notes-section { margin: 20px 0; font-family: inherit; }
.notes-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.notes-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #999; min-width: 90px; padding-top: 6px; }
.notes-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { background: #f5f0eb; border: 1px solid #e0d8d0; border-radius: 20px; padding: 5px 14px; font-size: 13px; color: #333; }