@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.black {
  color: #000000;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.gray {
  color: #f0f4f6;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.bg_gray {
  background-color: #f0f4f6;
}

.blue {
  color: #023a9b;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.orange {
  color: #ffab18;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
span,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #000000;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.5rem;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

.bbpress-wrapper {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  .bbpress-wrapper {
    margin-bottom: 100px !important;
  }
}

.custom-reply-item .wpulike,
.custom-topic-item .wpulike,
.custom-single-topic-card .wpulike {
  display: inline-flex;
}

.custom-reply-item .wpulike .wp_ulike_general_class,
.custom-topic-item .wpulike .wp_ulike_general_class,
.custom-single-topic-card .wpulike .wp_ulike_general_class {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.09);
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.05s ease;
}
.custom-reply-item .wpulike .wp_ulike_general_class::before,
.custom-topic-item .wpulike .wp_ulike_general_class::before,
.custom-single-topic-card .wpulike .wp_ulike_general_class::before {
  content: "❤";
  color: #bdbdbd;
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(1px);
  pointer-events: none;
}
.custom-reply-item .wpulike .wp_ulike_general_class:hover,
.custom-topic-item .wpulike .wp_ulike_general_class:hover,
.custom-single-topic-card .wpulike .wp_ulike_general_class:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.custom-reply-item .wpulike .wp_ulike_general_class:active,
.custom-topic-item .wpulike .wp_ulike_general_class:active,
.custom-single-topic-card .wpulike .wp_ulike_general_class:active {
  transform: translateY(1px);
}

.custom-reply-item .wpulike .wp_ulike_btn,
.custom-topic-item .wpulike .wp_ulike_btn,
.custom-single-topic-card .wpulike .wp_ulike_btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: transparent;
  font-size: 0 !important;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.custom-reply-item .wpulike .wp_ulike_btn *,
.custom-topic-item .wpulike .wp_ulike_btn *,
.custom-single-topic-card .wpulike .wp_ulike_btn * {
  font-size: 0 !important;
  color: transparent !important;
  line-height: 0 !important;
}

.custom-reply-item .wpulike .count-box,
.custom-topic-item .wpulike .count-box,
.custom-single-topic-card .wpulike .count-box {
  margin-left: 4px;
  pointer-events: none;
}

.wpulike-default .wp_ulike_put_image:after {
  display: none;
}

.custom-reply-item .wpulike .wp_ulike_general_class.wp_ulike_is_liked,
.custom-topic-item .wpulike .wp_ulike_general_class.wp_ulike_is_liked,
.custom-single-topic-card .wpulike .wp_ulike_general_class.wp_ulike_is_liked {
  background: #fff6f0;
  box-shadow: none !important;
}

.custom-reply-item .wpulike .wp_ulike_general_class.wp_ulike_is_liked::before,
.custom-topic-item .wpulike .wp_ulike_general_class.wp_ulike_is_liked::before,
.custom-single-topic-card .wpulike .wp_ulike_general_class.wp_ulike_is_liked::before {
  color: #ff5b9f !important;
}

.custom-reply-item .wpulike .wp_ulike_general_class.wp_ulike_is_liked + .count-box,
.custom-topic-item .wpulike .wp_ulike_general_class.wp_ulike_is_liked + .count-box,
.custom-single-topic-card .wpulike .wp_ulike_general_class.wp_ulike_is_liked + .count-box {
  color: #ff5b9f;
  font-weight: 600;
}

.custom-reply-item .wp-ulike-likers-list,
.custom-topic-item .wp-ulike-likers-list,
.custom-single-topic-card .wp-ulike-likers-list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.custom-reply-item .wp-ulike-likers-list .wp-ulike-liker,
.custom-topic-item .wp-ulike-likers-list .wp-ulike-liker,
.custom-single-topic-card .wp-ulike-likers-list .wp-ulike-liker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.custom-reply-item .wp-ulike-likers-list .wp-ulike-liker img,
.custom-topic-item .wp-ulike-likers-list .wp-ulike-liker img,
.custom-single-topic-card .wp-ulike-likers-list .wp-ulike-liker img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
}

.custom-reply-item .wp-ulike-likers-list .wp-ulike-liker a,
.custom-topic-item .wp-ulike-likers-list .wp-ulike-liker a,
.custom-single-topic-card .wp-ulike-likers-list .wp-ulike-liker a {
  text-decoration: none;
  color: #333;
}

.custom-reply-item .wp-ulike-likers-list .wp-ulike-liker a:hover,
.custom-topic-item .wp-ulike-likers-list .wp-ulike-liker a:hover,
.custom-single-topic-card .wp-ulike-likers-list .wp-ulike-liker a:hover {
  text-decoration: underline;
}

.bbp-breadcrumb, .bbp-template-notice {
  display: none;
}

