.note-button-orange-block {
  text-align: center;
  background-color: #fff;
}

.note-button-orange-block-editor {
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

/* 補足コメント */
.note-button-orange-block-note-text {
  align-items: center;
  justify-content: center;
}

/* ボタン */
.note-button-orange-block-button-wrapper {
  display: inline-flex;
  border-radius: 30px;
  border: 2px solid #ff9b53;
  background: linear-gradient(90deg, #ff7e47 0%, #ff9b53 100%);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 12px 24px;
  text-decoration: none;
}

.note-button-orange-block-button-wrapper:hover {
  background: #ff7e47;
  border: 2px solid #ff7e47;
}

.note-button-orange-block-button-text {
  color: white;
  font-size: 16px;
  font-weight: bold;
  word-break: break-all;
}

/* URL入力エリア（エディター専用） */
.note-button-orange-block-url-wrapper {
  margin-top: 8px;
  font-size: 12px;
}

.note-button-orange-block-url-label {
  display: block;
  margin-bottom: 4px;
  color: #666;
  text-align: left;
}

.note-button-orange-block-url {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
