/* ============================================================
MAGAZINE NEW VERSION 2026
============================================================ */
.unit-premium {
  margin: 60px auto 0;
  padding-bottom: 32px;
}

.unit-premium .unit-title {
  color: #000;
  text-align: center;
}

.unit-premium .unit-title h3 {
  margin: 0;
  font-family: "Times New Roman", "Noto Serif TC", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.unit-premium .unit-title h2 {
  margin: 10px 0 0;
  font-family: "Songti TC", "PMingLiU", "新細明體", "Noto Serif TC", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 5px;
}

.emag-content {
  margin-top: -36px;
  padding: 90px 0 30px;
  background-color: #f3f3f7;
}

.category-content,
.bookshelf-content {
  margin-top: -36px;
  padding: 90px 0 30px;
  background: linear-gradient(to bottom, #f3f3f7 0%, #fff 10%, #fff 100%);
}

@media (max-width: 767px) {
  .emag-content {
    padding: 60px 0 30px;
  }
}

body.premium.filter-menu-sticky-page nav {
  position: relative;
  top: auto;
  left: auto;
  animation: none !important;
}

.filter-menu {
  position: relative;
  z-index: 19;
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 15px 40px;
  background: #fff;
  border-radius: 46px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.filter-menu-placeholder {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  height: 0;
}

.filter-menu-placeholder.filter-menu-placeholder--active {
  height: var(--filter-menu-height, 0px);
}

.filter-menu.filter-menu--fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 120;
  will-change: transform;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .filter-menu {
    padding: 10px 20px;
    border-radius: 0;
    max-width: none;
  }

  .filter-menu-placeholder {
    max-width: none;
  }

  .filter-menu.filter-menu--fixed {
    left: 0;
    transform: none;
  }
}

@supports (padding: max(0px)) {
  .filter-menu.filter-menu--fixed {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }

  @media (max-width: 767px) {
    .filter-menu.filter-menu--fixed {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.filter-menu ul {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .filter-menu ul {
    gap: 8px;
    justify-content: flex-start;
    min-height: 40px;
  }
}

.filter-menu ul li {
  box-sizing: border-box;
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
}

.filter-menu a {
  color: inherit;
  text-decoration: none;
}

.filter-menu .view-switch a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 15px;
  white-space: nowrap;
  border-radius: 10px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .filter-menu .view-switch a {
    justify-content: center;
    width: 40px;
    min-height: 40px;
    padding: 0;
    border-radius: 8px;
  }

  .filter-menu .view-switch a span {
    display: none;
  }
}

.filter-menu .view-switch {
  display: flex;
  align-items: center;
  width: 100px;
  flex: 0 0 100px;
  position: relative;
}

.filter-menu .view-switch + .view-switch {
  margin-left: -8px;
}

@media (max-width: 767px) {
  .filter-menu .view-switch {
    width: 40px;
    flex: 0 0 40px;
  }
}

.filter-menu .view-switch:not(.is-active) {
  color: #999;
}

.filter-menu .view-switch:not(.is-active) .view-icon {
  opacity: 0.35;
}

.filter-menu .view-switch.is-active a {
  background: #ffc900;
}

.filter-menu .view-switch + .view-switch::after {
  content: "";
  width: 1px;
  height: 32px;
  background: #c7c7c7;
  position: absolute;
  right: -8px;
}

.view-icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.filter-menu .filter-select {
  width: calc(50% - 15% - 140px);
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
}
@media (max-width: 767px) {
  .filter-menu .filter-select {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
  }
}
.filter-menu .filter-category{
  margin-right: 16px;
}

.filter-menu .filter-category::after,
.filter-menu .view-switch + .filter-select::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 32px;
  background: #c7c7c7;
  transform: translateY(-50%);
}

.filter-menu .filter-category::after {
  right: -20px;
}

.filter-menu .view-switch + .filter-select::after {
  right: -5px;
}

@media (max-width: 767px) {
  .filter-menu .filter-category {
    margin-right: 0;
  }

  .filter-menu .filter-category::after,
  .filter-menu .view-switch + .filter-select::after {
    right: -5px;
  }
}

.filter-menu select {
  width: 100%;
  min-height: 44px;
  padding: 0 30px 0 10px;
  font-size: 1.1rem;
  font-weight: normal;
  color: #000;
  background-color: transparent;
  background-image: url("/img/icon/icon-border-arrowdown.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 18px auto;
  border: 0;
  outline: 0;
  appearance: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .filter-menu select {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .filter-menu select {
    min-height: 38px;
    padding: 0 22px 0 8px;
    font-size: 14px;
    background-position: right 4px center;
    background-size: 14px auto;
  }
}

.filter-menu .filter-search {
  display: flex;
  width: 30%;
  align-items: center;
  flex: 0 0 30%;
  min-width: 180px;
  margin-left: auto;
  border-bottom: 1px solid #ccc;
}

.filter-menu .filter-search:focus-within {
  background: #f7f7f7;
}

@media (max-width: 767px) {
  .filter-menu .filter-search {
    width: auto;
    flex: 0 0 40px;
    min-width: 40px;
    margin-left: 0;
    border-bottom: 0;
    justify-content: center;
  }
}

.filter-search input {
  width: 100%;
  min-width: 0;
  padding: 10px 6px;
  font-size: 1.1rem;
  color: #333;
  background: transparent;
  border: 0;
  outline: 0;
  appearance: none;
}

.filter-search .filter-search-clear[hidden] {
  display: none;
}

@media (max-width: 767px) {
  .filter-search input {
    display: none;
    width: 100%;
    min-height: 40px;
    box-sizing: border-box;
    padding: 8px 6px;
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
  }

  .filter-menu.is-search-open .filter-search input {
    display: block;
  }

  .filter-menu.is-search-open .view-switch,
  .filter-menu.is-search-open .filter-select {
    display: none;
  }

  .filter-menu.is-search-open .filter-search {
    display: flex;
    flex: 1 1 100%;
    min-width: 0;
    border-bottom: 1px solid #ccc;
    gap: 2px;
  }
}

.filter-search input::placeholder {
  color: #c6c6c6;
  opacity: 1;
}

.filter-search input::-webkit-search-cancel-button {
  display: none;
}

.filter-search button {
  position: relative;
  flex: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.filter-search .filter-search-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  background: #999;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .filter-search .filter-search-submit {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 767px) {
  .filter-search .filter-search-submit {
    width: 40px;
    height: 40px;
  }

  .filter-search .filter-search-clear {
    margin: 0 0 0 4px;
  }
}

.filter-search .filter-search-submit img {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  object-fit: contain;
  opacity: 0.4;
}

.filter-search .filter-search-clear img {
  display: block;
  width: 12px;
  height: 12px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
  .filter-search .filter-search-submit img {
    opacity: 1;
  }
}

.filter-search input:focus ~ .filter-search-submit img {
  opacity: 1;
}

.emag-this-month {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10%;
}
@media (max-width: 1200px) {
  .emag-this-month {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .emag-this-month {
    padding: 60px 0 30px;
    flex-direction: column-reverse;
    gap: 0;
  }
}

.mention-text {
  flex: 1 1 auto;
  padding-left: 0;
  color: #000;
  font-family: "Songti TC", "Noto Serif TC", serif;
}

@media (max-width: 991px) {
  .mention-text {
    order: 1;
    width: 100%;
    text-align: center;
  }
}

.mention-text h4 {
  font-size: clamp(32px, 10vw, 64px);
  font-weight: 500;
  line-height: 1;
  font-family: "Times New Roman", "Noto Serif TC", serif;
}

.mention-text h3 {
  margin: 0 0 1rem;
  font-size: clamp(32px, 10vw, 64px);
  font-weight: bold;
  line-height: 1;
  font-family: "Songti TC", "Noto Serif TC", serif;
}

.mention-text p {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: normal;
  line-height: 1.5;
  font-family: "Songti TC", "Noto Serif TC", serif;
}

.emag-cover {
  flex: 0 0 300px;
  padding: 27px;
}

.emag-cover img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.17);
}
@media (max-width: 767px) {
  .emag-cover img {
    width: 80%;
    margin: 0 auto;
  }
}

.issue-nav {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 68px;
  padding: 0;
  color: #000;
  background: transparent;
  border: 0;
  cursor: pointer;
  transform: translateY(-35%);
}

@media (max-width: 767px) {
  .issue-nav {
    width: 48px;
  }
}

.issue-prev {
  left: 0;
}

.issue-next {
  right: 0;
}

.issue-nav span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: #fff;
  border-radius: 24px 0 0 24px;
}

.issue-prev span {
  border-radius: 0 24px 24px 0;
}

.issue-nav span img {
  display: block;
  width: 28px;
  height: 56px;
  object-fit: contain;
}

.issue-nav small {
  display: block;
  margin: 14px auto 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #b9b9b9;
  writing-mode: vertical-rl;
}

/* ============================================================
MAGAZINE LIST MODE
============================================================ */
.emag-list-all {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 120px;
}
@media (max-width: 767px) {
  .emag-list-all {
    width: 88%;
  }
}

.emag-list-all h2 {
  padding: 30px 0;
  text-align: center;
  font-family: "Songti TC", "Noto Serif TC", serif;
}

.emag-warp {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

@media (max-width: 1200px) {
  .emag-warp {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .emag-warp {
    gap: 60px 0;
  }
}

.emag-warp article {
  position: relative;
  width: calc((100% - 120px) / 3);
}
@media (max-width: 1200px) {
  .emag-warp article {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 767px) {
  .emag-warp article {
    width: 100%;
  }
}

.emag-warp .hot-issue {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .emag-warp .hot-issue {
    gap: 0;
  }
}

.emag-warp .hot-issue .article-img {
  width: 55%;
}

.emag-warp .hot-issue .abstract {
  width: calc(45% - 40px);
}
@media (max-width: 767px) {
  .emag-warp .hot-issue .article-img,
  .emag-warp .hot-issue .abstract {
    width: 100%;
  }
}

.emag-warp article > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
}

.emag-warp article > a:hover{
  background: transparent;
}

.emag-warp article .article-img {
  overflow: hidden;
}

.emag-warp article img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}

.emag-warp article:hover img {
  transform: scale(1.05);
}

.emag-warp .abstract h3 {
  margin: 0 0 10px;
  line-height: 2rem;
  font-family: "Songti TC", "Noto Serif TC", serif;
}

.emag-warp .abstract h4 {
  margin: 10px 0;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #666;
  font-family: "Songti TC", "Noto Serif TC", serif;
  font-weight: normal;
}

.emag-warp .abstract p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  line-height: 1.6;
  color: #666;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Songti TC", "Noto Serif TC", serif;
  font-weight: normal;
}

.emag-warp .hot-issue .summary {
  -webkit-line-clamp: 3;
  margin-bottom: 1rem;
}

/* ============================================================
MAGAZINE SHELF MODE
============================================================ */
.bookshelf-view {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .bookshelf-view {
    width: 88%;
  }
}

.bookshelf-view h2.year-title {
  margin: 1rem 0;
  text-align: left;
  font-size: 3rem;
  font-family: "Times New Roman", "Noto Serif TC", serif;
}

.bookshelf-view .year-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-start;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .bookshelf-view .year-wrapper {
    gap: 30px;
  }
}

.monthly-grid {
  width: calc((100% - 200px) / 6);
  position: relative;
}

@media (max-width: 1200px) {
  .monthly-grid { 
    width: calc((100% - 120px) / 4);
  }
}

@media (max-width: 991px) {
  .monthly-grid { 
    width: calc((100% - 80px) / 3);
  }
}

@media (max-width: 767px) {
  .monthly-grid { 
    width: calc((100% - 30px) / 2);
  }
}

.monthly-grid .cover {
  width: 100%;
  height: auto;
}

.monthly-grid .cover img {
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.monthly-grid:hover .cover img {
  box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.monthly-grid .abstract {
  width: 100%;
  height: auto;
}

.monthly-grid .abstract h3{
  font-family: "Times New Roman", "Noto Serif TC", serif;
  font-size: 1.1rem;
  font-weight: normal;
  color: #666;
  line-height: 1.5;
  margin-top: 1rem;
}

.monthly-grid .abstract p {
  font-family: "Songti TC", "Noto Serif TC", serif;
  font-size: 1.15rem;
}

.monthly-grid > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
}

/* ============================================================
MAGAZINE FULLPAGE 
============================================================ */

#article,
#article h1,
#article h2,
#article h3,
#article h4,
#article h5,
#article h6,
#article p,
#article a,
#article li,
#article span,
#article em,
#article button {
  font-family: "Times New Roman", "Songti TC", "PMingLiU", "新細明體", "Noto Serif TC", serif;
}

#article .hidearea-guest.emag-mask,
#article .hidearea-guest.emag-mask * {
  font-family: "Roboto", "Montserrat", "Noto Sans TC", sans-serif;
}

#article .article-link-content {
  overflow: visible;
  margin-top: 0;
}

