/*body {
  background: #f3f4f6;
  font-family: system-ui, Arial, sans-serif;
  display: flex;
  justify-content: center;
  padding: 40px 10px;
}*/

.wa-card {
  width: 420px;
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.wa-label {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.wa-input-group {
  display: flex;
  gap: 0px;
  align-items: center;
}

.happs-tool input.phone-input {
  /*flex: 1;*/
  background: #f1f3f5;
  border-radius: 0px;
  padding: 10px;
  border: none;
  text-align: left;
}

.happs-tool input, .happs-tool textarea {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  background: transparent;
}

.dropdown {
  position: relative;
  /*width: 160px;*/
}

.happs-tool .dropdown input {
    background: #1dbf73;
    padding: 10px;
     border-radius: 0px; 
    cursor: pointer;
    width: 100%;
    max-width: 45px;
    text-align: center;
    color: white;
    min-width: 50px;
}

.dropdown-list {
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-top: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    max-height: 180px;
    overflow-y: auto;
    display: none;
    z-index: 10;
    min-width: 249px;
}

.dropdown-item {
  padding: 8px 10px;
  cursor: pointer;
}

.dropdown-item:hover {
  background: #f1f3f5;
}

.wa-hint {
  font-size: 12px;
  color: #777;
  margin-bottom: 15px;
}

.happs-tool textarea {
  background: #f1f3f5;
  border-radius: 10px;
  padding: 12px;
  height: 90px;
  resize: none;
  width: 100%;
}

.wa-btn {
  width: 100%;
  background: #1DBF73;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 15px;
}

.result-box {
  margin-top: 20px;
  display: none;
}

.link {
  background: #f1f3f5;
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  word-break: break-all;
}

.actions {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.actions button {
  flex: 1;
  padding: 8px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.copy { background: #3F51B5; color:#fff; }
.open { background: #111; color:#fff; }

.field-box{
  /*margin: auto;*/
  /*max-width: 95%;*/
}

.happs-tool input[type=number]::-webkit-outer-spin-button,
.happs-tool input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.happs-tool input[type=number] {
  -moz-appearance: textfield;
}

.happs-tool .result-box p {
    padding: 0;
    margin-bottom: revert;
    margin-top: 16px;
}