/* Plan page specific styles */

.filter-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #5062ff;
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
    z-index: 9999;
    display: none;
    font-family: "Montserrat", sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.4;
    border: 1px solid rgba(255, 255, 255, 0.1);
} 