iframe[name="ramcektexty"] {
        
         max-width: 100vw;
         }  
    
        #cookie-banner {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.8);       
            color: #fff;  
            padding: 20px;
            text-align: center;
            z-index: 10000;
        }

        #cookie-banner p {
            margin: 0 0 10px;
            font-size: 16px;
        }

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

#cookie-banner button {
    padding: 10px 20px;
    background-color: #1B5E20;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
    font-size: 14px;
    font-weight: bold;
}

#cookie-banner button:hover {
    background-color: #2E7D32;
}
            
         .iframe-container {
            display: flex; 
            justify-content: center;        
            overflow: visible;     
            flex-wrap: wrap;  
            
            margin: 0px auto;  
            
            width: 100%;                                  
        }   
        
         iframe[name="ramcek2"] {
            width: 970px; 
            
            height: 310px;
            background-color: #F5EEE1;
        }     
        
         @media (max-width: 768px) {
        iframe[name="ramcek2"] {
            height: 375px;
        }
    }    
     @media (min-width: 769px) and (max-width: 1024px) {
        iframe[name="ramcek2"] {
            height: 345px;
        }
    } 

#ai-chat-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    min-width: 150px;
    height: 42px;
    padding: 0 14px;
    border-radius: 24px;
    background: #2196F3;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    white-space: nowrap;
}

#ai-chat-box {
    position: fixed;
    right: 20px;
    bottom: 88px;
    width: 320px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.2);
    overflow: hidden;
    display: none;
    z-index: 9999;
}

.ai-header {
    background: #2196F3;
    color: white;
    padding: 12px;
    font-weight: bold;
}

.ai-message {
    padding: 15px;
    line-height: 1.5;
    font-size: 14px;
    color: #333;
}

@media (max-width: 600px) {

    #ai-chat-box {
        width: calc(100vw - 30px);
        right: 15px;
        bottom: 82px;
    }

    #ai-chat-button {
        right: 15px;
        bottom: 15px;
    }
}    

.ai-input-area {
    display: flex;
    gap: 6px;
    padding: 10px;
    border-top: 1px solid #ddd;
}

#ai-input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

#ai-send {
    padding: 8px 10px;
    background: #2196F3;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#ai-help-text {
    display: block;
    padding: 0 10px 3px 10px;
    color: #2196F3;
    font-size: 12px;
}

.ai-choice-row {
    margin-top: 1px;
    margin-bottom: 10px;
    padding-left: 12px;
}

.ai-choice {
    display: inline-block;
    margin: 4px 4px 0 0;
    padding: 5px 8px;
    background: #2196F3;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.footer-links {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-links a {
    color: #552B00;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

@media (max-width: 800px) {

    .footer-links {
        margin-bottom: 80px;
    }

}
