/* Base Market Watch Banner Styles  */
/* File: /home/httpd/shared/market-watch/banner_css/banner-styles-base.css */

.published-notice {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    background-color: #e8f4f8;
    border: 1px solid #bee5eb;
    border-radius: 6px;
    color: #0c5460;
    text-align: center;
    padding: 12px 20px;
    margin: 20px auto;
    max-width: 800px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    break-after: always;
}

.published-notice h2 {
    /* No additional styles - matches existing */
}

.published-notice span {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    display: inline-block;
}

.published-notice a {
    /* No additional styles - matches existing plain link */
}