/* 各流量入口共用的与28开放平台导流条 */
.yu28-entry {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid #bbdefb;
  border-radius: 12px;
  background: linear-gradient(90deg, #eff6ff, #e3f2fd);
}

.yu28-entry strong {
  display: block;
  color: #0f172a;
  font-size: 16px;
}

.yu28-entry span {
  display: block;
  margin-top: 2px;
  color: #475569;
  font-size: 13px;
  line-height: 1.5;
}

.yu28-entry a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 10px;
  background: #1565c0;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.yu28-entry a:hover {
  background: #0d47a1;
}

@media (max-width: 520px) {
  .yu28-entry a {
    width: 100%;
  }
}
