/* VelChat final mobile cover and clean upload polish */
@media (max-width: 767px) {
  body .page-margin.profile.wo_user_profile .profile-container.tag_cover_bg .card.hovercard .cardheader.user-cover,
  body .wo_user_profile .wow_content.cardheader.user-cover,
  body .wo_user_profile .cardheader.user-cover {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
  }

  body .wo_user_profile .cardheader.user-cover .tag_usr_prof_covr,
  body .wo_user_profile .cardheader.user-cover .user-cover-reposition-container,
  body .wo_user_profile .cardheader.user-cover .user-cover-reposition-w {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  body .wo_user_profile .cardheader.user-cover .tag_usr_prof_covr img,
  body .wo_user_profile .cardheader.user-cover #cover-image,
  body .wo_user_profile .cardheader.user-cover .user-cover-reposition-w img {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body .wo_user_profile .cardheader.user-cover form.profile-cover-changer,
  body .wo_user_profile .cardheader.user-cover form.profile-cover-changer[data-velchat-cover-form="1"] {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 24px) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    z-index: 80 !important;
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body .wo_user_profile .cardheader.user-cover form.profile-cover-changer .profile_cover,
  body .wo_user_profile .cardheader.user-cover form.profile-cover-changer .when-notedit,
  body .wo_user_profile .cardheader.user-cover form.profile-cover-changer .when-edit {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 24px) !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body .wo_user_profile .cardheader.user-cover form.profile-cover-changer .btn-file,
  body .wo_user_profile .cardheader.user-cover form.profile-cover-changer .btn-file.btn-sm,
  body .wo_user_profile .cardheader.user-cover form.profile-cover-changer .tag_cover_upload_btn {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    white-space: nowrap !important;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.58) !important;
    border: 0 !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.22) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
  }

  body .wo_user_profile .cardheader.user-cover form.profile-cover-changer .btn-file svg,
  body .wo_user_profile .cardheader.user-cover form.profile-cover-changer .btn-file.btn-sm svg,
  body .wo_user_profile .cardheader.user-cover form.profile-cover-changer .tag_cover_upload_btn svg {
    position: static !important;
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 22px !important;
    text-indent: 0 !important;
    color: inherit !important;
  }

  body .wo_user_profile .cardheader.user-cover form.profile-cover-changer .btn-file input[type="file"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 3 !important;
  }

  body .wo_user_profile .cardheader.user-cover .tag_user_prof_opts {
    top: 12px !important;
    right: 12px !important;
    z-index: 85 !important;
  }
}

/* Hide only automatic video-title compatibility fields; user captions stay in the normal textarea. */
.tag_pub_video_title,
.tag_pub_video_title input.videoTitle,
.video-form.tag_pub_video_title,
input.videoTitle[data-velchat-auto-title="1"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.tag_video_queue_note {
  margin-top: 10px;
  opacity: .78;
  font-size: 13px;
}
