/*
 Theme Name:   Kibegleiter
 Theme URI:    https://kibegleiter.de/
 Description:  Child theme for Blocksy
 Author:       Kibegleiter.de Team
 Template:     blocksy
 Version:      1.0.0
 Text Domain:  kibegleiter
*/
.kibeg-ai-disclaimer {
    background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
    border-left: 5px solid #2196F3;
    border-radius: 6px;
    padding: 20px;
    margin: 30px 0;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.12);
}

.kibeg-ai-disclaimer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #1565c0;
}

.kibeg-ai-disclaimer strong {
    color: #ff9800;
}
