/* Weather Studio — Privacy Policy page styles.
   Built on the shared design system (weather-studio.css).
   Adds a subtle callout used for the one-line privacy notes. */

.ws-note {
    margin: 24px 0 0;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid var(--ws-callout-border);
    background: var(--ws-callout-bg);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--ws-text);
}
