.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.row-gap {
  gap: var(--wp--preset--spacing--2-5);
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.hkubs-sidebar {
  max-width: 420px;
}
.hkubs-sidebar div.has-global-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 781px) {
  .hkubs-sidebar {
    max-width: 100%;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-12 > div {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media screen and (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.te-2, .te-3, .te-4, .te-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.te-2 {
  -webkit-line-clamp: 2;
}

.te-3 {
  -webkit-line-clamp: 3;
}

.te-4 {
  -webkit-line-clamp: 4;
}

.te-5 {
  -webkit-line-clamp: 5;
}

.home h1.wp-block-post-title {
  display: none;
}

main.alignfull, header > div, footer > div {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media screen and (max-width: 599px) {
  header > .alignwide {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.header-mega-menu .wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0 10px;
}
.wpml-ls-legacy-list-horizontal a br {
  display: none;
}

h1.wp-block-post-title {
  font-weight: 700 !important;
}

:root :where(.wp-block-group) {
  padding: 0;
}

.hkubs-filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding-top: var(--wp--preset--spacing--10);
  margin-block-start: var(--wp--preset--spacing--2-5);
}
.hkubs-filter-bar .wp-block-ncmfse-dropdown-menu-trigger {
  background-color: initial;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit;
  padding-inline: 0;
  cursor: pointer;
  display: flex;
}
.hkubs-filter-bar .hkubs-order-filter {
  position: relative;
}
.hkubs-filter-bar .wp-block-ncmfse-dropdown-menu.is-selected .wp-block-ncmfse-dropdown-menu-content {
  height: auto;
  width: auto;
  visibility: visible;
  overflow: visible;
  opacity: 1;
}
.hkubs-filter-bar .wp-block-ncmfse-dropdown-menu .wp-block-ncmfse-dropdown-menu-content {
  height: 0px;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  width: 0px;
  z-index: 12;
  background-color: var(--wp--preset--color--base-2);
  margin-top: var(--wp--preset--spacing--2);
  overflow: hidden;
  transition: opacity 0.1s linear;
  border: 1px solid var(--wp--preset--color--shadcn-border);
  border-radius: 12px;
  padding: var(--wp--preset--spacing--2);
}
.hkubs-filter-bar .order-item {
  margin-top: 1px;
}
.hkubs-filter-bar .order-item > a {
  flex-wrap: nowrap;
  gap: var(--wp--preset--spacing--2-5);
  font-size: var(--wp--preset--font-size--sm);
  text-transform: capitalize;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.1s linear, color 0.1s linear;
  padding: var(--wp--preset--spacing--2);
}
.hkubs-filter-bar .order-item > a:hover {
  background-color: var(--wp--preset--color--shadcn-accent);
}

.hkubs-post-item {
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.hkubs-post-item .wp-block-group__link {
  color: #344962;
  font-family: var(--wp--preset--font-family--open-sans);
}

.post-block-cover {
  margin: 0;
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative;
}
.post-block-cover .post-block-cover-bg {
  bottom: 0;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.post-block-cover .post-block-cover-image {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.post-block-cover .post-block-cover-inner {
  color: inherit;
  width: 100%;
  z-index: 1;
}

#hkubs-post-list {
  padding-top: var(--wp--preset--spacing--2-5);
  margin-top: var(--wp--preset--spacing--2-5);
}
#hkubs-post-list .hkubs-post-list-item > div > p {
  margin: 0;
}
#hkubs-post-list > ul {
  grid-template-columns: repeat(auto-fill, minmax(min(16rem, 100%), 1fr));
  container-type: inline-size;
}

.hkubs-post-info {
  gap: 0;
  flex-direction: column;
  align-items: stretch;
}
.hkubs-post-info .post-info {
  gap: var(--wp--preset--spacing--3);
  flex-direction: column;
  align-items: flex-start;
}
.hkubs-post-info .post-author-avatar .wp-block-avatar__link {
  display: flex;
}
.hkubs-post-info .wp-block-post-author-name a {
  text-decoration: none;
}
.hkubs-post-info .wp-block-post-author-name a:hover {
  text-decoration: underline;
}
.hkubs-post-info .wp-block-tag-cloud {
  padding-bottom: var(--wp--preset--spacing--3);
}
.hkubs-post-info .wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
  font-size: 8pt;
}

.has-shadcn-accent-background-color {
  background-color: var(--wp--preset--color--shadcn-accent) !important;
}

.is-layout-flex {
  display: flex;
}

.hkubs-pagination {
  justify-content: center;
}
.hkubs-pagination .wp-block-query-pagination-numbers {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--wp--preset--spacing--2);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hkubs-pagination .page-prev-btn,
  .hkubs-pagination .page-next-btn {
    width: 100%;
    text-align: center;
  }
}
.hkubs-pagination .page-numbers {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  margin: 0 2px;
  font-size: var(--wp--preset--font-size--small);
}
.hkubs-pagination .page-numbers.current, .hkubs-pagination .page-numbers:hover {
  background-color: var(--wp--preset--color--shadcn-accent);
  color: var(--wp--preset--color--shadcn-accent-foreground);
}
.hkubs-pagination .wp-block-query-pagination-next-arrow {
  margin-left: 1ch;
}
.hkubs-pagination .wp-block-query-pagination-previous-arrow {
  margin-right: 1ch;
}

.archive.category .wp-block-cloudcatch-light-modal-block__wrapper .has-global-padding > .alignfull, .archive.tag .wp-block-cloudcatch-light-modal-block__wrapper .has-global-padding > .alignfull {
  margin: 0 !important;
}

.heading-row h2 {
  font-style: normal;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--3-xl) !important;
}
.heading-row h2 span {
  color: var(--wp--preset--color--shadcn-muted-foreground) !important;
}
.heading-row .post-slider-button {
  gap: var(--wp--preset--spacing--2);
}
.heading-row .post-slider-button .hkubs-slider-button {
  cursor: pointer;
  border: 1px solid var(--wp--preset--color--shadcn-border, transparent);
  border-radius: 100%;
  background-color: #fff;
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease-in-out;
  padding: var(--wp--preset--spacing--2-5);
}
.heading-row .post-slider-button .hkubs-slider-button svg {
  height: 20px;
  width: 20px;
}

.post-category {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--wp--preset--spacing--3);
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
.post-category a {
  display: inline-block;
  background-color: var(--wp--preset--color--shadcn-accent);
  padding: 0.25rem 0.625rem;
  border-radius: 99px;
  font-weight: 500;
  position: relative;
  z-index: 4;
  text-decoration: none;
  color: #344962;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--xs);
}
.post-category a:hover {
  background-color: var(--wp--preset--color--shadcn-accent-lighter);
  text-decoration: none;
}

.hkubs-post-detail-author .post-date {
  margin-top: var(--wp--preset--spacing--5);
}

.post-author-wrapper {
  margin-top: var(--wp--preset--spacing--2);
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--0-5);
}
.post-author-wrapper .post-author {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: var(--wp--preset--spacing--2);
}
.post-author-wrapper .post-author .author-avatar {
  line-height: 0;
  box-sizing: border-box;
  margin: 0;
}
.post-author-wrapper .post-author .author-avatar a img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.post-author-wrapper .post-author .author-info {
  margin: 0;
  padding: 0;
}
.post-author-wrapper .post-author .author-info .author-name {
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}
.post-author-wrapper .post-author .author-info .author-name a {
  position: relative;
  z-index: 4;
  text-decoration: none;
  color: #344962;
  font-family: var(--wp--preset--font-family--open-sans);
}
.post-author-wrapper .post-author .author-info .author-name a:hover {
  text-decoration: underline;
}
.post-author-wrapper .post-author .author-info .post-date {
  margin-top: var(--wp--preset--spacing--0-5);
  font-size: var(--wp--preset--font-size--xs) !important;
}
.post-author-wrapper .post-author .author-info .post-date time {
  color: var(--wp--preset--color--contrast-2) !important;
}

.post-author-wrapper-sm {
  display: flex;
  gap: var(--wp--preset--spacing--2);
  align-items: center;
}
.post-author-wrapper-sm .post-author-row {
  gap: var(--wp--preset--spacing--2);
}
.post-author-wrapper-sm p {
  margin: 0;
}
.post-author-wrapper-sm .post-author {
  display: flex;
  gap: var(--wp--preset--spacing--2);
  align-items: center;
}
.post-author-wrapper-sm .post-author .author-avatar {
  line-height: 0;
}
.post-author-wrapper-sm .post-author img {
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 100%;
}
.post-author-wrapper-sm .post-author .author-name {
  font-size: var(--wp--preset--font-size--xs) !important;
}
.post-author-wrapper-sm .post-author .author-name a {
  text-decoration: none;
  color: #344962;
}
.post-author-wrapper-sm .post-author .author-name a:hover {
  text-decoration: underline;
}
.post-author-wrapper-sm .post-date {
  font-size: var(--wp--preset--font-size--xs) !important;
  color: var(--wp--preset--color--shadcn-muted-foreground) !important;
}

.post-listing-authors-wrapper .post-listing-author-wrapper {
  gap: var(--wp--preset--spacing--2-5);
  margin-top: var(--wp--preset--spacing--2-5);
}
.post-listing-authors-wrapper .post-listing-author-wrapper:first-child {
  margin-top: 0;
}
.post-listing-authors-wrapper p {
  margin: 0;
}

.post-tags-wrapper a {
  color: #344962;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--xs);
  text-decoration: none;
}
.post-tags-wrapper a:hover {
  text-decoration: underline;
}

.wp-block-post-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}

