.checkout-official-wrapper {
  max-width: 980px;
  margin: 40px auto 20px;
  padding: 0 12px;
}

.checkout-official-card {
  background: #ffffff;
  border: 1px solid #d8d8d8;
}

.confirmation-container {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

.confirmation-header {
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  padding: 14px 16px 10px;
}

.confirmation-header h1 {
  margin: 0;
  font-size: 35px;
  line-height: 1.15;
  font-weight: 700;
  color: #1d1d1d;
}

.confirmation-header p {
  margin: 6px 0 0;
  color: #2a2a2a;
  font-size: 16px;
}

.checkout-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  padding: 12px 18px;
  font-size: 15px;
  color: #111111;
  font-weight: 600;
}

.checkout-meta-col strong {
  font-weight: 700;
}

.checkout-items-line {
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  padding: 12px 10px;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 600;
}

.checkout-description {
  text-align: center;
  color: #3f3f3f;
  font-size: 13px;
  padding: 14px 16px 4px;
}

.payment-service-banner {
  margin: 8px 18px 2px;
  padding: 10px 12px;
  border: 1px solid #e8c073;
  border-radius: 4px;
  background: #fff7e6;
  color: #6a4a12;
  font-size: 12px;
  text-align: center;
}

.qrcode-container {
  display: flex;
  justify-content: center;
  margin: 8px 0 8px;
}

.qrcode-container img {
  width: 160px;
  height: 160px;
  border: 1px solid #d8d8d8;
}

.action-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 0 12px;
}

.btn-copy-pix,
.btn-check-payment {
  width: 200px;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  padding: 10px 8px;
  cursor: pointer;
}

.btn-copy-pix {
  background: #55b95b;
}

.btn-check-payment {
  background: #5cb4e5;
}

.pix-copy-code {
  display: block;
  width: calc(100% - 36px);
  margin: 0 auto 12px;
  min-height: 46px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  padding: 8px;
  box-sizing: border-box;
  font-size: 11px;
  color: #616161;
  resize: vertical;
}

.share-section {
  border-top: 1px solid #d8d8d8;
  padding: 12px 12px 16px;
}

.share-section-label {
  text-align: center;
  font-size: 13px;
  color: #252525;
  font-weight: 700;
  margin-bottom: 10px;
}

.share-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.share-btn {
  min-width: 140px;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  padding: 8px 10px;
  cursor: pointer;
}

.share-btn-whatsapp {
  background: #1f9c4a;
}

.share-btn-facebook {
  background: #3e5da9;
}

.share-btn-twitter {
  background: #1f9add;
}

@media (max-width: 768px) {
  .checkout-official-wrapper {
    margin-top: 20px;
  }

  .confirmation-header h1 {
    font-size: 28px;
  }

  .checkout-meta-row {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .share-btn {
    min-width: 115px;
  }
}
