/* =========================
   P2P SEND page patch
   scope: .p2p_send only
========================= */

/* 카드 전체(wbox) */
.p2p_send.wbox{
  padding: 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

/* 각 섹션 카드(지갑으로 / QR로) */
.p2p_send .send_walletwrap{
  display:flex;
  align-items:center;
  gap:16px;
  padding:18px 16px;
  border-radius:16px;
  background: rgba(43, 135, 45, 0.30);
  border: 1px solid rgba(255,255,255,0.08);
  flex-shrink: 0;
}

.p2p_send .send_walletwrap.mt20{
  margin-top: 16px;
}

/* 왼쪽 아이콘 박스 */
.flex_coin {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p2p_send .wallet_imgbox{
  width:80px;
  height:80px;
  border-radius:16px;
  background: rgba(255,255,255,0.3);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink: 0;
}

.p2p_send .wallet_imgbox img{
  width:40px;
  height:40px;
  object-fit:contain;
}

/* 오른쪽 영역 */
.p2p_send .coin_send_warp{
  flex:1;
  min-width:0;
  max-width: 162px;
}

/* 버튼 2개 정렬 */
.p2p_send .details_coin{
  margin-top:12px;
  display:flex;
  gap:16px;
  justify-content:center;
}

.p2p_send .coin_send{
  width:72px;
  text-align:center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

/* 아이콘 버튼 */
.p2p_send .mycoin_kind{
  width:54px;
  height:54px;
  border-radius:16px;
  background: rgba(255,255,255,0.3);
  border: 1px solid rgba(255,255,255,0.08);
  display:flex;
  align-items:center;
  justify-content:center;
}

.p2p_send .mycoin_kind img{
  width:26px;
  height:26px;
  object-fit:contain;
}

.qr.point_send_warp {
  width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 오타 보정 */
.font_wihte{ color:#fff; }

/* 글자 줄바꿈 방지 */
.p2p_send .subtit12_white{ white-space:nowrap; font-size: 14px;}

/* 유의사항 라인 간격 */
.p2p_send .coin_line.line2{
  margin: 10px 0 12px;
  opacity: .25;
}

.btn_search {
  padding: 6px 10px;      /* 작게 */
  font-size: 13px;
  height: 40px;           /* input 높이와 맞춤 */
  border-radius: 10px;
  margin-top: 4px;        /* input mt_4와 맞춤 */
  white-space: nowrap;
}