/* Feedback page using Customer Service form v2
   Exact fix for actual output:
   .gsee-feedback-widget > .table.w1600 > .tableL
   radio rows / text rows / textarea / .butn
*/
.gsee-feedback-page,
.gsee-feedback-page * {
  box-sizing: border-box;
}

.gsee-feedback-page {
  --gsee-red: #e60033;
  --gsee-blue: #1f5ab8;
  --gsee-navy: #061b49;
  --gsee-text: #202833;
  --gsee-muted: #687485;
  --gsee-line: #e2e9f3;
  background:
    radial-gradient(circle at 92% 2%, rgba(31, 90, 184, .08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fc 48%, #ffffff 100%);
  padding: 36px 0 76px;
  overflow: hidden;
}

.gsee-feedback-page a {
  color: inherit;
  text-decoration: none;
}

.gsee-feedback-page img {
  display: block;
  max-width: 100%;
}

.gsee-feedback-container {
  width: min(1360px, calc(100vw - 72px));
  margin: 100px auto 0 auto;
}

/* Breadcrumb */
.gsee-feedback-breadcrumb {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  color: #7a8493;
  font-size: 14px;
}

.gsee-feedback-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #687485;
  transition: color .18s ease;
}

.gsee-feedback-breadcrumb a:hover,
.gsee-feedback-breadcrumb a:last-child {
  color: var(--gsee-red);
}

.gsee-feedback-breadcrumb > span {
  color: #b3bdca;
}

/* Hero */
.gsee-feedback-hero {
  position: relative;
  min-height: 238px;
  margin-bottom: 28px;
  padding: 48px 54px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(6, 27, 73, .95), rgba(25, 56, 108, .92)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 48px);
  box-shadow: 0 22px 58px rgba(6, 27, 73, .16);
  overflow: hidden;
}

.gsee-feedback-hero::before {
  content: "";
  position: absolute;
  left: 54px;
  top: 38px;
  width: 58px;
  height: 4px;
  border-radius: 99px;
  background: var(--gsee-red);
}

.gsee-feedback-kicker {
  margin-top: 26px;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
}

