.elementor-1620 .elementor-element.elementor-element-9294b85{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-e70fde0 *//* Genel Kapsayıcı Stil (Öncekiyle aynı) */
.ai-summary-box {
    border: 1px solid #e0e0e0;
    border-radius: 12px; 
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); 
    max-width: 500px;
    font-family: Arial, sans-serif;
}

/* Başlık Bölümü (Öncekiyle aynı) */
.ai-summary-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.ai-summary-header .plus-icon {
    background-color: #6a0dad; 
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 8px;
    font-weight: bold;
}

.ai-tool-buttons {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
}

/* Tüm AI Aracı Link Düğmeleri için Temel Stil */
.tool-button {
    /* Linklerin altını çizme özelliğini kaldırır */
    text-decoration: none; 
    
    /* Düğme görünümü için flex kullanılır */
    display: flex; 
    align-items: center;
    
    padding: 8px 12px;
    border: 1px solid #dcdcdc;
    border-radius: 8px; 
    background-color: #f7f7f7;
    color: #333; /* Link rengi olarak buton rengi kullanılır */
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
    
    /* Metnin boşluk ayarı için gerekli */
    white-space: nowrap; 
}

.tool-button:hover {
    background-color: #e9e9e9;
    border-color: #c4c4c4;
}

.tool-button .icon {
    font-size: 18px;
    margin-right: 6px;
    line-height: 1;
}/* End custom CSS */