/* Bhowco Platform Note */
.bhowco-platform-note {
    font-size: 0.85em;
    line-height: 1.4;
    color: #6b7280;
    font-style: italic;
    text-align: center;
    padding: 12px 16px;
    margin: 20px auto 0;
    max-width: 800px;
    border-top: 1px solid #e5e7eb;
    background-color: #f9fafb;
    border-radius: 0 0 6px 6px;
    font-family: inherit;
}