.naver-search-mock {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  box-sizing: border-box;
}

.naver-brand,
.naver-query {
  font-size: clamp(17px, 1.9vw, 22px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.naver-brand {
  color: #03c75a;
  flex-shrink: 0;
  white-space: nowrap;
}

.naver-search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
  min-height: 38px;
  max-height: 38px;
  padding: 0 4px 0 16px;
  border: 2px solid #03c75a;
  border-radius: 999px;
  background: #fff;
  box-sizing: border-box;
}

.naver-query {
  flex: 1;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.naver-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #03c75a;
  color: #fff;
  flex-shrink: 0;
}

@media (max-width: 520px) {
  .naver-search-mock {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px 12px 12px;
  }

  .naver-brand {
    text-align: center;
  }
}
