/**
 * Boyraz Sosyal Donatılar Widget — Yapısal CSS
 * Design (renk, tipografi, spacing) Elementor kontrolleri üzerinden yönetilir.
 */

/* ── Grid ─────────────────────────────────────────────────────── */
.boyraz-sdon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 24px;
}

/* ── Kart ─────────────────────────────────────────────────────── */
.boyraz-sdon-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

/* ── İkon Sarmalayıcı ─────────────────────────────────────────── */
.boyraz-sdon-icon-wrap {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.boyraz-sdon-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* İkon yoksa placeholder */
.boyraz-sdon-no-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f1;
    border-radius: 50%;
    color: #aaa;
}

/* ── Metin Alanı ──────────────────────────────────────────────── */
.boyraz-sdon-text {
    flex: 1;
    min-width: 0;
}

.boyraz-sdon-title {
    display: block;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
}

.boyraz-sdon-desc {
    display: block;
    line-height: 1.5;
    margin: 0;
}

/* ── Elementor Editor placeholder ────────────────────────────── */
.boyraz-sdon-editor-placeholder {
    padding: 24px;
    text-align: center;
    border: 2px dashed #ccc;
    color: #999;
    font-size: 13px;
    border-radius: 6px;
}
