.story-list-component .loader[data-v-0cb24c31] {
  padding: 80px 0;
  text-align: center;
}
.story-list-component .stories[data-v-0cb24c31] {
  width: 100%;
  padding: 24px 0 60px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 335px);
  margin: 0 auto;
  justify-content: center;
}
@media only screen and (max-width: 1365px) {
.story-list-component .stories[data-v-0cb24c31] {
    grid-template-columns: repeat(2, 335px);
}
}
@media only screen and (max-width: 959px) {
.story-list-component .stories[data-v-0cb24c31] {
    padding-top: 15px;
    grid-template-columns: repeat(1, 315px);
    row-gap: 20px;
}
}
.story-list-component .stories .story-item[data-v-0cb24c31] {
  cursor: pointer;
  position: relative;
  min-height: 400px;
  width: 335px;
  margin: 0 auto;
  flex: none;
}
@media only screen and (max-width: 959px) {
.story-list-component .stories .story-item[data-v-0cb24c31] {
    min-height: 320px;
    width: 315px;
}
}
.story-list-component .stories .story-item .image-wrapper[data-v-0cb24c31] {
  margin: 0 auto;
}
.story-list-component .stories .story-item .image-wrapper img[data-v-0cb24c31] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.story-list-component .stories .story-item .story-text[data-v-0cb24c31] {
  padding: 1rem;
}
@media only screen and (max-width: 959px) {
.story-list-component .stories .story-item .story-text[data-v-0cb24c31] {
    padding: 0.75rem;
}
}
.story-list-component .stories .story-item .story-text .story-info[data-v-0cb24c31] {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 959px) {
.story-list-component .stories .story-item .story-text .story-info[data-v-0cb24c31] {
    padding-bottom: 0.75rem;
}
}
@media only screen and (max-width: 767px) {
.story-list-component .stories .story-item .story-text .story-info[data-v-0cb24c31] {
    font-size: 12px;
}
}
.story-list-component .stories .story-item .story-text .story-info .story-label[data-v-0cb24c31] {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  padding: 4px 16px;
  border-radius: 14px;
  background-color: #ebebeb;
  text-align: center;
  white-space: nowrap;
}
.story-list-component .stories .story-item .story-text .story-info .story-time[data-v-0cb24c31] {
  color: #666;
}
.story-list-component .stories .story-item .story-text .story-title p[data-v-0cb24c31] {
  color: #333;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1365px) {
.story-list-component .stories .story-item .story-text .story-title p[data-v-0cb24c31] {
    font-size: 18px;
}
}
@media only screen and (max-width: 959px) {
.story-list-component .stories .story-item .story-text .story-title p[data-v-0cb24c31] {
    font-size: 16px;
}
}
.story-list-component .pagination-panel[data-v-0cb24c31] {
  padding: 40px 30px 80px 30px;
}.page-story[data-v-1b399d06] {
  overflow: auto;
}
.page-story .pagination-panel[data-v-1b399d06] {
  padding: 40px 30px 80px 30px;
}
@media only screen and (max-width: 1365px) {
.page-story[data-v-1b399d06] {
    grid-template-columns: 1fr 1fr;
}
}
.immigration-blog[data-v-1b399d06] {
  padding: 0 140px;
}
@media only screen and (max-width: 959px) {
.immigration-blog[data-v-1b399d06] {
    padding: 0 30px;
}
}
.immigration-blog h1[data-v-1b399d06] {
  font-size: 36px;
  font-weight: bold;
  color: rgb(var(--v-theme-primary));
  text-align: center;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
.immigration-blog h1[data-v-1b399d06] {
    padding-top: 40px;
    font-size: 18px;
}
}
.immigration-blog .story-description[data-v-1b399d06] {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  color: #333;
  text-align: center;
  padding: 20px 0;
}
@media only screen and (max-width: 1365px) {
.immigration-blog .story-description[data-v-1b399d06] {
    padding: 20px 0;
}
}
@media only screen and (max-width: 767px) {
.immigration-blog .story-description[data-v-1b399d06] {
    font-size: 12px;
    font-weight: 500;
}
}
.immigration-blog .latest-stories[data-v-1b399d06] {
  padding: 80px 0;
  display: flex;
  gap: 52px;
}
@media only screen and (max-width: 959px) {
.immigration-blog .latest-stories[data-v-1b399d06] {
    display: none;
}
}
.immigration-blog .latest-stories .image-wrapper img[data-v-1b399d06] {
  height: 290px;
}
.immigration-blog .latest-stories .story-text[data-v-1b399d06] {
  margin-top: 0.5rem;
}
.immigration-blog .latest-stories .story-text .story-info[data-v-1b399d06] {
  display: flex;
  gap: 24px;
  padding-bottom: 1rem;
}
.immigration-blog .latest-stories .story-text .story-info .story-label[data-v-1b399d06] {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  padding: 4px 16px;
  border-radius: 14px;
  height: 28px;
  background-color: #ebebeb;
  text-align: center;
  white-space: nowrap;
}
.immigration-blog .latest-stories .story-text .story-info .story-time[data-v-1b399d06] {
  color: #666;
  white-space: nowrap;
}
.immigration-blog .latest-stories .story-text .story-title p[data-v-1b399d06] {
  color: #333;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.immigration-blog .latest-stories .story-text .story-outline[data-v-1b399d06] {
  font-size: 18px;
  margin-top: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.immigration-blog .latest-stories .story-text .txt-read-more[data-v-1b399d06] {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  color: #1d2983;
  font-size: 16px;
  font-weight: 500;
}
.immigration-blog .latest-stories .story-text .txt-read-more .icon[data-v-1b399d06] {
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
.immigration-blog .latest-stories .story-text .txt-read-more .icon[data-v-1b399d06] {
    font-size: 12px;
    margin-left: 10px;
}
}
.immigration-blog .input-panel[data-v-1b399d06] {
  display: flex;
  height: 36px;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1365px) {
.immigration-blog .input-panel[data-v-1b399d06] {
    height: 37px;
}
}
@media only screen and (max-width: 959px) {
.immigration-blog .input-panel[data-v-1b399d06] {
    justify-content: center;
}
}
.immigration-blog .input-panel .filter-panel[data-v-1b399d06] {
  display: flex;
  align-items: center;
  gap: 40px;
}
.immigration-blog .input-panel .filter-panel .txt-filter[data-v-1b399d06] {
  font-size: 18px;
  font-weight: 500;
  color: #999;
}
@media only screen and (max-width: 959px) {
.immigration-blog .input-panel .filter-panel .txt-filter[data-v-1b399d06] {
    display: none;
}
}
.immigration-blog .input-panel .filter-panel .package-select[data-v-1b399d06] {
  max-width: 150px;
}
@media only screen and (max-width: 959px) {
.immigration-blog .input-panel .filter-panel .package-select[data-v-1b399d06] {
    display: none;
}
}
.immigration-blog .input-panel .filter-panel .package-select[data-v-1b399d06] .v-field__input {
  padding: 0;
  font-weight: 500;
  color: #333;
}
.immigration-blog .input-panel .filter-panel .package-select[data-v-1b399d06] .v-field__append-inner {
  padding: 10px 0 4px;
}
.immigration-blog .input-panel .search-input-panel[data-v-1b399d06] {
  width: 100%;
  padding: 0 24px;
  border-radius: 10px;
  border: solid 1px #999;
  background-color: #fff;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 959px) {
.immigration-blog .input-panel .search-input-panel[data-v-1b399d06] {
    width: clamp(150px, 100%, 315px);
}
}
.immigration-blog .input-panel .search-input-panel .search-input[data-v-1b399d06] .v-field__input {
  font-size: 14px;
  padding: 0;
  min-height: 0;
  height: 36px;
}
@media only screen and (max-width: 959px) {
.immigration-blog .input-panel .search-input-panel .search-input[data-v-1b399d06] .v-field__input {
    height: 31px;
}
}
.immigration-blog .input-panel .search-input-panel .search-input[data-v-1b399d06] .v-field__input::placeholder {
  color: #999;
}
@media only screen and (max-width: 959px) {
.immigration-blog .input-panel .search-input-panel .search-input[data-v-1b399d06] .v-field__input::placeholder {
    font-size: 12px;
}
}
.immigration-blog .category-panel[data-v-1b399d06] {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
  overflow-x: auto;
}
@media only screen and (max-width: 959px) {
.immigration-blog .category-panel[data-v-1b399d06] {
    display: flex;
    gap: 1rem;
}
}
.immigration-blog .category-panel[data-v-1b399d06]::-webkit-scrollbar {
  display: none;
}
.immigration-blog .category-panel .category-item[data-v-1b399d06] {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  height: 25px;
  padding: 4px 16px;
  border-radius: 5px;
  background-color: #ebebeb;
  white-space: nowrap;
  cursor: pointer;
}
.immigration-blog .category-panel .category-item.active[data-v-1b399d06] {
  color: #fff;
  background-color: #0080fe;
}
.immigration-blog .package-banners[data-v-1b399d06] {
  position: relative;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 959px) {
.immigration-blog .package-banners[data-v-1b399d06] {
    padding: 20px 0;
    gap: 10px;
}
}
.immigration-blog .package-banners .package-option-item[data-v-1b399d06] {
  position: relative;
  padding: 0 10px;
  font-size: 18px;
  color: rgb(var(--v-theme-secondary));
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
.immigration-blog .package-banners .package-option-item[data-v-1b399d06] {
    font-size: 12px;
}
}
.immigration-blog .package-banners .package-option-item.selected[data-v-1b399d06] {
  color: rgb(var(--v-theme-primary));
}
.immigration-blog .package-banners .bottom-bar[data-v-1b399d06] {
  position: absolute;
  border-bottom: 3px solid rgb(var(--v-theme-primary));
  content: "&nbsp;s";
  transition: all 300ms;
  left: 0;
  bottom: 30px;
}
@media only screen and (max-width: 959px) {
.immigration-blog .package-banners .bottom-bar[data-v-1b399d06] {
    bottom: 15px;
}
}