/* Howei Event Chimes - widget chrome (container/buttons/caption). The
   hanging-letter visuals themselves live in windchime-typography.css,
   rendered by WindchimePhysics.js. */

#howei-event-chimes {
    margin: 24px 0;
    padding: 20px 16px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(0, 87, 160, 0.05), rgba(0, 87, 160, 0.01));
    text-align: center;
}

#howei-event-chimes .chimes-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 12px;
}

#howei-event-chimes button {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #0057A0;
    background: #fff;
    color: #0057A0;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

#howei-event-chimes button:hover,
#howei-event-chimes button[aria-pressed="true"] {
    background: #0057A0;
    color: #fff;
}

#howei-event-chimes .chimes-caption {
    font-size: 13px;
    color: #667;
    margin-bottom: 10px;
    min-height: 16px;
}

#howei-event-chimes #chimes-visual {
    max-width: 480px;
    margin: 0 auto;
}
