.elementor-399103 .elementor-element.elementor-element-99c5b44{--display:flex;--min-height:300px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-399103 .elementor-element.elementor-element-99c5b44:not(.elementor-motion-effects-element-type-background), .elementor-399103 .elementor-element.elementor-element-99c5b44 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-399103 .elementor-element.elementor-element-d8001da{--display:flex;--justify-content:center;}.elementor-399103 .elementor-element.elementor-element-3f467ba img{height:250px;object-fit:cover;object-position:center center;border-radius:30px 30px 30px 30px;}.elementor-399103 .elementor-element.elementor-element-b671353{--display:flex;--justify-content:center;}.elementor-399103 .elementor-element.elementor-element-f883cd6{--display:flex;--min-height:300px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-399103 .elementor-element.elementor-element-efe4eb0 > .elementor-widget-container{margin:0px 0px 30px 0px;}@media(min-width:768px){.elementor-399103 .elementor-element.elementor-element-d8001da{--width:30%;}}/* Start custom CSS */.speaker-job-title {
    display: block; /* Alt satıra geçmesini sağlar */
    font-size: 16px;
    color: #666; /* Gri renk */
    font-weight: 500;
    margin-top: 5px;
}


/* Konuşmacı Sosyal İkonları Kapsayıcısı */
.speaker-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
    align-items: center;
}

/* Genel İkon Stili */
.speaker-social-icons .social-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%; /* Yuvarlak yapar */
    background-color: #f0f0f1; /* Varsayılan gri zemin */
    color: #333; /* İkon rengi */
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Mouse ile üzerine gelince (Hover) Renkler */
.speaker-social-icons .social-btn.linkedin:hover {
    background-color: #0077b5;
    color: #fff;
}

.speaker-social-icons .social-btn.twitter:hover {
    background-color: #000;
    color: #fff;
}

.speaker-social-icons .social-btn.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
}

/* İkonun içindeki SVG boyutu */
.speaker-social-icons .social-btn svg {
    width: 18px;
    height: 18px;
}/* End custom CSS */