.ct-sidebar > *:first-child {
    margin-top: 30px;
}
/* 右側欄近期文章：縮小文章上下間距 */
.ct-sidebar .stk-block-posts__items {
    gap: 10px !important;
    row-gap: 10px !important;
}

/* 移除每篇文章周圍的空白 */
.ct-sidebar .stk-block-posts__item {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 8px !important;
    column-gap: 8px !important;
}

/* 縮小圖片與標題距離 */
.ct-sidebar .stk-block-posts__title {
    margin: 0 !important;
    padding: 0 !important;
}

/* 移除文章內容容器的內距 */
.ct-sidebar .stk-block-posts__item > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* 將近期文章標題往圖片方向移動 */
.ct-sidebar .stk-block-posts__title {
    position: relative !important;
    left: -18px !important;
    width: calc(100% + 25px) !important;
}
.wp-block-query-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wp-block-query-pagination-numbers {
    display: flex;
    gap: 10px;
    margin: 0;
}

.wp-block-query-pagination a,
.wp-block-query-pagination .current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #c7c7c7;
    background: #ffffff;
    color: #222222;
    text-decoration: none;
}

.wp-block-query-pagination .current {
    color: #ffffff;
    background: #444444;
    border-color: #444444;
}
.wp-block-kadence-accordion .wp-block-kadence-pane {
    margin-bottom: 12px;
}

.wp-block-kadence-accordion .wp-block-kadence-pane:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
  .mobile-two-columns > .stk-row {
    display: flex !important;
    flex-flow: row nowrap !important;
  }

  .mobile-two-columns > .stk-row > .wp-block-stackable-column {
    flex: 0 0 calc(50% - 4px) !important;
    width: calc(50% - 4px) !important;
    max-width: calc(50% - 4px) !important;
  }
}