.gsee-feedback-hero h1 {
  max-width: 900px;
  margin: 14px 0 0;
  color: #fff;
  font-size: 46px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.gsee-feedback-desc,
.gsee-feedback-desc * {
  margin-top: 18px;
  color: rgba(255,255,255,.82) !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
}

/* Card */
.gsee-feedback-card {
  min-height: 520px;
  border: 1px solid rgba(6, 27, 73, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
  overflow: hidden;
}

.gsee-feedback-card-head {
  padding: 26px 30px;
  border-bottom: 1px solid var(--gsee-line);
  background: linear-gradient(180deg, #fff, #fbfdff);
}

.gsee-feedback-card-kicker {
  margin-bottom: 8px;
  color: var(--gsee-red);
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 900;
}

.gsee-feedback-card-head h2 {
  margin: 0;
  color: var(--gsee-navy);
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
}

.gsee-feedback-widget {
  width: 100%;
  padding: 34px;
  overflow: hidden;
}

/* Reset exact widget table */
.gsee-feedback-widget .table,
.gsee-feedback-widget .table.w1600 {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 30px !important;
  border: 1px solid #e4ebf3;
  border-radius: 22px;
  background: #fbfdff;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

/* Question row */
.gsee-feedback-widget .tableL {
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  color: #445168;
  font-size: 14px;
  line-height: 1.6;
}

/* Radio rows and message row should span full width */
.gsee-feedback-widget .tableL.gsee-row-radio,
.gsee-feedback-widget .tableL.gsee-row-message {
  grid-column: 1 / -1;
  padding: 22px !important;
  border: 1px solid #e4ebf3;
  border-radius: 18px;
  background: #fff;
}

/* Labels */
.gsee-feedback-widget .tableL label,
.gsee-feedback-widget .gsee-field-label {
  display: block !important;
  margin: 0 0 10px !important;
  color: var(--gsee-navy) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
}

.gsee-feedback-widget .tableL label span,
.gsee-feedback-widget .gsee-field-label span {
  margin-left: 2px;
}

/* Text inputs */
.gsee-feedback-widget .tableL.gsee-row-text {
  display: block;
}

.gsee-feedback-widget input[type="text"],
.gsee-feedback-widget input[type="email"],
.gsee-feedback-widget input[type="tel"],
.gsee-feedback-widget input:not([type]) {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #253044 !important;
  font-size: 14px !important;
  line-height: 46px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.gsee-feedback-widget input[type="text"]:focus,
.gsee-feedback-widget input[type="email"]:focus,
.gsee-feedback-widget input[type="tel"]:focus,
.gsee-feedback-widget input:not([type]):focus,
.gsee-feedback-widget textarea:focus {
  border-color: rgba(230, 0, 51, .46) !important;
  box-shadow: 0 0 0 4px rgba(230, 0, 51, .08) !important;
}

.gsee-feedback-widget input::placeholder,
.gsee-feedback-widget textarea::placeholder {
  color: #9aa6b8;
}

/* Radio options normalized by JS */
.gsee-radio-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.gsee-feedback-widget .tableL:nth-of-type(9) .gsee-radio-options,
.gsee-feedback-widget .tableL:nth-of-type(10) .gsee-radio-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 520px;
}

.gsee-radio-option {
  position: relative;
  display: flex !important;
  align-items: center;
  min-height: 48px;
  margin: 0 !important;
  padding: 13px 14px 13px 44px !important;
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  background: #fbfdff;
  color: #334155 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.gsee-radio-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gsee-radio-dot {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border: 2px solid #c8d3e3;
  border-radius: 50%;
  background: #fff;
}

.gsee-radio-dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--gsee-red);
  opacity: 0;
}

.gsee-radio-option:hover,
.gsee-radio-option.active {
  border-color: rgba(230, 0, 51, .35);
  background: rgba(230, 0, 51, .055);
  color: var(--gsee-navy) !important;
  box-shadow: 0 10px 22px rgba(230, 0, 51, .08);
}

.gsee-radio-option.active .gsee-radio-dot {
  border-color: var(--gsee-red);
}

.gsee-radio-option.active .gsee-radio-dot::after {
  opacity: 1;
}

/* Keep fallback readable if JS fails */
.gsee-feedback-widget .tableL > input[type="radio"] {
  width: auto !important;
  min-height: auto !important;
  margin: 0 7px 0 16px !important;
}

.gsee-feedback-widget .tableL > input[type="radio"].first {
  margin-left: 0 !important;
}

/* Textarea */
.gsee-feedback-widget textarea {
  width: 100% !important;
  min-height: 150px;
  margin: 0 !important;
  padding: 14px 15px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #253044 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  resize: vertical;
  outline: none !important;
  box-shadow: none !important;
}

/* Submit button */
.gsee-feedback-widget .butn {
  grid-column: 1 / -1;
  justify-self: start;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  margin: 4px 0 0 !important;
  padding: 0 34px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--gsee-red) !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 48px !important;
  font-weight: 900 !important;
  text-align: center;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.gsee-feedback-widget .butn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(230, 0, 51, .22);
}

.gsee-feedback-widget .butn.is-loading {
  opacity: .72;
  pointer-events: none;
}

.gsee-feedback-widget script {
  display: none !important;
}

@media (max-width: 1180px) {
  .gsee-feedback-container {
    width: min(1120px, calc(100vw - 40px));
  }

  .gsee-radio-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .gsee-feedback-page {
    padding: 24px 0 50px;
  }

  .gsee-feedback-container {
    width: calc(100vw - 28px);
  }

  .gsee-feedback-hero {
    min-height: 210px;
    padding: 38px 24px 30px;
    border-radius: 22px;
  }

  .gsee-feedback-hero::before {
    left: 24px;
    top: 28px;
  }

  .gsee-feedback-hero h1 {
    font-size: 32px;
  }

  .gsee-feedback-card {
    border-radius: 20px;
  }

  .gsee-feedback-card-head {
    padding: 22px;
  }

  .gsee-feedback-card-head h2 {
    font-size: 24px;
  }

  .gsee-feedback-widget {
    padding: 20px;
  }

  .gsee-feedback-widget .table,
  .gsee-feedback-widget .table.w1600 {
    grid-template-columns: 1fr;
    padding: 20px !important;
    border-radius: 18px;
  }

  .gsee-radio-options,
  .gsee-feedback-widget .tableL:nth-of-type(9) .gsee-radio-options,
  .gsee-feedback-widget .tableL:nth-of-type(10) .gsee-radio-options {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .gsee-feedback-widget .butn {
    width: 100%;
    justify-self: stretch;
  }
}
