/* TISIAS PATCH V125 - exact souvenir/download placement only */
#tisias-v125-souvenir-download {
  display: block;
  width: 100%;
  max-width: 1040px;
  margin: 26px auto 32px;
  padding: 0 12px;
  box-sizing: border-box;
  clear: both;
}

.tisias-v125-frame {
  overflow: hidden;
  border: 1px solid rgba(13, 25, 43, .18);
  border-radius: 18px;
  background: #0a101c;
  box-shadow: 0 15px 36px rgba(0, 0, 0, .18);
}

.tisias-v125-artwork {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  background: #050913;
}

.tisias-v125-download-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  background: linear-gradient(135deg, #0c1422 0%, #1b2431 72%, #2b2118 100%);
  color: #fff;
}

.tisias-v125-file-icon {
  width: 44px;
  height: 44px;
}

.tisias-v125-file-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #f21f36;
}

.tisias-v125-file-icon .tisias-v125-fold {
  fill: none;
  stroke: #fff;
  stroke-width: 3.5;
  stroke-linejoin: round;
}

.tisias-v125-file-icon .tisias-v125-lines {
  fill: none;
  stroke: #fff;
  stroke-width: 3.2;
  stroke-linecap: round;
}

.tisias-v125-file-icon .tisias-v125-arrow {
  fill: none;
  stroke: #ffd447;
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tisias-v125-file-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
  line-height: 1.3;
}

.tisias-v125-file-copy strong {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
}

.tisias-v125-file-copy span {
  color: #cdd7e7;
  font-size: 13px;
}

.tisias-v125-download-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 10px;
  background: #ed1c2e;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(237, 28, 46, .3);
  transition: transform .18s ease, background .18s ease;
}

.tisias-v125-download-button:hover,
.tisias-v125-download-button:focus {
  background: #ff3043;
  transform: translateY(-1px);
}

@media (max-width: 680px) {
  #tisias-v125-souvenir-download {
    margin: 20px auto 26px;
    padding: 0 8px;
  }

  .tisias-v125-frame {
    border-radius: 13px;
  }

  .tisias-v125-download-row {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
    padding: 14px;
  }

  .tisias-v125-file-icon {
    width: 40px;
    height: 40px;
  }

  .tisias-v125-download-button {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 3px;
  }
}
