.button-link-toolbar-icon {
  background: white;
  color: #2d8f47;
  border: 2px solid #2d8f47;
  border-radius: 2px;
  width: 20px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}

.popover-container {
  padding: 10px;
}

.block-editor-url-popover {
  margin-top: 15px;
}

.button-link-popover {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-family: inherit;
}

.button-link-popover-buttons {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.button-link-popover-btn {
  background: #f6f7f7;
  border: 1px solid #dcdcde;
  border-radius: 3px;
  color: #23282d;
  font-size: 13px;
  padding: 4px 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.button-link-popover-btn:hover {
  background: #e2e4e7;
}

/* ======== ボタンスタイル ======== */

/******************/
/* ボタン_表内挿入 */
/******************/
.green-outline-button {
  border: 1px solid #00b54d;
  text-decoration: none;
  background: #fff;
  color: #00b54d;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  word-break: break-all;
  border-radius: 60px;
  padding: 4.5px 15px;
  line-height: 24px;
  min-height: 33px;
}

.green-outline-button:hover,
.green-outline-button:active {
  background: #00b54d !important;
  color: #ffffff;
}

/*******************/
/* ボタン(会員登録) */
/*******************/
.orange-filled-button {
  border: 2px solid #ff9b53;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(90deg, #ff7e47 0%, #ff9b53 100%);
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  word-break: break-all;
  border-radius: 60px;
  padding: 0px 15px;
  line-height: 44px;
  min-height: 45px;
  vertical-align: middle;
}

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

/************************/
/* 緑チェックマークリンク */
/************************/
/* リンク部 */
.green-link-check {
  color: #00b54d;
  position: relative;
  display: inline-block;
  word-break: break-all;
  padding-left: 25px;
  text-decoration: underline;
  font-size: 16px;
}

/* 緑チェックマーク - 円 */
.green-link-check::before {
  content: '';
  background: #49cc69;
  display: inline-block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}

/* 緑チェックマーク - チェックマーク部 */
.green-link-check::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 11px;
  width: 9px;
  height: 5px;
  display: inline-block;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  border-radius: 1px;
  background: none;
}

/*******************************/
/* ページ内リンク_リンクスタイル */
/*******************************/
/* リンク部 */
.in-page-link-style {
  color: #00b54d;
  position: relative;
  padding-right: 32px;
  text-decoration: underline;
  font-size: 16px;
  display: inline-block;
  word-break: break-all;
}

/* ページ内リンク - ダウンアイコン */
.in-page-link-style::after {
  content: '';
  position: absolute;
  height: 9px;
  width: 9px;
  transform: translateY(-50%) rotate(-45deg);
  border-left: 2px solid #00b54d;
  border-bottom: 2px solid #00b54d;
  background: none;
  display: inline-block;
  right: 15px;
  top: 11px;
}

/******************************/
/* ページ内リンク_ボタン(小)_白 */
/******************************/
/* ボタン部分 */
.in-page-link-button-small-white {
  position: relative;
  border: 1px solid #00b54d;
  text-decoration: none;
  background: #fff;
  color: #00b54d;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  word-break: break-all;
  border-radius: 60px;
  padding: 9px 36px 9px 16px;
  line-height: 15px;
  min-height: 33px;
}

/* ダウンアイコン */
.in-page-link-button-small-white::after {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-left: 2px solid #00b54d;
  border-bottom: 2px solid #00b54d;
  background: none;
  display: inline-block;
  right: 18px;
  top: 14px;
}

.in-page-link-button-small-white:hover,
.in-page-link-button-small-white:active {
  background: #00b54d !important;
  color: #ffffff;
}
.in-page-link-button-small-white:hover::after,
.in-page-link-button-small-white:active::after {
  border-color: #ffffff;
}

/******************************/
/* ページ内リンク_ボタン(大)_白 */
/******************************/
/* ボタン部分 */
.in-page-link-button-large-white {
  position: relative;
  border: 2px solid #00b54d;
  text-decoration: none;
  background: #fff;
  color: #00b54d;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  word-break: break-all;
  border-radius: 60px;
  padding: 13px 45px 13px 24px;
  line-height: 16px;
  min-height: 46px;
}

/* ダウンアイコン */
.in-page-link-button-large-white::after {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-left: 2px solid #00b54d;
  border-bottom: 2px solid #00b54d;
  background: none;
  display: inline-block;
  right: 27px;
  top: 20px;
}

.in-page-link-button-large-white:hover,
.in-page-link-button-large-white:active {
  background: #00b54d !important;
  color: #ffffff;
}
.in-page-link-button-large-white:hover::after,
.in-page-link-button-large-white:active::after {
  border-color: #ffffff;
}

/******************************/
/* ページ内リンク_ボタン(緑)_白 */
/******************************/
/* ボタン部分 */
.in-page-link-button-green-white {
  position: relative;
  border: 1px solid #49cc69;
  text-decoration: none;
  background: linear-gradient(90deg, #00b54d 0%, #49cc69 100%);
  color: #fff !important;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  word-break: break-all;
  border-radius: 60px;
  padding: 9px 36px 9px 16px;
  line-height: 15px;
  min-height: 33px;
}

/* ダウンアイコン */
.in-page-link-button-green-white::after {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: none;
  display: inline-block;
  right: 18px;
  top: 14px;
}

.in-page-link-button-green-white:hover,
.in-page-link-button-green-white:active {
  background: #00b54d !important;
}
/******************************/
/* ページ内リンク_ボタン(緑)_大 */
/******************************/
/* ボタン部分 */
.in-page-link-button-green-large {
  position: relative;
  border: 2px solid #49cc69;
  text-decoration: none;
  background: linear-gradient(90deg, #00b54d 0%, #49cc69 100%);
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  word-break: break-all;
  border-radius: 60px;
  padding: 13px 45px 13px 24px;
  line-height: 16px;
  min-height: 46px;
}

/* ダウンアイコン */
.in-page-link-button-green-large:after {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: none;
  display: inline-block;
  right: 27px;
  top:20px;
}

.in-page-link-button-green-large:hover,
.in-page-link-button-green-large:active {
  background: #00b54d !important;
}

/*******************/
/* ボタン(その他) */
/*******************/
.etc-button {
  border: 2px solid #49cc69;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(90deg, #00b54d 0%, #49cc69 100%);
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  word-break: break-all;
  border-radius: 60px;
  padding: 0px 15px;
  line-height: 44px;
  min-height: 45px;
  vertical-align: middle;
}

.etc-button:hover {
  background: #00b54d;
  border: 2px solid #00b54d;
}
