/* Duyurular listesi — mobil */

.duy-page .breadcrumb {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}

.duy-page .breadcrumb a {
  color: var(--blue);
}

.duy-intro {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.duy-intro p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.55;
  color: #243c58;
  font-weight: 600;
}

.duy-count {
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  color: var(--blue);
  padding: 4px 10px;
  border-radius: 999px;
  background: #eaf5ff;
}

.duy-empty {
  padding: 28px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.duy-list {
  display: grid;
  gap: 12px;
}

.duy-card {
  display: block;
  padding: 14px 16px 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(8, 60, 116, 0.08);
  color: inherit;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.duy-card:active {
  transform: scale(0.99);
}

.duy-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.duy-card-date {
  font-size: 11px;
  font-weight: 800;
  color: var(--muted);
}

.duy-card-arrow {
  font-size: 14px;
  font-weight: 900;
  color: var(--blue);
}

.duy-card-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  color: #07376a;
  letter-spacing: -0.2px;
}

.duy-card-excerpt {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.duy-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  padding: 12px;
}

.duy-pager-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1688ff, #0d6efd);
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(13, 110, 253, 0.22);
}

.duy-pager-info {
  font-size: 13px;
  font-weight: 900;
  color: #10243d;
}
