.showcase .show-in > ul {
  display: none !important;
}

.show .tf-free-like-btn {
  width: 100%;
  margin-top: 10px !important;
  background: linear-gradient(135deg, rgba(233, 30, 99, 0.94), rgba(15, 140, 164, 0.9)) !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  box-shadow: 0 16px 34px rgba(16, 23, 34, 0.24);
}

.show .tf-free-like-btn:hover,
.show .tf-free-like-btn:focus {
  background: linear-gradient(135deg, #c91552, #0f8ca4) !important;
  color: #fff !important;
}

.free-like {
  width: 100%;
  margin-top: 12px;
}

.free-like__form {
  width: 100%;
  padding: 18px;
  color: #fff;
  background: rgba(16, 23, 34, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(16, 23, 34, 0.22);
  backdrop-filter: blur(8px);
}

.free-like__label {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.free-like__row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.free-like__input {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  color: #17202a;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 6px !important;
  box-shadow: inset 0 1px 0 rgba(16, 23, 34, 0.06);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
}

.free-like__input::placeholder {
  color: #7f8790;
  font-size: 17px;
  font-weight: 700;
  opacity: 1;
}

.free-like__input:focus {
  border-color: #6ee7a8;
  box-shadow: 0 0 0 4px rgba(110, 231, 168, 0.18);
}

.free-like__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 64px;
  padding: 0 20px;
  color: #fff;
  background: #e91e63;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(233, 30, 99, 0.25);
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, opacity 0.18s ease;
}

.free-like__submit:hover,
.free-like__submit:focus {
  background: #c91552;
  color: #fff;
  transform: translateY(-1px);
}

.free-like__submit:disabled,
.free-like__toggle:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.free-like__turnstile {
  display: flex;
  justify-content: center;
  min-height: 65px;
  margin-top: 14px;
  overflow-x: auto;
}

.free-like__status {
  min-height: 24px;
  margin: 10px 0 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45 !important;
  text-align: center;
}

.free-like__status_success {
  color: #6ee7a8 !important;
}

.free-like__status_error {
  color: #ff9bc0 !important;
}

.free-like__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

@media (max-width: 640px) {
  .free-like__form {
    padding: 16px 14px 18px;
  }

  .free-like__label {
    text-align: left;
  }

  .free-like__row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .free-like__submit {
    flex: none;
    width: 100%;
    min-width: 0;
  }

  .free-like__input,
  .free-like__submit {
    height: 58px;
    min-height: 58px;
  }

  .free-like__input {
    font-size: 17px;
    padding-inline: 14px;
  }

  .free-like__input::placeholder {
    font-size: 16px;
  }
}