.bbp-header {
  display: none;
}

.custom-topic-item {
  padding: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 16px;
  transition: box-shadow 0.3s ease;
  background: #fff;
}
.custom-topic-item .topic-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-topic-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.topic-content {
  flex: 1;
  min-width: 0;
}

.topic-meta {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.topic-meta span {
  font-size: 1.2rem;
  align-items: center;
  display: flex;
}

.topic-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}

.topic-title {
  margin: 20px 0 5px;
  font-size: 2rem;
  color: #023a9b;
  font-weight: 600;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.topic-excerpt p {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 0px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.topic-stats {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #666;
}

.topic-stats span {
  display: flex;
  align-items: center;
  margin-right: 12px;
  color: #a7a7a7;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .topic-stats span {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .last-user {
    width: 100px;
  }
}

.topic-stats img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.topic-arrow {
  font-size: 20px;
  color: #023a9b;
  margin-left: 12px;
}

.bbp-topic-form {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 95%;
  border-radius: 10px;
  border: solid 2px #023a9b;
  background: #fff;
  transition: all 0.3s ease;
}
.bbp-topic-form.expanded {
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(2, 58, 155, 0.15);
}
.bbp-topic-form .topic_title {
  margin-bottom: 5px !important;
}
.bbp-topic-form .topic_title #bbp_topic_title {
  background-color: #fff;
  margin-bottom: 0 !important;
  width: 100% !important;
}
.bbp-topic-form .topic_textarea {
  margin-bottom: 0 !important;
}
.bbp-topic-form .topic_textarea #bbp_topic_content {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.topic-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.topic-form-title {
  margin: 0 !important;
  font-size: 1.6rem;
  font-weight: 600;
  color: #023a9b;
}

.topic-expand-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: #023a9b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topic-expand-button:hover {
  background-color: #f0f4f6;
  transform: scale(1.1);
}
.topic-expand-button.expanded {
  transform: rotate(45deg);
}
.topic-expand-button svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.topic-form-content {
  padding: 0;
  overflow: hidden;
  transition: padding 0.3s ease;
}
.topic-form-content .topic_title {
  margin-bottom: 15px !important;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.topic-form-content .topic_title #bbp_topic_title {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  width: 100% !important;
  font-size: 1.4rem;
  transition: border-color 0.3s ease;
}
.topic-form-content .topic_title #bbp_topic_title:focus {
  outline: none;
  border-color: #023a9b;
  box-shadow: 0 0 0 3px rgba(2, 58, 155, 0.1);
}
.topic-form-content .topic_textarea {
  margin-bottom: 15px !important;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.topic-form-content .topic_textarea #bbp_topic_content {
  width: 100% !important;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 1.4rem;
  resize: vertical;
  min-height: 80px;
  transition: border-color 0.3s ease;
}
.topic-form-content .topic_textarea #bbp_topic_content:focus {
  outline: none;
  border-color: #023a9b;
  box-shadow: 0 0 0 3px rgba(2, 58, 155, 0.1);
}
.topic-form-content .bbp-submit-wrapper {
  margin-top: 0 !important;
  float: right !important;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.bbp-topic-form.is-editing.expanded {
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(2, 58, 155, 0.15);
}
.bbp-topic-form.is-editing .topic-form-header .topic-expand-button {
  display: none !important;
}
.bbp-topic-form.is-editing .topic-form-content {
  padding: 20px !important;
}
.bbp-topic-form.is-editing .topic-form-content .topic_title,
.bbp-topic-form.is-editing .topic-form-content .topic_textarea,
.bbp-topic-form.is-editing .topic-form-content .bbp-submit-wrapper {
  opacity: 1 !important;
  transform: none !important;
  display: block !important;
}

.bbp-form {
  padding: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  border-radius: 10px !important;
  background: #fff;
}

.bbp-submit-wrapper {
  margin-top: 0 !important;
  float: right !important;
}

/* 投稿ボタン全体のデザイン調整 */
.bbp-submit-wrapper .button.submit {
  background: none !important; /* 背景を消す */
  border: none !important; /* 枠線を消す */
  padding: 0 !important; /* 余白をなくす */
  cursor: pointer; /* カーソルをポインターに */
  display: flex; /* フレックスボックスで中央配置 */
  align-items: center; /* 縦方向中央 */
  justify-content: center; /* 横方向中央 */
}

/* アイコン画像 */
.bbp-submit-wrapper .button.submit img {
  width: 28px;
  transition: transform 0.2s ease; /* ホバー時のアニメーション */
}

/* ホバー時に少し拡大 */
.bbp-submit-wrapper .button.submit:hover img {
  transform: scale(1.1);
}

.main-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.main-card .topic-meta span {
  display: flex;
  align-items: center;
  margin-right: 12px;
  color: #a7a7a7;
  font-size: 1.2rem;
}
.main-card .topic-meta img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.main-card .topic-meta .topic-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}
.main-card .topic-content p {
  margin-bottom: 0;
}

