/*
 Theme Name:   Lunna Child Theme
 Theme URI:    http://lunna.axiomthemes.com/
 Description:  Lunna Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com
 Template:     lunna
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  lunna
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

#cookie-banner {
    display: none; /* IMPORTANT */
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 320px;
    background: #333;
    color: #fff;
    padding: 15px 15px 10px 15px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.4;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

#cookie-banner a {
    color: #ffd700;
    text-decoration: underline;
}

#cookie-banner .cookie-buttons {
    margin-top: 10px;
    text-align: center;
}

#cookie-banner .cookie-buttons button {
    margin: 3px 2px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
}

#cookie-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 16px;
    cursor: pointer;
}
