/* SAUTTAT page: atolyeler */
/* Atolyeler page */
.atolyeler-page .atolyeler-search-wrap {
  width: 100%;
  max-width: 320px;
}

.atolyeler-page .atolye-card {
  border: 1px solid #e6eef8;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(18, 56, 117, 0.08);
  transition: transform 0.25s ease;
}

.atolyeler-page .atolye-card:hover {
  transform: translateY(-10px);
}

.atolyeler-page .atolye-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.atolyeler-page .atolye-card-body {
  padding: 1rem;
}

.atolyeler-page .badge-category-social {
  background-color: #e7f7ee;
  color: #1f7a45;
  border: 1px solid #b9e6cb;
}

.atolyeler-page .badge-category-scientific {
  background-color: #e9f2ff;
  color: #1e4f9e;
  border: 1px solid #c4d9fb;
}

.atolyeler-page .badge-category-default {
  background-color: #f2f4f7;
  color: #425466;
  border: 1px solid #d9e0e8;
}

.atolyeler-page .atolye-detail-card {
  border: 1px solid #e6eef8;
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 60, 138, 0.08);
}

.atolyeler-page .atolye-detail-media,
.atolyeler-page .atolye-detail-content {
  padding-left: 0;
  padding-right: 0;
}

.atolyeler-page .atolye-detail-content {
  padding: 1.25rem;
}

.atolyeler-page .atolye-detail-image {
  width: 100%;
  display: block;
  border-radius: 0;
  object-fit: cover;
  max-height: 420px;
}

@media (max-width: 991.98px) {
  .atolyeler-page .atolyeler-search-wrap {
    max-width: 100%;
  }

  .atolyeler-page .atolye-card-image {
    height: 200px;
  }
}
