/* Global style for snapshot info banner */
.snapshot-info-banner {
    background: #f6fafd;
    border: 1px solid #e0e7ef;
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 10px;
    margin-top: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-style: italic;
    color: #3a4a5d;
    font-weight: 400;
    max-width: 100%;
    box-shadow: none;
    letter-spacing: 0.01em;
    opacity: 0.95;
}
.snapshot-info-banner i {
    font-size: 15px;
    color: #6c757d;
    margin-right: 8px;
    opacity: 0.8;
}
.snapshot-info-banner span {
    color: #3a4a5d;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
}
