/* Start custom CSS for html, class: .elementor-element-517d628 */.stv-instructions {
  background: #f9f6f0;
  border-left: 4px solid #e8a000;
  padding: 24px 28px;
  border-radius: 6px;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.7;
}

.stv-instructions h2 {
  margin-top: 0;
  color: #2c2c2c;
}

.stv-instructions h3 {
  color: #b07d00;
  margin-top: 20px;
}

.stv-fee-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}

.stv-fee-table th, .stv-fee-table td {
  border: 1px solid #ddd;
  padding: 10px 14px;
  text-align: left;
}

.stv-fee-table th {
  background-color: #e8a000;
  color: white;
}

.stv-note {
  background: #fff3cd;
  border: 1px solid #ffc107;
  padding: 10px 14px;
  border-radius: 4px;
  margin-top: 16px;
}
.stv-payment-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}
.stv-payment-list > li {
  margin-bottom: 14px;
}
.stv-bank-details {
  list-style: none;
  padding-left: 16px;
  margin-top: 8px;
}
.stv-bank-details li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.stv-label {
  font-weight: 600;
  min-width: 50px;
  display: inline-block;
}
.stv-copy-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.stv-copy-wrap code {
  background: #f0f0f0;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.4px;
  user-select: all;
}
.stv-copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 4px;
  color: #888;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s, background 0.2s;
}
.stv-copy-btn:hover {
  color: #e8a000;
  background: #fff3cd;
}
.stv-copy-btn.copied {
  color: #28a745;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-13aa7ad */.form {
  background: #f9f6f0;
  border-left: 4px solid #e8a000;
  padding: 24px 28px;
  border-radius: 6px;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.7;
}

.stv-agreement-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fff8e1;
  border: 1px solid #ffc107;
  border-radius: 6px;
  padding: 14px;
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
}

.stv-agreement-label input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #e8a000;
}/* End custom CSS */