/* Cookie Banner Styles */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1f2937;
    color: white;
    padding: 1.5rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 80vh;
    overflow-y: auto;
    max-height: 80vh;
    overflow-y: auto;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.cookie-text h4 {
    color: #059669;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.cookie-text p {
    color: #d1d5db;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.cookie-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.cookie-actions .btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    white-space: nowrap;
    white-space: nowrap;
}

.cookie-actions .btn-primary {
    background-color: #4F46E5;
    color: white;
    border: none;
}

.cookie-actions .btn-primary:hover {
    background-color: #4338CA;
}

.cookie-actions .btn-secondary {
    background-color: transparent;
    color: #d1d5db;
    border: 2px solid #6b7280;
}

.cookie-actions .btn-secondary:hover {
    background-color: #6b7280;
    color: white;
}

.cookie-link {
    color: #059669;
    text-decoration: none;
    font-size: 0.9rem;
    white-space: nowrap;
}

.cookie-link:hover {
    text-decoration: underline;
}

/* Cookie Customization Panel */
.cookie-customization {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid #374151;
}

.cookie-customization h4 {
    color: #059669;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.cookie-options {
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem;
}

.cookie-option {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cookie-option label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    color: #f3f4f6;
    cursor: pointer;
}

.cookie-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #4F46E5;
}

.cookie-option input[type="checkbox"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.cookie-option p {
    color: #d1d5db;
    font-size: 0.85rem;
    margin: 0;
    padding-left: 2rem;
}

.cookie-custom-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    justify-content: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
        text-align: center;
        gap: 1.5rem;
    }
    
    .cookie-actions {
        flex-direction: column;
        width: 100%;
        width: 100%;
        gap: 0.75rem;
    }
    
    .cookie-actions .btn {
        width: 100%;
        max-width: 200px;
        max-width: 200px;
    }
    
    .cookie-text p {
        font-size: 0.85rem;
    }
    
    .cookie-custom-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .cookie-custom-actions .btn {
        width: 100%;
        max-width: 200px;
    }
    
    .cookie-custom-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .cookie-custom-actions .btn {
        width: 100%;
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        padding: 1rem;
    }
    
    .cookie-actions .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }
    
    .cookie-actions .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }
}