.img-wrap {
    width: 90%;
}
.anti-fraud
{
	width:100%;
}

.anti-fraud-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; /* 手機自動換行 */
  gap: 3px;
}

.captcha-row {
  display: inline-block;
  align-items: center;
  gap: 10px;
}
.captcha-row canvas {
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fafafa;
  cursor: pointer;
  user-select: none;
}
.captcha-refresh {
  color: #3483fa;
  cursor: pointer;
  margin-left: 6px;
  font-size: .93em;
  line-height: 1; /* 確保與 input 高度一致 */
}
.captcha-row .captcha-refresh {
  vertical-align: middle;  /* 保險一層，確保置中 */
}
.anti-fraud-left {
  flex: 1 1 45%;
  text-align: left;
  justify-items: center;
}

.anti-fraud-right {
  flex: 1 1 45%;
}

.anti-fraud-content p
{
  white-space: normal;
  word-wrap: break-word;
	font-size: 1rem;
	font-weight: bold;
}
.desc {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.9;
}
  .section {
    padding: 20px 0px;
  }
/* 表單 */
.form-section input,
.form-section textarea {
  width: 100%;
  padding: 12px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.form-section button {
  background-color: #004e98;
  color: #white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background .2s;
  width: 100%;
}
.form-section button:hover {
  background-color: #003670;
}
    .f-dancing { font-family: 'Dancing Script', 'Ma Shan Zheng', 'Noto Sans TC', cursive; }

