
.lll-report-problem-float {
  background: #2d2926;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  bottom: calc(14px + env(safe-area-inset-bottom));
  box-shadow: 0 8px 24px rgba(30, 24, 20, .22);
  color: #fff !important;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.2;
  padding: 10px 14px;
  position: fixed;
  right: 14px;
  text-decoration: none !important;
  z-index: 99990;
}

.lll-report-problem-float:hover,
.lll-report-problem-float:focus-visible {
  background: #a94e2d;
  color: #fff !important;
}

.lll-customer-report {
  margin: 0 auto;
  max-width: 860px;
  padding: 34px 20px 64px;
}

.lll-customer-report h1 {
  margin-bottom: 14px;
}

.lll-report-intro {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 760px;
}

.lll-report-form {
  background: #fffdf9;
  border: 1px solid #dfd2c3;
  border-radius: 18px;
  margin-top: 24px;
  padding: 24px;
}

.lll-report-grid {
  display: grid;
  gap: 16px 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lll-report-form p {
  margin: 0 0 18px;
}

.lll-report-form label {
  display: block;
  font-weight: 800;
  margin-bottom: 6px;
}

.lll-report-form input[type="text"],
.lll-report-form input[type="email"],
.lll-report-form select,
.lll-report-form textarea {
  background: #fff;
  border: 1px solid #cdbdad;
  border-radius: 10px;
  box-sizing: border-box;
  font: inherit;
  padding: 11px 12px;
  width: 100%;
}

.lll-report-form textarea {
  min-height: 180px;
  resize: vertical;
}

.lll-report-form input:focus,
.lll-report-form select:focus,
.lll-report-form textarea:focus {
  border-color: #a94e2d;
  box-shadow: 0 0 0 3px rgba(169, 78, 45, .14);
  outline: none;
}

.lll-report-privacy {
  background: #f7f0e8;
  border-left: 4px solid #a94e2d;
  font-size: .9rem;
  line-height: 1.5;
  padding: 11px 13px;
}

.lll-report-trap {
  left: -10000px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
}

.lll-report-account-card {
  background: #f7f0e8;
  border: 1px solid #dfd2c3;
  border-radius: 14px;
  margin-top: 28px;
  padding: 20px;
}

.lll-report-account-card h2 {
  margin-top: 0;
}

.lll-order-report-link {
  font-size: .9rem;
  margin-top: 16px;
  text-align: right;
}

@media (max-width: 680px) {
  .lll-report-grid {
    grid-template-columns: 1fr;
  }

  .lll-report-form {
    padding: 18px 15px;
  }

  .lll-report-problem-float {
    bottom: calc(10px + env(safe-area-inset-bottom));
    font-size: .72rem;
    max-width: calc(100vw - 28px);
    right: 10px;
  }
}

@media print {
  .lll-report-problem-float {
    display: none !important;
  }
}


/* Version 0.4.0 — the mobile link sits after page content instead of covering it. */
@media (max-width: 680px) {
  .lll-report-problem-float {
    bottom: auto;
    box-shadow: none;
    display: block;
    margin: 18px 12px 14px auto;
    max-width: calc(100vw - 24px);
    position: static;
    right: auto;
    width: max-content;
  }
}
