.likesidslike {
	
  margin: 0px auto;
  text-align:center;
  padding: 5px;
  background:#fff;
}

.fa-thumbs-down, .fa-thumbs-o-down {
  transform:rotateY(180deg);
  
}
.pointer{cursor:pointer;}
.logged_in_user {
  padding: 10px 30px 0px;
}
i.like {
  color: #5cb85c;
}
i.dislike {
  color: #d9534f;
}
 span.likes,span.dislikes{vertical-align: super; }
 
span.likes{margin-right:40px;}
.temizsatir{clear:both;}

.escort-widget-soft {


  padding: 20px;
  color: #333;


  margin: auto;
}

.widget-header {
  text-align: center;
  margin-bottom: 18px;
}

.widget-header h3 {
  margin: 0;
  font-size: 1.3em;
  color: #2c3e50;
}

.widget-subtitle {
  font-size: 0.95em;
  color: #666;
  margin-top: 6px;
}

.widget-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366;
  color: white;
  padding: 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 16px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
}

.widget-button i {
  margin-right: 8px;
  font-size: 1.2em;
}

.widget-button:hover {
  background-color: #1ebe5d;
}

.widget-features {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
}

.widget-features li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #444;
  font-size: 0.95em;
}

.widget-features i {
  color: #25D366;
  margin-right: 8px;
}

.widget-info {
  font-size: 0.9em;
  color: #555;
  padding: 12px;
  background: #f1f1f1;
  border-left: 3px solid #25D366;
  border-radius: 6px;
}

