/* Button Styles */
.btn-glow {
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.4);
}

/* Form Elements Styles */
select option {
    padding: 1rem !important;
    font-size: 16px !important;
    height: auto !important;
    min-height: 3rem !important;
}

/* Mobile Modal Backdrop */
.backdrop-blur-sm {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Background Image Overlay */
.bg-white\/95 {
    background-color: rgba(255, 255, 255, 0.95);
}

/* Logo Styles */
.logo-white {
    filter: brightness(0) invert(1);
}

/* Layout Styles */
.main-container {
    min-height: 100vh;
    background-image: url('https://smt-static-assets.s3.amazonaws.com/v3/node-web/bg/fishwise-blue-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modal Styles */
.modal-container {
    max-height: 70vh;
}

.modal-content {
    max-height: calc(70vh - 57px);
}

/* Footer Styles */
.site-footer {
    background-color: rgba(0, 47, 108, 0.7);
    padding: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    z-index: 40;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

@media (max-width: 640px) {
    .site-footer {
        padding: 0.5rem;
        font-size: 0.75rem;
        line-height: 1.25;
    }
    
    .site-footer .space-x-1 > * {
        margin: 0 0.125rem;
    }
    
    .site-footer .mt-1 {
        margin-top: 0.25rem;
    }
}

.site-footer .space-x-1 > * {
    margin: 0 0.25rem;
}

.site-footer a {
    color: #60a5fa;
    text-decoration: none;
    font-weight: 500;
}

.site-footer a:hover {
    color: #93c5fd;
    text-decoration: underline;
}
