/* Profil sayfası özel stilleri */
.d-flex.justify-content-end a.btn {
    min-width: 130px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.d-flex.justify-content-end a.btn:hover {
    transform: translateY(-2px);
}

.cover-photo {
  height: 280px;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
}

.avatar-frame {
  width: 150px;
  height: 150px;
  margin-top: -75px;
}

.object-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-title {
  font-weight: 600;
}

.text-muted {
  font-size: 0.9rem;
}

.card {
  transition: all 0.2s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.08);
}

.btn-outline-primary {
  border-width: 2px;
}

.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
}

.border-4 {
  border-width: 4px !important;
}

.rounded-4 {
  border-radius: 1rem !important;
}

.fs-5 i:hover {
  color: #0d6efd;
  transition: color 0.3s ease;
}