#article .article-link-content.premium {
  margin-top: 70px;
}

#article .location-tip {
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

#article .location-tip p,
#article .location-tip p a {
  font-family: "Roboto", "Montserrat", "Noto Sans TC", sans-serif;
}

.article-full-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.art-stage {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.article-full-container .content-title {
  font-size: 3rem;
}

.con-title-1 h6 {
  font-size: 1.25rem;
}

.article-full-container article p {
  font-weight: 400;
  line-height: 1.6;
}

.article-full-container .content-image {
  background: #f3f3f7;
}

.article-full-container .content-image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 180px);
  margin: 0 auto;
  object-fit: contain;
}

/* Gallery background spans the viewport; its content stays in the article column. */
.article-full-container .content-album {
  left: 50%;
  width: 100vw;
  margin: 0 0 36px;
  border-bottom: 0;
  background: #f3f3f7;
  transform: translateX(-50%);
}

.content-album .con-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.content-album .slick-container {
  height: auto;
  padding-bottom: 0;
}

.content-album .slick-content {
  background: #000;
}

.content-album .slick-memo {
  box-sizing: border-box;
  height: 80px;
  padding: 14px 20px;
}

.content-album .slick-memo p {
  width: 100%;
  margin: 0 auto;
  color: #777;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

.content-album .slide-page {
  width: 80px;
}

.content-album .slide-control {
  right: max(110px, calc((100vw - 960px) / 2 + 110px));
}

.content-album .splide__arrow {
  bottom: 80px;
  transform: none;
}

.content-album .slide-current {
  font-size: 1.35em;
}

.content-album .slide-sum {
  font-size: 0.9em;
}

@media all and (max-width: 767px) {
  .content-title-area {
    margin: 20px auto;
  }

  .article-full-container .content-album {
    margin-bottom: 28px;
  }

  .content-album .slick-memo {
    height: 72px;
    padding: 10px 5%;
  }

  .content-album .slick-memo p {
    font-size: 0.75rem;
  }

  .content-album .splide__arrow {
    bottom: 72px;
  }

  .content-album .slide-control {
    bottom: 72px;
  }
}

@media all and (max-width: 480px) {
  .con-title-1 h6 {
    margin-top: 5px;
  }

  .content-album .splide__arrow {
    width: 40px;
    height: 40px;
  }

  .content-album .splide__arrow--prev {
    right: 45px;
  }

  .content-album .slide-page {
    width: 60px;
    height: 40px;
    line-height: 40px;
  }

  .content-album .slide-control {
    right: 90px;
  }
}

.content-tag.emag {
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}

.content-tag.emag span {
  color: #999999;
  font-size: 1rem;
  font-weight: normal;
}

.issue-more-content {
  position: relative;
  left: 50%;
  box-sizing: border-box;
  width: 100vw;
  padding: 40px 5% 44px;
  margin: 60px 0 0;
  background: #f3f3f7;
  transform: translateX(-50%);
}

.issue-more-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.issue-more-inner > h3 {
  margin: 0 0 28px;
  color: #111;
  font-family: "Songti TC", "PMingLiU", "新細明體", "Noto Serif TC", serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.08em;
}

.issue-more-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 64px;
}

