body.fpv-instagram-active .fpv-url-field,
body.fpv-instagram-active .fpv-url-field .wapf-field-input {
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

body.fpv-instagram-active .fpv-url-field .wapf-field-input {
  display: block !important;
}

body.fpv-instagram-active .fpv-profile-shell,
body.fpv-instagram-active .fpv-profile-shell * {
  box-sizing: border-box;
}

body.fpv-instagram-active .fpv-profile-shell {
  width: 100% !important;
  max-width: none !important;
  height: 40px;
  min-height: 40px;
  position: relative;
  display: grid;
  grid-template-columns: 0 minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1.5px solid #0b55f5;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  transition:
    grid-template-columns .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

body.fpv-instagram-active .fpv-profile-shell.has-value {
  grid-template-columns: 0 minmax(0, 1fr);
}

body.fpv-instagram-active .fpv-profile-shell.is-found {
  grid-template-columns: 44px minmax(0, 1fr);
}

body.fpv-instagram-active .fpv-profile-shell:focus-within {
  border-color: #0b55f5;
  box-shadow: 0 0 0 3px rgba(11, 85, 245, .10);
}

body.fpv-instagram-active .fpv-avatar-cell {
  width: 44px;
  height: 38px;
  display: grid;
  place-items: center;
  overflow: hidden;
  opacity: 0;
  border-right: 1px solid #e3e9f6;
  background: #f8faff;
  transition: opacity .18s ease;
}

body.fpv-instagram-active .fpv-profile-shell.is-found .fpv-avatar-cell {
  opacity: 1;
}

body.fpv-instagram-active .fpv-avatar[hidden],
body.fpv-instagram-active .fpv-spinner[hidden],
body.fpv-instagram-active .fpv-search-note[hidden] {
  display: none !important;
}

body.fpv-instagram-active .fpv-avatar {
  width: 30px !important;
  height: 30px !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: 2px solid #fff;
  border-radius: 50% !important;
  object-fit: cover;
  background: #e8ebf3;
  box-shadow: 0 0 0 1px #d5dbea;
  opacity: 0;
  transform: scale(.92);
  transition: opacity .18s ease, transform .18s ease;
}

body.fpv-instagram-active .fpv-avatar.is-ready {
  opacity: 1;
  transform: scale(1);
}

body.fpv-instagram-active .fpv-spinner {
  width: 19px;
  height: 19px;
  display: block;
  margin: 0;
  padding: 0;
  border: 2.5px solid #dfe8ff;
  border-top-color: #0b55f5;
  border-radius: 50%;
  animation: fpv-spin .75s linear infinite;
}

@keyframes fpv-spin {
  to { transform: rotate(360deg); }
}

body.fpv-instagram-active .fpv-profile-input,
body.fpv-instagram-active .fpv-url-field input.fpv-profile-input {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 42px 0 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: #171a22 !important;
  background: transparent !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 38px !important;
}

body.fpv-instagram-active .fpv-profile-shell.is-found .fpv-profile-input {
  font-weight: 700;
}

body.fpv-instagram-active .fpv-profile-input::placeholder {
  color: #a6adbd;
  opacity: 1;
}

body.fpv-instagram-active .fpv-profile-shell .fpv-clear {
  position: absolute !important;
  z-index: 20 !important;
  top: 0 !important;
  right: 0 !important;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid transparent !important;
  border-radius: 0 !important;
  outline: 0 !important;
  color: #8891a3 !important;
  background: #fff !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-family: Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  user-select: none !important;
  transform: none !important;
  transition: color .15s ease, background-color .15s ease, opacity .15s ease !important;
}

body.fpv-instagram-active .fpv-profile-shell.has-value .fpv-clear {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body.fpv-instagram-active .fpv-profile-shell .fpv-clear:hover,
body.fpv-instagram-active .fpv-profile-shell .fpv-clear:focus {
  color: #0b55f5 !important;
  background: #f3f6ff !important;
  border-left-color: #e7ecf7 !important;
}

body.fpv-instagram-active .fpv-profile-shell .fpv-clear:active {
  color: #0647d8 !important;
}

body.fpv-instagram-active .fpv-search-note,
body.fpv-instagram-active .fpv-search-note.is-ok,
body.fpv-instagram-active .fpv-search-note.is-error {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.fpv-instagram-active .fpv-account-panel {
  display: none;
  width: 100%;
  margin: 7px 0 13px;
  padding: 8px 10px;
  border: 1px solid #dfe6f3;
  border-radius: 9px;
  background: #fafcff;
}

body.fpv-instagram-active .fpv-account-panel.show {
  display: block;
  animation: fpv-panel-in .2s ease both;
}

@keyframes fpv-panel-in {
  from {
    opacity: 0;
    transform: translateY(-3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.fpv-instagram-active .fpv-account-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 7px;
}

body.fpv-instagram-active .fpv-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 23px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 800;
  white-space: nowrap;
}

body.fpv-instagram-active .fpv-status-chip.public {
  color: #14864d;
  background: #eaf8f0;
}

body.fpv-instagram-active .fpv-status-chip.private {
  color: #d83849;
  background: #fff0f2;
}

body.fpv-instagram-active .fpv-private-help {
  display: none;
  max-width: 235px;
  color: #d83849;
  text-align: right;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 650;
}

body.fpv-instagram-active .fpv-private-help.show {
  display: block;
}

body.fpv-instagram-active .fpv-followers-math {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    18px
    minmax(0, 1fr)
    18px
    minmax(0, 1fr);
  align-items: center;
  gap: 3px;
  padding: 7px 6px;
  border: 1px solid #e5eaf3;
  border-radius: 8px;
  background: #fff;
}

body.fpv-instagram-active .fpv-math-block {
  min-width: 0;
  text-align: center;
}

body.fpv-instagram-active .fpv-math-block strong {
  display: block;
  overflow: hidden;
  color: #121620;
  font-size: 15px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.fpv-instagram-active .fpv-math-block span {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #6f7482;
  font-size: 8px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.fpv-instagram-active .fpv-math-sign {
  color: #0b55f5;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

body.fpv-instagram-active .single_add_to_cart_button.fpv-disabled {
  cursor: not-allowed !important;
  opacity: .55 !important;
}

@media (max-width: 480px) {
  body.fpv-instagram-active .fpv-followers-math {
    grid-template-columns:
      minmax(0, 1fr)
      14px
      minmax(0, 1fr)
      14px
      minmax(0, 1fr);
    padding-left: 4px;
    padding-right: 4px;
  }

  body.fpv-instagram-active .fpv-math-block strong {
    font-size: 14px;
  }

  body.fpv-instagram-active .fpv-math-block span {
    font-size: 7.5px;
  }

  body.fpv-instagram-active .fpv-private-help {
    max-width: 180px;
  }
}


/* Búsqueda totalmente silenciosa */
body.fpv-instagram-active .fpv-spinner {
  display: none !important;
}
