/* AlMindhar Migration Banner Styles */

#amn-migration-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 15px 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.amn-banner-content {
    max-width: 1200px;
    margin: 0 auto;
}

.amn-banner-message {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.amn-banner-message strong {
    font-weight: 600;
}

.amn-banner-contact {
    display: inline-block;
    margin-left: 20px;
    font-weight: 500;
}

.amn-banner-contact a {
    font-weight: 600;
    transition: opacity 0.3s ease;
}

.amn-banner-contact a:hover {
    opacity: 0.8;
}

/* Push body content down when banner is visible */
body {
    padding-top: 60px !important;
}

/* Add spacing between banner and navbar/header */
#amn-migration-banner + * {
    margin-top: 15px !important;
}

/* Specifically target common header classes */
.header-section,
.site-header,
#header,
.main-header,
.header-main,
.top-nav {
    margin-top: 15px !important;
}

/* Responsive design */
@media (max-width: 768px) {
    #amn-migration-banner {
        padding: 12px 15px;
    }
    
    .amn-banner-message {
        font-size: 13px;
    }
    
    .amn-banner-contact {
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }
    
    body {
        padding-top: 90px !important;
    }
}

@media (max-width: 480px) {
    #amn-migration-banner {
        padding: 10px;
    }
    
    .amn-banner-message {
        font-size: 12px;
    }
    
    body {
        padding-top: 110px !important;
    }
}
