/* Sidebar styles */

.sidebar {
  padding: 25px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  margin-bottom: 30px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0072c6;
  color: #333;
  position: relative;
}

/* Sidebar menu */
.sidebar-menu-list,
.sidebar-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu-list li,
.sidebar-widget ul li {
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.sidebar-menu-list li:last-child,
.sidebar-widget ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar-menu-list li a,
.sidebar-widget ul li a {
  color: #555;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  transition: all 0.3s ease;
}

.sidebar-menu-list li a:hover,
.sidebar-widget ul li a:hover {
  color: #0072c6;
  padding-left: 5px;
}

.sidebar-menu-list li.current-menu-item a,
.sidebar-widget ul li.current_page_item a {
  color: #0072c6;
  font-weight: 500;
}

/* İletişim bilgileri */
.contact-info p {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.contact-info i {
  margin-right: 10px;
  color: #0072c6;
  font-size: 16px;
}

.contact-info a {
  color: #555;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-info a:hover {
  color: #0072c6;
}

/* Recent posts */
.recent-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-posts li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.recent-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-posts li a {
  color: #555;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
  font-size: 14px;
}

.recent-posts li a:hover {
  color: #0072c6;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .sidebar {
    margin-top: 30px;
  }
}