.issue-more-item {
  min-width: 0;
  margin: 0;
  background: transparent;
}

.issue-more-item > a {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: #111;
  text-decoration: none;
  border: 0;
}

.issue-more-item > a:hover {
  background: transparent;
}

.issue-more-cover {
  flex: 0 0 120px;
  height: 86px;
  overflow: hidden;
  background: #ddd;
}

.issue-more-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.issue-more-item a:hover img {
  transform: scale(1.05);
}

.issue-more-copy {
  min-width: 0;
}

.issue-more-copy h4 {
  margin: 0 0 6px;
  overflow: hidden;
  color: #111;
  font-family: "Songti TC", "PMingLiU", "新細明體", "Noto Serif TC", serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.1rem;
}

.issue-more-copy p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media all and (max-width: 767px) {
  .issue-more-content {
    padding-top: 32px;
    padding-bottom: 36px;
  }

  .issue-more-inner > h3 {
    margin-bottom: 24px;
    font-size: 1.5rem;
  }

  .issue-more-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media all and (max-width: 480px) {
  .issue-more-item > a {
    gap: 12px;
  }

  .issue-more-cover {
    flex-basis: 96px;
    height: 64px;
  }

  .issue-more-copy h4 {
    font-size: 1rem;
  }

  .issue-more-copy p {
    font-size: 0.8rem;
  }
}

.issue-more-inner > h3,
.content-related > h3,
.products-recommend-wrapper > h3 {
  font-size: 1.5rem;
}

.products-recommend-wrapper > h3 {
  text-align: center;
}

/* Subtle entrance motion */
@keyframes emag-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#article .location-tip,
.content-title-area,
.content-album .con-container,
.art-stage > article:first-of-type {
  animation: emag-fade-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.content-album .con-container {
  animation-delay: 0.4s;
}

.art-stage > article:first-of-type {
  animation-delay: 1.2s;
}

@media (prefers-reduced-motion: reduce) {
  #article .location-tip,
  .content-title-area,
  .content-album .con-container,
  .art-stage > article:first-of-type {
    animation: none;
  }
}


/* ============================================================
MAGAZINE CATEGORY PAGE
============================================================ */
.category-content .art-btn-text h6,
.category-content .video-btn-text h6 {
  color: #999;
}

.category-content .category-title {
  margin: 30px 0;
  padding-bottom: 15px;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-family: "Times New Roman", "Songti TC", "PMingLiU", "新細明體", serif;
  font-size: 1.75rem;
  font-weight: 700;
}

.category-content .category-title-label {
  color: #999;
  font-family: inherit;
}

.article-link-w100.emag {
  width: 100%;
}


/* ============================================================
MAGAZINE SEARCH PAGE
============================================================ */
.emag-search .search-keyword {
  margin: 30px 0;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  font-weight: 700;
  font-size: 1.75rem;
}

.emag-search .search-label {
  color: #999;
  font-family: inherit;
}
