.adsbygoogle {
  background: none !important;  /* 去除背景 */
  border: none !important;      /* 去除边框 */
}


/* 只给友链页面设置样式 */
.page-id-67 .friend-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  padding: 1rem;
}

.page-id-67 .friend-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem;
  border-radius: 12px;
  text-decoration: none;
  background-color: #f9f9f9;
  box-shadow: 0 1px 5px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.page-id-67 .friend-links a:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* 友链页面 */
.page-id-67 .friend-links img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

.page-id-67 .friend-links span {
  color: #333;
  font-size: 0.9rem;
  text-align: center;
}

h3 {
  font-size: 1.4em; /* 或者用 px,比如 24px */
  line-height: 1.4; /* 可选,调整行高 */
	margin-bottom: 0.4em;  /* 与下方正文的间距 */
}