.guide-cover:has(img),
.article-cover:has(img) {
  padding: 0;
  overflow: hidden;
}

.guide-cover img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.guide-feature {
  align-items: center;
}

.guide-feature .guide-cover:has(img) {
  width: calc(100% - clamp(28px, 4vw, 52px));
  min-height: 0;
  aspect-ratio: 1200 / 630;
  margin: clamp(14px, 2vw, 26px);
  border-radius: clamp(18px, 2vw, 24px);
  background: #eef3f6;
}

.guide-feature .guide-cover img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.article-cover:has(img) {
  min-height: 0;
}

.article-cover img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 850px) {
  .guide-feature .guide-cover:has(img) {
    width: calc(100% - 28px);
    margin: 14px;
  }
}

.guide-collection-select {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px 8px 16px;
  border: .5px solid rgba(59, 71, 80, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 10px 30px rgba(59, 71, 80, .045);
  backdrop-filter: blur(12px);
}

.guide-collection-select span {
  color: #70808a;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.guide-collection-select select {
  min-width: min(260px, 60vw);
  min-height: 42px;
  padding: 0 42px 0 14px;
  border: 0;
  border-radius: 12px;
  outline: 0;
  background: #e8f1f7;
  color: #42647a;
  font: 800 14px/1 inherit;
  cursor: pointer;
}

.guide-collection-select select:focus-visible {
  box-shadow: 0 0 0 3px rgba(107, 147, 176, .2);
}
