h2.c-widget-title {
    display: inline-block;
    padding: 0 12px;
    position: relative;
    color: var(--text);
    text-transform: uppercase;
    line-height: 1;
}
h2.c-widget-title::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
    border-left: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
}
.latest-post img {
    width:100%;
}
.label-name a {
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
}
.popular-post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.popular-post-thumbnail {
    flex: 0 0 105px;
    width: 120px;
    height: 90px;
}
h1 { font-size: 1.688rem; font-weight: 700; margin-bottom: 15px; letter-spacing: -0.6px; }
h2 { font-size: 1.500rem; font-weight: 700; margin-bottom: 15px; letter-spacing: -0.6px; }
h3 { font-size: 1.375rem; font-weight: 700; margin-bottom: 15px; letter-spacing: -0.6px; }
h4 { font-size: 1.188rem; font-weight: 700; margin-bottom: 15px; letter-spacing: -0.6px; }
h5 { font-size: 1.063rem; font-weight: 600; margin-bottom: 15px; letter-spacing: -0.6px; }
h6 { font-size: .938rem; font-weight: 600; margin-bottom: 15px; letter-spacing: -0.6px; }
@media (min-width: 768px) {
  h1 { font-size: 1.875rem; }
  h2 { font-size: 1.688rem; }
  h3 { font-size: 1.500rem; }
  h4 { font-size: 1.313rem; }
  h5 { font-size: 1.188rem; }
  h6 { font-size: 1rem; }
}
@media (min-width: 992px) {
  h1 { font-size: 2.063rem; }
  h2 { font-size: 1.875rem; }
  h3 { font-size: 1.688rem; }
  h4 { font-size: 1.313rem; }
  h5 { font-size: 1.250rem; }
  h6 { font-size: 1.063rem; }
}
@media (min-width: 1200px) {
  h1 { font-size: 2.375rem; }
  h2 { font-size: 2.125rem; }
  h3 { font-size: 1.875rem; }
  h4 { font-size: 1.625rem; }
  h5 { font-size: 1.375rem; }
  h6 { font-size: 1.125rem; }
}
.article-post{font-size:1rem!important;line-height: 1.55}
@media (min-width: 768px){.article-post { font-size: 1.063rem!important}}
@media (min-width: 992px){.article-post { font-size: 1.125rem!important}}
@media (min-width: 1200px){.article-post { font-size: 1.188rem!important}}
.bd-gutter {
    --bs-gutter-x: 2.5rem;
}
.list-populer {
    line-height: .9;
    margin-bottom: 0.5rem;
}
.author-image {
    overflow: hidden;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.pagination {
    padding: 30px 0;
    justify-content: center;
}
.pagination li a {
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    padding: 8px 12px;
    margin-right: 10px;
    border-radius: 5px;
}
.pagination li.active a {
    background: #58505f;
    color: #fff;
}

.label-bar {
    background: linear-gradient(90deg, #bf7a3d, #af5e16);
    padding: 10px 10px;
    display: flex;
    align-items: center;
    position: relative;
}
.label-list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: .875rem;
  text-transform: uppercase;
  list-style: none;
  margin-bottom: 2px;
  padding: 0;
}
.label-list li a {
  color: #fff;
  text-decoration: none;
  font-size: .75rem;
  font-weight: bold;
  white-space: nowrap;
}

.more-menu {
  position: relative;
  display: none;
}

.more-menu button {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
}

.more-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 42px;
  background: linear-gradient(90deg, #bf7a3d, #af5e16);
  list-style: none;
  padding: 8px 0;
  margin: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 99;
}

.more-dropdown li a {
display: flex;
padding: 8px 16px;
text-transform: uppercase;
white-space: nowrap;
color: #fff;
font-size: .75rem;
font-weight: bold;
text-decoration: none;
}

.more-menu.show .more-dropdown {
  display: block;
}
.shopee-button {
    display: inline-block;
    padding: 3px 20px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #ff7b37, #ff4500);
    box-shadow: 0 4px 0 #d63b00, 0 6px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
}
.shopee-button:hover {
  background: linear-gradient(135deg, #ff8c4a, #ff5a1f);
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #d63b00, 0 10px 20px rgba(0,0,0,0.25);
}
.shopee-button:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #d63b00, 0 4px 10px rgba(0,0,0,0.2);
}