.taxonomy-category a {
  display: inline-block;
  background-color: var(--wp--preset--color--shadcn-accent);
  padding: 0.25rem 0.625rem;
  border-radius: 99px;
  font-weight: 500;
  position: relative;
  z-index: 4;
  text-decoration: none;
  color: #344962;
  font-family: var(--wp--preset--font-family--open-sans);
  font-size: var(--wp--preset--font-size--xs);
}

:root :where(.wp-block-post-title a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

.hkubs-related-post-slider {
  margin-block-start: var(--wp--preset--spacing--2-5);
}
.hkubs-related-post-slider .post-slide-box {
  border-radius: 20px;
  padding-top: var(--wp--preset--spacing--2-5);
  padding-right: var(--wp--preset--spacing--2-5);
  padding-bottom: var(--wp--preset--spacing--2-5);
  padding-left: var(--wp--preset--spacing--2-5);
  aspect-ratio: auto;
  background-color: #e7e7e7;
}
.hkubs-related-post-slider .post-slide-box p {
  margin: 0;
}
.hkubs-related-post-slider .post-slide-box .post-slide-image {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border-radius: 20px;
}
.hkubs-related-post-slider .post-slide-box .post-slide-info-wrapper {
  margin: 0;
  color: inherit;
  width: 100%;
  z-index: 1;
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.hkubs-related-post-slider .post-slide-box .post-slide-info-wrapper .post-slide-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-decoration: none !important;
}
.hkubs-related-post-slider .post-slide-box .post-slide-info-wrapper .post-slide-info {
  border-radius: 16px;
  padding-top: var(--wp--preset--spacing--3-5);
  padding-right: var(--wp--preset--spacing--3-5);
  padding-bottom: var(--wp--preset--spacing--4);
  padding-left: var(--wp--preset--spacing--4);
  display: flex;
  margin: 0;
  flex-wrap: nowrap;
  gap: var(--wp--preset--spacing--3);
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  background-color: var(--wp--preset--color--shadcn-background) !important;
  box-sizing: border-box;
}
.hkubs-related-post-slider .post-slide-box .post-slide-info-wrapper .post-slide-info .post-slider-title {
  font-weight: 500;
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: 1.5;
  margin: 0;
}
.hkubs-related-post-slider .post-slide-box .post-slide-info-wrapper .post-slide-info .post-slider-title a {
  position: relative;
  z-index: 4;
  text-decoration: none;
}
.hkubs-related-post-slider .post-slide-box .post-slide-info-wrapper .post-slide-info .post-slider-title a:hover {
  text-decoration: underline;
}

.hkubs-home-banner-posts .post-grid {
  margin-bottom: var(--wp--preset--spacing--4);
}
.hkubs-home-banner-posts .post-box {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--4);
  align-items: stretch;
  min-height: 210px;
  border-width: 1px;
  border-radius: 20px;
  padding-top: var(--wp--preset--spacing--5);
  padding-right: var(--wp--preset--spacing--5);
  padding-bottom: var(--wp--preset--spacing--5);
  padding-left: var(--wp--preset--spacing--5);
  box-shadow: var(--wp--preset--shadow--lg);
  background-color: #ffffff;
}
.hkubs-home-banner-posts .post-title {
  font-size: var(--wp--preset--font-size--base) !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.hkubs-home-banner-posts .post-title a {
  text-decoration: none;
}
.hkubs-home-banner-posts .post-title a:hover {
  text-decoration: underline;
}
.hkubs-home-banner-posts .post-author-wrapper {
  margin-top: auto;
}
.hkubs-home-banner-posts .author-name {
  font-size: var(--wp--preset--font-size--sm) !important;
}
.hkubs-home-banner-posts .post-date {
  color: var(--wp--preset--color--shadcn-muted-foreground);
}

.hkubs-home-featured-post-wrapper .hkubs-home-featured-post {
  display: flex;
  margin-block-start: var(--wp--preset--spacing--2-5);
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .hkubs-home-featured-post-wrapper .hkubs-home-featured-post {
    flex-wrap: wrap;
  }
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .lastest-list-col {
  flex-basis: 66.66%;
}
@media screen and (max-width: 767px) {
  .hkubs-home-featured-post-wrapper .hkubs-home-featured-post .lastest-list-col {
    flex-basis: 100%;
  }
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .lastest-list-col .post-image-wrapper {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 0px;
  min-height: 20%;
  aspect-ratio: 680/440;
  background-color: #e7e7e7;
  overflow: hidden;
  position: relative;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .lastest-list-col .post-image-wrapper .category-tag {
  position: absolute;
  top: 16px;
  left: 14px;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .lastest-list-col .post-image-wrapper .image-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .lastest-list-col .post-image-wrapper img {
  aspect-ratio: 680/440;
  width: 100%;
  height: auto;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .lastest-list-col .post-info-wrapper {
  margin-top: var(--wp--preset--spacing--n-12);
  padding-left: var(--wp--preset--spacing--5);
  margin-bottom: var(--wp--preset--spacing--3);
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .lastest-list-col .post-info-wrapper .post-info-box {
  border-top-left-radius: 18px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  min-height: 252px;
  margin-top: 0;
  padding-top: var(--wp--preset--spacing--5);
  padding-right: var(--wp--preset--spacing--5);
  padding-bottom: var(--wp--preset--spacing--5);
  padding-left: var(--wp--preset--spacing--5);
  box-shadow: var(--wp--preset--shadow--lg);
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .lastest-list-col .post-info-wrapper .post-title {
  font-style: normal;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--3);
  font-size: var(--wp--preset--font-size--lg) !important;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .lastest-list-col .post-info-wrapper .post-title a {
  color: #000;
  text-decoration: none;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .lastest-list-col .post-info-wrapper .post-title a:hover {
  text-decoration: underline;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .lastest-list-col .post-info-wrapper .post-desc {
  color: var(--wp--preset--color--contrast-2) !important;
  font-size: var(--wp--preset--font-size--small) !important;
  line-height: 1.65;
  margin: 0;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .lastest-list-col .post-info-wrapper .post-tags-wrapper {
  margin-top: var(--wp--preset--spacing--3);
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .lastest-list-col .post-info-wrapper .post-tags-wrapper a {
  color: #000;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .post-list-col {
  flex-basis: 33.33%;
}
@media screen and (max-width: 767px) {
  .hkubs-home-featured-post-wrapper .hkubs-home-featured-post .post-list-col {
    flex-basis: 100%;
  }
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .post-list-col .post-list-item {
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  border-radius: 62px;
  padding-top: var(--wp--preset--spacing--2-5);
  padding-right: var(--wp--preset--spacing--2-5);
  padding-bottom: var(--wp--preset--spacing--2-5);
  padding-left: var(--wp--preset--spacing--2-5);
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--wp--preset--spacing--3);
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .post-list-col .post-list-item:first-child {
  margin-top: 0;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .post-list-col .image-link {
  background-color: #e7e7e7;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  display: block;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .post-list-col .post-image {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .post-list-col .post-title {
  font-style: normal;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0;
  font-size: var(--wp--preset--font-size--medium) !important;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .post-list-col .post-title a {
  text-decoration: none;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .post-list-col .post-title a:hover {
  text-decoration: underline;
}
.hkubs-home-featured-post-wrapper .hkubs-home-featured-post .post-list-col .post-date {
  margin-top: var(--wp--preset--spacing--1);
  font-size: var(--wp--preset--font-size--xs) !important;
  color: var(--wp--preset--color--shadcn-muted-foreground);
}

.hkubs-home-post-slider-wrapper .heading-row {
  margin-bottom: var(--wp--preset--spacing--12);
}
.hkubs-home-post-slider-wrapper .heading-row h2 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.hkubs-home-post-slider-wrapper .heading-row h2::before {
  content: "";
  width: 1.5rem;
  height: 3rem;
  background: var(--wp--preset--color--contrast-2, currentColor);
  clip-path: path("M11.93.684v8.039l5.633-5.633 1.216 1.23-5.66 5.66h8.04v1.737H13.2l5.701 5.701-1.23 1.23-5.742-5.742V21h-1.737v-8.094l-5.77 5.77-1.23-1.217 5.743-5.742H.842V9.98h8.162l-5.701-5.7 1.23-1.231 5.66 5.66V.684h1.737Z");
  display: block;
}
.hkubs-home-post-slider-wrapper .hkubs-home-post-slider {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.hkubs-home-post-slider-wrapper .hkubs-home-post-slider .post-slide-box {
  display: flex;
  flex-direction: column;
  border-color: var(--wp--preset--color--shadcn-border) !important;
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
  min-height: 410px;
  align-items: stretch;
}
.hkubs-home-post-slider-wrapper .hkubs-home-post-slider .post-slide-image-wrapper {
  background-color: #e7e7e7;
  position: relative;
  aspect-ratio: 680/440;
  width: 100%;
  height: auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.hkubs-home-post-slider-wrapper .hkubs-home-post-slider .post-slide-image-wrapper a.image-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hkubs-home-post-slider-wrapper .hkubs-home-post-slider .post-slide-image-wrapper .category-tag {
  position: absolute;
  top: 16px;
  left: 14px;
  z-index: 2;
}
.hkubs-home-post-slider-wrapper .hkubs-home-post-slider .post-slide-image-wrapper img {
  aspect-ratio: 680/440;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: block;
}
.hkubs-home-post-slider-wrapper .hkubs-home-post-slider .post-slide-image-wrapper .post-tags-wrapper a {
  color: #000;
}
.hkubs-home-post-slider-wrapper .hkubs-home-post-slider .post-slide-info-wrapper {
  padding-top: var(--wp--preset--spacing--4);
  padding-right: var(--wp--preset--spacing--3-5);
  padding-bottom: var(--wp--preset--spacing--4);
  padding-left: var(--wp--preset--spacing--3-5);
}
.hkubs-home-post-slider-wrapper .hkubs-home-post-slider .post-slide-info-wrapper .post-slide-info {
  display: flex;
  gap: var(--wp--preset--spacing--3);
  flex-direction: column;
  align-items: flex-start;
}
.hkubs-home-post-slider-wrapper .hkubs-home-post-slider .post-title {
  font-style: normal;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-size: var(--wp--preset--font-size--base) !important;
}
.hkubs-home-post-slider-wrapper .hkubs-home-post-slider .post-title a {
  color: #000 !important;
  text-decoration: none !important;
}
.hkubs-home-post-slider-wrapper .hkubs-home-post-slider .post-title a:hover {
  text-decoration: underline !important;
}
.hkubs-home-post-slider-wrapper .hkubs-home-post-slider .author-name a {
  color: #000 !important;
}

#hkubs-home-post-list .home-post-list-box-row {
  gap: var(--wp--preset--spacing--10) var(--wp--preset--spacing--10);
  margin-bottom: 1.75em;
}
#hkubs-home-post-list .post-info {
  gap: var(--wp--preset--spacing--2);
}
#hkubs-home-post-list .hkubs-pagination {
  justify-content: start;
}
#hkubs-home-post-list .home-post-list-box-info-col {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--3);
}
#hkubs-home-post-list .home-post-list-box-info-col h2 {
  font-style: normal;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-size: var(--wp--preset--font-size--base) !important;
  line-height: 1.5;
}
#hkubs-home-post-list .home-post-list-box-info-col h2 a {
  text-decoration: none;
}
#hkubs-home-post-list .home-post-list-box-info-col h2 a:hover {
  text-decoration: underline;
}
#hkubs-home-post-list .home-post-list-box-info-col .post-info {
  gap: var(--wp--preset--spacing--2);
}
#hkubs-home-post-list .home-post-list-box-info-col .post-desc {
  font-size: var(--wp--preset--font-size--sm) !important;
  line-height: 1.65;
}
#hkubs-home-post-list .home-post-list-box-image-col {
  flex-basis: 40%;
}
#hkubs-home-post-list .home-post-list-box-image-col .image-link {
  display: block;
  width: 100%;
  height: auto;
  background-color: #e7e7e7;
  aspect-ratio: 680/440;
  border-radius: 16px;
}
#hkubs-home-post-list .home-post-list-box-image-col .home-post-list-image {
  aspect-ratio: 680/440;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}

.accordion-translation {
  display: none;
}

.wp-block-cover, .wp-block-cover-image {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .is-layout-constrained.has-global-padding {
    padding-right: 0;
    padding-left: 0;
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.author-name a {
  color: inherit;
  text-decoration: none;
}

.author-name a:hover, .author-name a:focus {
  text-decoration: underline;
}

#hkubs-author-detail {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
#hkubs-author-detail p {
  margin: 0 !important;
}
#hkubs-author-detail .author-info-flex {
  flex-wrap: wrap;
}
#hkubs-author-detail .author-name {
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
#hkubs-author-detail .author-info-box {
  display: flex;
  flex-wrap: wrap;
  border-width: 1px;
  border-radius: 28px;
  border-style: solid;
  border-color: var(--wp--preset--color--shadcn-border) !important;
  padding: var(--wp--preset--spacing--8);
  gap: 2rem;
  align-items: center;
}
#hkubs-author-detail .author-info-box .avatar {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 100%;
}
@media screen and (max-width: 991px) {
  #hkubs-author-detail .author-info-box {
    flex-direction: column;
  }
}
#hkubs-author-detail .author-info {
  flex: 1 1;
}

#hkubs-author-post-list {
  padding-top: var(--wp--preset--spacing--2-5);
  margin-top: var(--wp--preset--spacing--2-5);
}
#hkubs-author-post-list > ul {
  grid-template-columns: repeat(auto-fill, minmax(min(16rem, 100%), 1fr));
  container-type: inline-size;
}

.author-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 100%;
}

.hkubs-post-detail-author .post-author-wrapper {
  flex-direction: row;
  gap: var(--wp--preset--spacing--4);
}/*# sourceMappingURL=layout.css.map */