.trlp-request { max-width: 1160px; margin-inline: auto; }
.trlp-request__intro { max-width: 760px; margin-bottom: 32px; }
.trlp-request__intro h2 { margin: 12px 0; font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: -.045em; }
.trlp-request__intro p { color: #60707d; }
.trlp-request__layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(460px, 1.28fr); gap: 22px; align-items: start; }
.trlp-request__items, .trlp-request__form { border: 1px solid #d8dee4; padding: 25px; background: #fff; }
.trlp-request__items h3 { margin-top: 0; }
.trlp-request__items ul { margin: 0; padding: 0; list-style: none; }
.trlp-request__items li { padding: 14px 0; border-bottom: 1px solid #d8dee4; display: grid; grid-template-columns: 1fr auto; gap: 15px; align-items: center; }
.trlp-request__items li:first-child { padding-top: 0; }
.trlp-request__items li:last-child { border-bottom: 0; }
.trlp-request__items small { display: block; color: #876b00; font: 800 9px ui-monospace, monospace; }
.trlp-request__items strong { display: block; margin-top: 4px; font-size: 14px; }
.trlp-request__items a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.trlp-request__items button { width: 36px; height: 36px; border: 1px solid #d8dee4; color: #253342; background: #fff; font-size: 22px; cursor: pointer; }
.trlp-request__empty { padding: 22px; background: #f5f7f8; }
.trlp-request__empty p { color: #5f6c77; font-size: 12px; }
.trlp-request__empty a { font-weight: 800; }
.trlp-request__form { display: grid; gap: 16px; }
.trlp-field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.trlp-request__form label { display: grid; gap: 6px; color: #42505d; font-size: 11px; font-weight: 800; }
.trlp-request__form input, .trlp-request__form textarea { width: 100%; border: 1px solid #bdc7cf; border-radius: 2px; padding: 12px; color: #101923; background: #fff; }
.trlp-request__form input:focus, .trlp-request__form textarea:focus { border-color: #8d7100; outline: 3px solid rgba(244, 196, 0, .22); outline-offset: 0; }
.trlp-request__form .trlp-consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 500; line-height: 1.5; }
.trlp-request__form .trlp-consent input { width: 18px; height: 18px; margin-top: 2px; }
.trlp-request__form > small { color: #687582; line-height: 1.5; }
.trlp-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.trlp-notice { margin-bottom: 20px; padding: 14px 17px; border-left: 4px solid #687582; background: #f5f7f8; }
.trlp-notice--success { border-color: #2d7a44; background: #edf7ef; }
.trlp-notice--warning { border-color: #a36e00; background: #fff6db; }
.trlp-notice--error { border-color: #a52c2c; background: #fff0f0; }
.trlp-selected { margin: auto 20px 0 !important; padding: 12px; color: #2b623a; background: #edf7ef; font-size: 12px; font-weight: 800; }
.trlp-selected a { margin-left: 5px; }
.trlp-price-note { color: #687582; font-size: 12px; font-weight: 700; }
@media (max-width: 800px) {
  .trlp-request__layout { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .trlp-request__items, .trlp-request__form { padding: 18px; }
  .trlp-field-grid { grid-template-columns: 1fr; }
}