/* Responsive */
@media (max-width: 480px) {
  .escort-widget-soft {
    padding: 16px;
  }

  .widget-button {
    font-size: 0.95em;
    padding: 10px;
  }
}

        .panel-stili {
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.2);
            margin-bottom: 20px;
        }

        .panel-heading {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 20px;
            text-align: center;
            position: relative;
            border: none;
        }

        .panel-heading::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
        }

        .panel-title {
            font-size: 18px;
            font-weight: 600;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        .glyphicon-star {
            margin-right: 8px;
            font-size: 16px;
            color: #ffd700;
        }

        .glyphicon-star::before {
            content: '⭐';
        }

        .panel-body {
            padding: 0;
        }

        .media-list {
            padding: 0;
            list-style: none;
            margin: 0;
        }

        .media {
            display: flex;
            align-items: center;
            padding: 16px 20px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            position: relative;
        }

        .media:hover {
            background: rgba(102, 126, 234, 0.05);
            transform: translateX(4px);
        }

        .media:last-child {
            border-bottom: none;
        }

        .media-left {
            margin-right: 16px;
        }

        .yan-cerceve {
            position: relative;
        }

        .yan-resim {
            width: 60px;
            height: 60px;
            border-radius: 12px;
            object-fit: cover;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .media:hover .yan-resim {
            transform: scale(1.05);
        }

        .media-body {
            flex: 1;
        }

        .media-heading {
            margin: 0 0 8px 0;
            font-size: 14px;
            line-height: 1.4;
        }

        .media-heading a {
            font-weight: 600;
            color: #2d3748;
            text-decoration: none;
            display: block;
        }

        .media-heading a:hover {
            color: #667eea;
        }

        .media-heading small {
            font-size: 12px;
            color: #718096;
            font-weight: normal;
        }

        .media-body p.small {
            font-size: 12px;
            color: #4a5568;
            line-height: 1.4;
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .btn {
            display: block;
            width: 100%;
            padding: 16px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            text-decoration: none;
            text-align: center;
            font-weight: 600;
            font-size: 14px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .btn:hover::before {
            left: 100%;
        }

        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
        }

        .btn-danger {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .btn-block {
            width: 100%;
        }

        .no-content {
            text-align: center;
            color: #718096;
            padding: 40px 20px;
            font-style: italic;
        }

        .ranking-number {
            position: absolute;
            left: 8px;
            top: 8px;
            width: 20px;
            height: 20px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            font-weight: bold;
        }

        @media (max-width: 480px) {
            .media {
                padding: 12px 16px;
            }
            
            .yan-resim {
                width: 50px;
                height: 50px;
            }
            
            .media-left {
                margin-right: 12px;
            }
        }
	
	.cerceve {
    width: 110px;
    height: 110px;
    float: left;
    margin-top: 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ddd; /* İsteğe bağlı çerçeve */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Hafif gölge */
}

 

    .warning-notice {
        background: #fff3cd;
        border: 1px solid #ffeaa7;
        border-radius: 8px;
        padding: 15px;
        margin: 10px 0;
        display: flex;
        align-items: center;
        font-family: Arial, sans-serif;
        color: #856404;
    }

    .warning-icon {
        width: 24px;
        height: 24px;
        margin-right: 12px;
        color: #f39c12;
    }

    .warning-text {
        font-size: 14px;
        line-height: 1.5;
    }

.seo-alani {
  
    margin: 40px auto;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
   
}

.seo-alani:hover {
    transform: translateY(-5px);
}

.seo-baslik {
   
    font-weight: 800;
    color: #1a1a1a;
    padding: 32px 32px 16px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.seo-aciklama {
    padding: 0 32px 32px;
}

.seo-metni {
    max-height: 160px;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    line-height: 1.7;
    color: #555;
}

.seo-metni * {
    margin-top: 0;
}

.seo-metni p {
    margin-bottom: 16px;
}

.seo-metni p:first-child {
    margin-top: 0;
}

.seo-metni p:last-child {
    margin-bottom: 0;
}

.seo-metni br {
    line-height: 1.7;
}

.seo-metni strong,
.seo-metni b {
    font-weight: 700;
    color: #333;
}

.seo-metni em,
.seo-metni i {
    font-style: italic;
}

.seo-metni u {
    text-decoration: underline;
}

.seo-metni h1,
.seo-metni h2,
.seo-metni h3,
.seo-metni h4,
.seo-metni h5,
.seo-metni h6 {
    font-weight: 700;
    color: #333;
    margin: 20px 0 12px 0;
}

.seo-metni h1:first-child,
.seo-metni h2:first-child,
.seo-metni h3:first-child,
.seo-metni h4:first-child,
.seo-metni h5:first-child,
.seo-metni h6:first-child {
    margin-top: 0;
}

.seo-metni h1 { font-size: 1.5rem; }
.seo-metni h2 { font-size: 1.3rem; }
.seo-metni h3 { font-size: 1.1rem; }
.seo-metni h4 { font-size: 1rem; }

.seo-metni ul,
.seo-metni ol {
    margin: 16px 0;
    padding-left: 24px;
}

.seo-metni li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.seo-metni a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s ease;
}

.seo-metni a:hover {
    color: #764ba2;
    text-decoration: underline;
}

.seo-metni img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 16px 0;
}

.seo-metni blockquote {
    border-left: 4px solid #667eea;
    padding-left: 16px;
    margin: 16px 0;
    font-style: italic;
    color: #666;
}

.seo-metni code {
    background: #f4f4f4;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
}

.seo-metni pre {
    background: #f4f4f4;
    padding: 16px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 16px 0;
}

.seo-metni pre code {
    background: none;
    padding: 0;
}

.seo-metni::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, white);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.seo-metni.aktif {
    max-height: 1000px;
}

.seo-metni.aktif::after {
    opacity: 0;
}

.devam-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.devam-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
}

.devam-btn:active {
    transform: translateY(0);
}

.btn-icon {
    transition: transform 0.3s ease;
}

.seo-metni.aktif ~ .devam-btn .btn-icon {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .seo-baslik {
        font-size: 1.5rem;
        padding: 24px 24px 12px;
    }

    .seo-aciklama {
        padding: 0 24px 24px;
    }

    .seo-metni {
        max-height: 140px;
    }

    .devam-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .seo-baslik {
        font-size: 1.3rem;
        padding: 20px 20px 10px;
    }

    .seo-aciklama {
        padding: 0 20px 20px;
    }
}
 .description-box {
            width: 100%;
            background: white;
            overflow: hidden;
        }
        
        .header {
            background: #667eea;
            color: white;
            padding: 20px 25px;
            text-align: center;
        }
        
        .header h2 {
            margin: 0;
            font-size: 15px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        .description-text strong, 
.description-text b {
    font-weight: bold !important;
}

.description-text em, 
.description-text i {
    font-style: italic !important;
}
        .content {
            padding: 25px;
            background: #f8f9ff;
            border-left: 3px solid #667eea;
        }
        
        .description-text {
            font-size: 16px;
            line-height: 1.6;
            color: #4a5568;
            margin: 0;
        }
        
        @media (max-width: 768px) {
            .description-box {
                margin: 10px;
            }
            
            .header, .content {
                padding: 15px 20px;
            }
            
            .header h2 {
                font-size: 18px;
            }
            
            .description-text {
                font-size: 14px;
            }
        }
.button-container {
            text-align: center;
            padding: 40px;
        }
        
        .return-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 16px 32px;
            background: linear-gradient(45deg, #ff6b6b, #ee5a24);
            color: white;
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            box-shadow: 0 8px 25px rgba(238, 90, 36, 0.4);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .return-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s ease;
        }
        
        .return-button:hover::before {
            left: 100%;
        }
        
        .return-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(238, 90, 36, 0.6);
            background: linear-gradient(45deg, #ff5722, #d84315);
        }
        
        .return-button:active {
            transform: translateY(-1px);
            box-shadow: 0 6px 20px rgba(238, 90, 36, 0.4);
        }
        
        .return-button i {
            font-size: 18px;
            transition: transform 0.3s ease;
        }
        
        .return-button:hover i {
            transform: translateX(-3px);
        }
        
        .button-text {
            text-align: center;
            line-height: 1.4;
        }
        
        @media (max-width: 768px) {
            .return-button {
                padding: 14px 24px;
                font-size: 14px;
                gap: 8px;
            }
            
            .return-button i {
                font-size: 16px;
            }
        }


