/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2026 | 09:22:09 */
.heading {
    line-height: 44px;
    background: url(//mobesekamerasi.com/wp-content/themes/safirwebportal/dist/../images/sprite.png) 0 -44px repeat-x;
    background-size: 44px 88px;
    font-size: 15px;
    color: #343434;
    text-shadow: 1px 1px 0px #fff;
    padding: 0 20px;
    position: relative;
    border-radius: 13px; /* Kenarları daha yuvarlatılmış yaptık */
    border: 1px solid #0d47a1; /* Sitenizin rengiyle uyumlu ince 1px çerçeve */
    border-bottom: none;
    overflow: hidden;
    font-weight: 500;
    font-family: var(--headFont);
    display: flex;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Hafif arka plan gölgesi ekledik */
}


.widgetContent {
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .1); /* Arka plana daha belirgin bir gölge ekledik */
    border-top: 0;
    border-radius: 18px; /* Kenarları daha yuvarlak yaptık */
    overflow: hidden;
    position: relative;
    border: 1px solid #0d47a1; /* Sitenizin rengiyle uyumlu ince 1px çerçeve */
}

.heading+.line {
    height: 1px;
    background: var(--c1);
    margin-bottom: 7px; /* 3px boşluk bırakır */
}

.tabbedWidget .tabheading a.active {
    background: #fff;
    line-height: 32px;
    margin-top: 6px;
    border-bottom: 1px solid #fff;
    border-radius: 15px; /* Köşeleri yuvarlak yapmak için ekledik */
}
.tabbedWidget .tabheading a {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .025);
    border-radius: 15px; /* Tüm köşeleri daha yuvarlak yaptık */
    line-height: 30px;
    background: #fff;
    color: #515151;
    display: block;
    float: left;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0;
    background: #f8f8f8;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #eee;
}

#featured {
    overflow: hidden;
    margin-bottom: var(--widgetSpace);
    border-radius: 0px; /* Kenarları daha yuvarlak */
    border: 1px solid rgba(13, 71, 161, 0.5); /* Site rengiyle (örneğin: #0d47a1) parlak çerçeve */
    
    /* Cam efekti için */
    backdrop-filter: blur(6px) saturate(180%);
    -webkit-backdrop-filter: blur(6px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75); /* Hafif şeffaf arka plan */
    
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .1); /* Hafif gölge efekti */
}

.mainHeading {
    font-size: 18px;
    line-height: 1;
    padding: 11px var(--widgetSpace) 13px;
    margin: 0 calc(0 * var(--widgetSpace)) 12px;
    font-weight: 600;
    font-family: var(--headFont);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0d47a1; /* Arka plan rengini buraya web sitenizle uyumlu olacak şekilde ayarlayın */
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); /* Hafif gölge */
    color: white; /* Yazı rengini beyaz yaptık */
    border-bottom: 5px solid #eaeaea; /* Alt kenarlık */
}

.comment-form-terms {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.comment-form-terms input[type="checkbox"] {
    margin-right: 10px;
}

.searchWidget #s {
    display: block;
    float: left;
    width: 100%;
    background: 0;
    height: 40px;
    border: 1px solid #0d47a1; /* Sitenizin rengiyle 1px çerçeve */
    border-radius: 0px; /* Kenarları yuvarlatılmış */
    line-height: 30px;
    color: #666;
    padding: 5px 50px 5px 10px;
    font-weight: 500;
    font-size: 13px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Hafif gölge efekti */
}

.searchWidget #s:focus {
    outline: none; /* Fokus durumunda kenar çizgileri kalmasın */
    border-color: #0b3a8b; /* Fokus sırasında daha koyu renk */
}
