.elementor-1761 .elementor-element.elementor-element-e355580{--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-30df721 *//* Genel Kapsayıcı Stil */
.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ü */
.ai-summary-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 12px;
    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: nowrap; /* Mobilde yan yana kalması için nowrap yaptık */
    gap: 8px; /* Boşluğu biraz daralttık */
    overflow-x: auto; /* Çok küçük ekranlarda taşarsa kaydırılabilir olsun */
}

/* Tüm AI Aracı Link Düğmeleri */
.tool-button {
    text-decoration: none; 
    display: flex; 
    align-items: center;
    justify-content: center;
    flex: 1; /* Butonların eşit genişlikte yayılmasını sağlar */
    padding: 8px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 8px; 
    background-color: #f7f7f7;
    color: #333;
    font-size: 13px; /* Yazıyı bir tık küçülttük */
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
    white-space: nowrap; 
}

.tool-button:hover {
    background-color: #e9e9e9;
    border-color: #c4c4c4;
}

.tool-button .icon {
    font-size: 16px;
    margin-right: 4px;
    line-height: 1;
}

/* --- Mobil Düzenleme (480px ve altı için) --- */
@media (max-width: 480px) {
    .ai-summary-box {
        padding: 10px;
    }
    
    .ai-tool-buttons {
        gap: 5px; /* Butonlar arası boşluğu mobilde iyice daralttık */
    }

    .tool-button {
        padding: 6px 4px; /* Mobilde iç boşlukları küçülttük */
        font-size: 11px;  /* Metin boyutunu mobilde küçülterek yan yana sığdırdık */
    }

    .tool-button .icon {
        font-size: 14px;
        margin-right: 2px;
    }
}/* End custom CSS */