/* Approved travel dossier. Scoped separately from the purchase/brief layout. */
.single-product .tss-travel-note.tss-travel-intel {
  --intel-blue: #20576a;
  position: relative;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 0;
  width: calc(100% - 40px);
  max-width: 1060px;
  margin: 48px auto 38px;
  padding: 20px 20px 20px 0;
  border: 2px solid #172725;
  border-radius: 12px 12px 12px 3px;
  background: var(--intel-blue);
  box-shadow: 4px 5px 0 #172725;
  color: #162823;
  isolation: isolate;
  overflow: visible;
  box-sizing: border-box;
}
.tss-travel-intel *, .tss-travel-intel *::before, .tss-travel-intel *::after { box-sizing: border-box; }
.tss-travel-intel__source { padding: 16px 15px 140px 50px; color: #fff9e7; }
.tss-travel-intel__eyebrow { display: block; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.tss-travel-intel__attribution { margin-top: 24px; }
.tss-travel-intel__attribution > span { display: block; font-size: 11px; line-height: 1.5; }
.single-product .tss-travel-intel__attribution img { display: block; width: 183px; max-width: 100%; height: auto; margin-top: 6px; }
.single-product .tss-travel-intel__courier { position: absolute; z-index: 2; left: -82px; bottom: -18px; width: 166px; height: 249px; object-fit: contain; pointer-events: none; }
.tss-travel-intel__paper { position: relative; align-self: center; padding: 33px 38px 29px; border: 1px solid #172725; border-radius: 2px; background: #fffbed; box-shadow: 2px 3px 0 rgba(10,25,27,.35); min-width: 0; }
.tss-travel-intel__paper::after { content: ''; position: absolute; right: -1px; bottom: -1px; width: 25px; height: 25px; background: linear-gradient(135deg,#e2dbc0 49%,#172725 50%,var(--intel-blue) 54%); }
.tss-travel-intel__tab { position: absolute; left: 26px; top: -34px; display: inline-block; padding: 9px 22px 8px; border: 2px solid #172725; border-bottom: 0; border-radius: 7px 7px 0 0; background: #ffdc2f; color: #151a17; font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.tss-travel-intel__clip { position: absolute; right: 24px; top: -17px; width: 15px; height: 44px; border: 3px solid #a6b7b7; border-radius: 9px; transform: rotate(13deg); box-shadow: 1px 0 0 #173d46; }
.tss-travel-intel__clip::after { content: ''; position: absolute; inset: 4px 2px -1px; border: 2px solid #a6b7b7; border-bottom: 0; border-radius: 5px 5px 0 0; }
.single-product .tss-travel-intel__paper h2 { margin: 0 0 14px; padding: 0; color: #162823; font-size: clamp(25px,2.6vw,34px); line-height: 1.12; font-weight: 800; letter-spacing: -.04em; }
.single-product .tss-travel-intel__paper p { margin: 0; color: #34443f; font-size: 15px; line-height: 1.65; max-width: 62ch; }
.tss-travel-intel__action { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; margin-top: 23px; }
.single-product .tss-travel-intel__action a { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 46px; padding: 11px 17px; border: 1px solid #172725; border-radius: 4px; background: var(--intel-blue); box-shadow: 2px 2px 0 #172725; color: #fff; text-decoration: none; font-size: 14px; line-height: 1.5; font-weight: 750; }
.single-product .tss-travel-intel__action a:hover { background: #143f50; }
.single-product .tss-travel-intel__action a:focus-visible { outline: 3px solid #172725; outline-offset: 4px; }
.tss-travel-intel__action > span { color: #51615b; font-size: 11px; }
.tss-travel-intel.is-serious .tss-travel-intel__source { padding-bottom: 30px; }
.tss-travel-intel.is-serious .tss-travel-intel__paper { border-left: 5px solid #b14c30; }
@media (min-width: 701px) and (max-width: 1150px) {
  .single-product .tss-travel-intel__courier { width: 140px; height: 210px; left: -42px; }
  .tss-travel-intel__source { padding-left: 65px; }
}
@media (max-width: 700px) {
  .single-product .tss-travel-note.tss-travel-intel { grid-template-columns: minmax(0,1fr); width: 100%; margin: 35px 0 28px; padding: 0 12px 14px; border-radius: 10px 10px 10px 3px; }
  .tss-travel-intel__source { min-height: 139px; padding: 20px 8px 32px 91px; }
  .tss-travel-intel__eyebrow { font-size: 11px; letter-spacing: .14em; }
  .tss-travel-intel__attribution { margin-top: 12px; }
  .tss-travel-intel__attribution > span { font-size: 10px; }
  .single-product .tss-travel-intel__attribution img { width: 163px; }
  .single-product .tss-travel-intel__courier { width: 108px; height: 162px; left: -8px; top: -11px; bottom: auto; }
  .tss-travel-intel__paper { padding: 27px 21px 25px; }
  .tss-travel-intel__tab { left: 89px; top: -28px; padding: 7px 13px 6px; font-size: 10px; }
  .tss-travel-intel__clip { right: 17px; width: 12px; height: 34px; top: -13px; border-width: 2px; }
  .single-product .tss-travel-intel__paper h2 { font-size: 27px; }
  .single-product .tss-travel-intel__paper p { font-size: 14px; line-height: 1.65; }
  .tss-travel-intel__action { gap: 12px; margin-top: 20px; }
  .single-product .tss-travel-intel__action a { width: 100%; font-size: 13px; }
  .tss-travel-intel.is-serious .tss-travel-intel__source { padding-left: 10px; }
}
