.gq-runtime-plugin-video-category-search {
  display: block;
  width: 100%;
  min-width: 0;
}

.gq-runtime-plugin-video-category-search .vcs-search {
  display: flex;
  width: 100%;
  min-width: 0;
  height: var(--vcs-height, 62px);
  overflow: hidden;
  color: var(--el-text-color-primary, #303133);
  background: var(--vcs-background, #fff);
  border: 1px solid var(--vcs-border, #dcdfe6);
  border-radius: var(--vcs-radius, 8px);
  box-shadow: 0 1px 2px rgb(0 0 0 / 2%);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.gq-runtime-plugin-video-category-search .vcs-search:hover {
  border-color: var(--el-border-color-hover, #c0c4cc);
}

.gq-runtime-plugin-video-category-search .vcs-search:focus-within {
  border-color: var(--el-color-primary, #409eff);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--el-color-primary, #409eff) 14%, transparent);
}

.gq-runtime-plugin-video-category-search .vcs-input-wrap {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
}

.gq-runtime-plugin-video-category-search .vcs-input {
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0 52px 0 24px;
  color: inherit;
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
  background: transparent;
  border: 0;
  outline: 0;
  appearance: none;
}

.gq-runtime-plugin-video-category-search .vcs-input::placeholder {
  color: var(--el-text-color-placeholder, #a8abb2);
  opacity: 1;
}

.gq-runtime-plugin-video-category-search .vcs-input::-webkit-search-cancel-button {
  display: none;
}

.gq-runtime-plugin-video-category-search .vcs-clear,
.gq-runtime-plugin-video-category-search .vcs-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--el-text-color-regular, #606266);
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease;
}

.gq-runtime-plugin-video-category-search .vcs-clear {
  position: absolute;
  right: 10px;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
}

.gq-runtime-plugin-video-category-search .vcs-clear:hover,
.gq-runtime-plugin-video-category-search .vcs-submit:hover {
  color: var(--el-color-primary, #409eff);
  background: var(--el-fill-color-light, #f5f7fa);
}

.gq-runtime-plugin-video-category-search .vcs-clear:focus-visible,
.gq-runtime-plugin-video-category-search .vcs-submit:focus-visible {
  box-shadow: inset 0 0 0 2px var(--el-color-primary, #409eff);
}

.gq-runtime-plugin-video-category-search .vcs-submit {
  flex: 0 0 auto;
  min-width: 64px;
  height: 100%;
  padding: 0 20px;
  border-left: 1px solid var(--vcs-border, #dcdfe6);
}

.gq-runtime-plugin-video-category-search .vcs-submit.has-label {
  gap: 8px;
  min-width: 104px;
}

.gq-runtime-plugin-video-category-search .vcs-submit-label {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .gq-runtime-plugin-video-category-search .vcs-search {
    height: min(var(--vcs-height, 62px), 52px);
  }

  .gq-runtime-plugin-video-category-search .vcs-input {
    padding-right: 44px;
    padding-left: 16px;
    font-size: 15px;
  }

  .gq-runtime-plugin-video-category-search .vcs-clear {
    right: 6px;
  }

  .gq-runtime-plugin-video-category-search .vcs-submit {
    min-width: 54px;
    padding: 0 15px;
  }

  .gq-runtime-plugin-video-category-search .vcs-submit.has-label {
    min-width: 54px;
  }

  .gq-runtime-plugin-video-category-search .vcs-submit-label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gq-runtime-plugin-video-category-search .vcs-search,
  .gq-runtime-plugin-video-category-search .vcs-clear,
  .gq-runtime-plugin-video-category-search .vcs-submit {
    transition: none;
  }
}