.custom-reply-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}
.custom-reply-item .reply-meta {
  display: flex;
  align-items: center;
}
.custom-reply-item .reply-meta span {
  display: flex;
  align-items: center;
  margin-right: 12px;
  color: #a7a7a7;
  font-size: 1.2rem;
}
.custom-reply-item .reply-meta img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.custom-reply-item .reply-meta .reply-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}
.custom-reply-item .reply-content p {
  margin-top: 10px;
  margin-bottom: 0;
}
.custom-reply-item .reply-like {
  margin-top: 12px;
}
.custom-reply-item .reply-like .wpulike {
  display: inline-flex;
}
.custom-reply-item .reply-like .wp_ulike_general_class {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.09);
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.05s ease;
}
.custom-reply-item .reply-like .wp_ulike_general_class::before {
  content: "❤";
  color: #bdbdbd;
  font-size: 1.8rem;
  line-height: 1;
  transform: translateY(1px);
  pointer-events: none;
}
.custom-reply-item .reply-like .wp_ulike_general_class:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.custom-reply-item .reply-like .wp_ulike_general_class:active {
  transform: translateY(1px);
}
.custom-reply-item .reply-like .wp_ulike_btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: transparent;
  font-size: 0 !important;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.custom-reply-item .reply-like .wp_ulike_btn * {
  font-size: 0 !important;
  color: transparent !important;
  line-height: 0 !important;
}
.custom-reply-item .reply-like .count-box {
  margin-left: 4px;
  pointer-events: none;
}
.custom-reply-item .reply-like .wp_ulike_is_liked .wp_ulike_general_class,
.custom-reply-item .reply-like .wp_ulike_general_class.wp_ulike_is_liked {
  background: #fff6f0;
  box-shadow: none !important;
}
.custom-reply-item .reply-like .wp_ulike_is_liked .wp_ulike_general_class::before,
.custom-reply-item .reply-like .wp_ulike_general_class.wp_ulike_is_liked::before {
  color: #ff5b9f !important;
}
.custom-reply-item .reply-like .wp_ulike_is_liked .count-box,
.custom-reply-item .reply-like .wp_ulike_general_class.wp_ulike_is_liked .count-box {
  color: #ff5b9f;
  font-weight: 600;
}

.bbp-form legend,
.bbp-attachments-form label,
.d4p-attachment-addfile {
  display: none !important;
}

.bbp-attachments h6 {
  display: none !important;
}

.d4p-bba-actions {
  display: none !important;
}

.wp-caption-text {
  display: none !important;
}

.bbp-reply-form {
  padding: 0 !important;
}
.bbp-reply-form .bbp-attachments-form label,
.bbp-reply-form .d4p-attachment-addfile,
.bbp-reply-form .bbp-attachments h6,
.bbp-reply-form .d4p-bba-actions {
  display: block !important;
}
.bbp-reply-form .reply-attachments {
  margin-top: 15px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.bbp-reply-form .reply-attachments .attachment-section h4 {
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  font-weight: 600;
  color: #023a9b;
}
.bbp-reply-form .reply-attachments .attachment-section .attachment-input {
  position: relative;
  margin-bottom: 10px;
}
.bbp-reply-form .reply-attachments .attachment-section .attachment-input input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.bbp-reply-form .reply-attachments .attachment-section .attachment-input .attachment-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  background-color: #fff;
  border: 2px dashed #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #666;
  font-size: 1.3rem;
}
.bbp-reply-form .reply-attachments .attachment-section .attachment-input .attachment-label:hover {
  border-color: #023a9b;
  color: #023a9b;
  background-color: #f0f4f6;
}
.bbp-reply-form .reply-attachments .attachment-section .attachment-input .attachment-label svg {
  width: 20px;
  height: 20px;
}
.bbp-reply-form .reply-attachments .attachment-section .attachment-info p {
  margin: 5px 0;
  font-size: 1.2rem;
  color: #666;
}

.bbp-reply-form .bbp-attachments-form label[for*=attachment],
.bbp-reply-form .bbp-attachments-form label:contains("Attachments:"),
.bbp-reply-form .bbp-attachments-form label:contains("添付ファイル:") {
  display: none !important;
}
.bbp-reply-form .d4p-attachment-addfile,
.bbp-reply-form .d4p-bba-actions {
  display: none !important;
}
.bbp-reply-form .bbp-attachments-form {
  display: none !important;
}

.topic-reply-form {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 95%;
  border-radius: 10px;
  border: solid 2px #be0d21;
  background: #fff;
  transition: all 0.3s ease;
}
.topic-reply-form.expanded {
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(2, 58, 155, 0.15);
}

