.softvn-contact-payment {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.sv-card {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  color: #0f172a;
}

.sv-card-contact {
  border: 1px solid #dbeafe;
}

.sv-card-payment {
  border: 1px solid #f8d7c8;
}

.sv-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.sv-card-header-payment {
  margin-bottom: 18px;
}

.sv-card-dot {
  flex: 0 0 auto;
}

.sv-card-dot-blue {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #3b82f6;
}

.sv-card-dot-orange {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #f15a24;
}

.sv-card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.sv-info-list {
  border-top: 1px solid #e0ecff;
}

.sv-info-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  column-gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e0ecff;
  align-items: center;
}

.sv-info-row:first-child {
  padding-top: 10px;
}

.sv-info-row-address {
  align-items: start;
}

.sv-info-row-chat {
  padding-top: 18px;
  border-bottom: 0;
  align-items: start;
}

.sv-info-label {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
}

.sv-info-label-center {
  display: flex;
  align-items: center;
  height: 32px;
  line-height: 1;
}

.sv-info-value {
  line-height: 1.6;
  font-size: 15px;
  color: #0f172a;
}

.sv-info-value-strong {
  font-weight: 700;
}

.sv-hotline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
  color: #f15a24;
  text-decoration: none;
  line-height: 1.4;
}

.sv-hotline-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff7f2;
  border: 1px solid #f6c7b2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.sv-hotline-icon-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #f15a24;
  display: block;
}

.sv-email-link {
  font-size: 15px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

.sv-chat-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: stretch;
  width: 100%;
}

.sv-info-row-chat .sv-info-value {
  width: 100%;
}

.sv-chat-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 32px;
  padding: 0 8px;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 1;
  vertical-align: top;
  margin: 0;
}

.sv-chat-btn span {
  line-height: 1;
}

.sv-chat-icon {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  line-height: 1;
  flex: 0 0 auto;
}

.sv-chat-zalo {
  border: 1px solid #bfdbfe;
  color: #2563eb;
}

.sv-chat-zalo .sv-chat-icon {
  background: #2563eb;
}

.sv-chat-viber {
  border: 1px solid #ddd6fe;
  color: #7c3aed;
}

.sv-chat-viber .sv-chat-icon {
  background: #7c3aed;
}

.sv-chat-wa {
  border: 1px solid #bbf7d0;
  color: #16a34a;
}

.sv-chat-wa .sv-chat-icon {
  background: #16a34a;
}

.sv-chat-tele {
  border: 1px solid #bae6fd;
  color: #0ea5e9;
}

.sv-chat-tele .sv-chat-icon {
  background: #0ea5e9;
}

.sv-payment-subtitle {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 10px;
  font-weight: 700;
}

.sv-payment-company {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 26px;
  color: #0f172a;
}

.sv-bank-grid {
  display: flex;
  gap: 14px;
  align-items: stretch;
}

.sv-bank-card {
  width: calc(50% - 7px);
  background: #fff;
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid #cbd5e1;
  box-sizing: border-box;
  position: relative;
}

.sv-copy-btn {
  position: absolute;
  right: 14px;
  top: 14px;
  min-width: 74px;
  height: 28px;
  padding: 0 12px;
  border: 1px solid #334155;
  border-radius: 8px;
  background: #fff;
  color: #334155;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.18s ease;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 700;
  font-family: inherit;
}

.sv-copy-btn:hover:not([data-copied="1"]) {
  background: #334155;
  color: #fff;
  border-color: #334155;
}

.sv-bank-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  min-height: 28px;
}

.sv-bank-name {
  font-size: 13px;
  color: #2563eb;
  font-weight: 600;
  line-height: 1;
}

.sv-bank-number {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  color: #0f172a;
}

.sv-bank-logo {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  flex: 0 0 auto;
}

.sv-bank-logo-vp {
  background: #fff;
  border: 1px solid #d7dde5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.sv-bank-logo-vp-a {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #16a34a;
  transform: rotate(45deg);
}

.sv-bank-logo-vp-b {
  position: absolute;
  right: 5px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #ef4444;
  transform: rotate(45deg);
}

.sv-bank-logo-vp-text {
  position: absolute;
  left: 8px;
  bottom: 4px;
  font-size: 6px;
  font-weight: 800;
  color: #1f2937;
  letter-spacing: 0.02em;
}

.sv-bank-logo-acb {
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sv-bank-logo-acb-text {
  font-size: 7px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.03em;
}