/* Header Styles */
body {
    padding-top: 0;
}

/* Corner Notice */
.corner-notice {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 1050 !important;
    max-width: 320px !important;
}

@media (max-width: 768px) {
    .corner-notice {
        max-width: 280px !important;
        bottom: 15px !important;
        right: 15px !important;
        font-size: 0.8rem !important;
    }
}

@media (max-width: 576px) {
    .corner-notice {
        max-width: calc(100% - 30px) !important;
        bottom: 10px !important;
        right: 15px !important;
        left: 15px !important;
        font-size: 0.75rem !important;
    }
}