.thanku-product-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}[dir] .thanku-product-btn {
  padding: 10px;
  border-radius: 8px;
  background: var(--q-color-primary-1);
}
.thanku-product-btn span {
  color: white;
}
@media (max-width: 768px) {
.thanku-product-btn {
    width: 100%;
}
[dir] .thanku-product-btn {
    padding: 5px 10px;
}
}
.thanku-product {
  width: 100%;
}
[dir] .thanku-product .thanku-product-info {
  padding: 0;
}
.thanku-product .thanku-product-title {
  color: var(--q-color-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
[dir] .thanku-product .thanku-product-title {
  margin-bottom: 8px;
}
.thanku-product .thanku-product-trip,
.thanku-product .thanku-product-pax {
  color: #637381;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
[dir] .thanku-product .thanku-product-trip, [dir] .thanku-product .thanku-product-pax {
  padding: 4px 0;
}
[dir] .thanku-product .thanku-product-action {
  margin-top: 20px;
}
@media (min-width: 768px) {
.thanku-product {
    display: none;
}
}
.container[data-v-4f8b7104] {
  max-width: 1200px;
}[dir] .container[data-v-4f8b7104] {
  margin: auto;
  border: 1px solid var(--stroke, #e7e7e7);
  border-radius: 10px;
}
[dir] .status-card[data-v-4f8b7104] {
  background: white;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
}
[dir] .status-card .status-icon[data-v-4f8b7104] {
  margin-bottom: 12px;
}
.content-card[data-v-4f8b7104] {
  overflow: hidden;
}
[dir] .content-card[data-v-4f8b7104] {
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  background: white;
}
