/*
Theme Name:     Kalitys-theme
Description:    Hello-elementor child theme.
Author:         Kalitys
Author URI:     https://www.kalitys.com/
Template:       hello-elementor
Version:        0.1.0
*/
.all-page-keywords-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin: 15px 0;
        }
        
        .keyword-item {
            display: inline-block;
            padding: 4px 12px;
            background-color: #f0f0f0;
            border-radius: 16px;
            font-size: 14px;
            color: #333;
            text-decoration: none;
            transition: all 0.2s ease;
        }
        
        .keyword-item:hover {
            background-color: #e0e0e0;
            color: #000;
            transform: translateY(-2px);
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        .no-keywords {
           
            color: #999;
        }