.reply-form-content {
  padding: 0;
  overflow: hidden;
  transition: padding 0.3s ease;
}
.reply-form-content .reply_textarea {
  margin-bottom: 0 !important;
  padding: 20px 20px 10px !important;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
  display: block;
}
.reply-form-content .reply_textarea textarea {
  width: 100% !important;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  resize: vertical;
  overflow: auto;
}
.reply-form-content .reply_textarea textarea:focus {
  outline: none;
  border-color: #023a9b;
  box-shadow: 0 0 0 3px rgba(2, 58, 155, 0.1);
}
.reply-form-content .reply-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 15px;
  margin-bottom: 0;
}
.reply-form-content .reply-form-actions .reply-expand-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: #023a9b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reply-form-content .reply-form-actions .reply-expand-button:hover {
  background-color: #f0f4f6;
  transform: scale(1.1);
}
.reply-form-content .reply-form-actions .reply-expand-button.expanded {
  transform: rotate(45deg);
}
.reply-form-content .reply-form-actions .reply-expand-button svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.reply-form-content .reply-form-actions .bbp-submit-wrapper {
  margin-top: 0 !important;
  float: none !important;
  padding: 0;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
  display: block;
}
.reply-form-content .reply-form-options {
  padding: 0 20px 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  display: none;
}

.bbp-reply-form.expanded .reply-form-content {
  padding: 0;
}
.bbp-reply-form.expanded .reply-form-content .reply_textarea {
  padding: 20px 20px 15px;
}
.bbp-reply-form.expanded .reply-form-content .reply-form-options {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
}

.pagination {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.bbp-pagination {
  margin-bottom: 0;
}

.bottom-pagination {
  margin-bottom: 150px !important;
}

.bbp-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  margin-top: 20px;
}
.bbp-pagination .bbp-pagination-count {
  font-size: 1.2rem;
  color: #888;
  white-space: nowrap;
}
.bbp-pagination .bbp-pagination-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bbp-pagination .bbp-pagination-links a.page-numbers,
.bbp-pagination .bbp-pagination-links span.page-numbers {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  color: #666;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1;
  transition: all 0.2s ease;
}
.bbp-pagination .bbp-pagination-links a.page-numbers:hover,
.bbp-pagination .bbp-pagination-links span.page-numbers:hover {
  border-color: #023a9b;
  color: #023a9b;
  box-shadow: 0 2px 6px rgba(2, 58, 155, 0.08);
}
.bbp-pagination .bbp-pagination-links span.page-numbers.current {
  background: #023a9b;
  border-color: #023a9b;
  color: #fff;
  cursor: default;
  box-shadow: 0 2px 6px rgba(2, 58, 155, 0.15);
}
.bbp-pagination .bbp-pagination-links .page-numbers.prev,
.bbp-pagination .bbp-pagination-links .page-numbers.next {
  padding: 0 12px;
}
.bbp-pagination .bbp-pagination-links .page-numbers.dots {
  border: none;
  background: transparent;
  box-shadow: none;
  min-width: auto;
  height: auto;
  padding: 0 4px;
  color: #999;
}
@media screen and (max-width: 768px) {
  .bbp-pagination {
    flex-direction: column;
    align-items: center;
  }
  .bbp-pagination .bbp-pagination-count {
    order: 2;
    font-size: 1.1rem;
  }
  .bbp-pagination .bbp-pagination-links {
    order: 1;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.reply_textarea {
  margin-bottom: 0 !important;
}

.bbp-reply-edit-link, .bbp-reply-delete-link {
  font-size: 1.2rem !important;
  color: #a7a7a7 !important;
}

.bbp-reply-edit-link::before,
.bbp-topic-edit-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  vertical-align: -3px;
  background: url("../img/edit.svg") no-repeat center/contain;
}

.bbp-reply-trash-link::before,
.bbp-reply-delete-link::before,
.bbp-topic-trash-link::before,
.bbp-topic-delete-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  vertical-align: -3px;
  background: url("../img/delete.svg") no-repeat center/contain;
}

.bbp-reply-restore-link,
.bbp-topic-restore-link {
  display: none !important;
}

html.image-lightbox-open,
html.image-lightbox-open body {
  overflow: hidden;
}

.image-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 9999;
}

.image-lightbox-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.image-lightbox-content {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.image-lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  display: block;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.image-lightbox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-reply-item .reply-content a[href$=".jpg"],
.custom-reply-item .reply-content a[href$=".jpeg"],
.custom-reply-item .reply-content a[href$=".png"],
.custom-reply-item .reply-content a[href$=".gif"],
.custom-reply-item .reply-content a[href$=".webp"],
.custom-reply-item .reply-content a[href$=".avif"],
.custom-reply-item .reply-content a[href$=".svg"] {
  cursor: zoom-in;
}/*# sourceMappingURL=topic.css.map */