#category-content {
  padding: 80px 0;
  background: #fff;
}
#category-content .content-wrap {
  max-width: 980px;
  margin: 0 auto;
}
#category-content .content-header {
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ddd;
}
#category-content .content-header h2 {
  margin: 0 0 16px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
#category-content .content-header p {
  max-width: 900px;
  margin: 0;
  color: #515152;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.8;
}
#category-content .content-body {
  color: #515152;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.85;
}
#category-content .content-body p {
  margin: 0 0 24px;
}
#category-content .content-body h3 {
  position: relative;
  margin: 42px 0 18px;
  padding-left: 18px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
#category-content .content-body h3::before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 4px;
  border-radius: 100rem;
  background: #da2128;
  content: "";
}
#category-content .content-body a {
  color: #374ea2;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}
#category-content .content-body a:hover {
  color: #da2128;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#category-content .content-body .content-list {
  margin: 26px 0 32px;
  padding: 26px 30px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fffdf0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  list-style: none;
}
#category-content .content-body .content-list li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 26px;
  color: #515152;
  line-height: 1.75;
}
#category-content .content-body .content-list li:last-child {
  margin-bottom: 0;
}
#category-content .content-body .content-list li::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100rem;
  background: #da2128;
  content: "";
}

#blog-cta {
  padding: 80px 0;
  background: #fff;
}
#blog-cta .cta-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 48px 52px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(135deg, #374ea2, #141b44);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}
#blog-cta .cta-wrap::before {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 100rem;
  background: rgba(236, 207, 74, 0.1);
  content: "";
  pointer-events: none;
}
#blog-cta .cta-wrap::after {
  position: absolute;
  right: 180px;
  bottom: -150px;
  width: 260px;
  height: 260px;
  border-radius: 100rem;
  background: rgba(255, 255, 255, 0.04);
  content: "";
  pointer-events: none;
}
#blog-cta .cta-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
#blog-cta .cta-content > p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
#blog-cta .cta-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px !important;
  color: #eccf4a !important;
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.4 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#blog-cta .cta-label::before {
  width: 28px;
  height: 2px;
  background: #eccf4a;
  content: "";
}
#blog-cta h2 {
  max-width: 700px;
  margin: 0 0 18px;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}
#blog-cta .cta-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#blog-cta .cta-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
#blog-cta .cta-list li i {
  display: flex;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 100rem;
  background: rgba(236, 207, 74, 0.16);
  color: #eccf4a;
  font-size: 11px;
}
#blog-cta .cta-action {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 240px;
  flex-direction: column;
  gap: 12px;
}
#blog-cta .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}
#blog-cta .cta-btn {
  border: 1px solid #da2128;
  background: #da2128;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
#blog-cta .cta-btn i {
  font-size: 17px;
  transition: 0.3s ease;
}
#blog-cta .cta-btn:hover {
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
#blog-cta .cta-btn:hover i {
  transform: translateX(4px);
}
#blog-cta .phone-btn {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
#blog-cta .phone-btn i {
  color: #eccf4a;
  font-size: 16px;
}
#blog-cta .phone-btn:hover {
  border-color: #fff;
  background: #fff;
  color: #374ea2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
#blog-cta .phone-btn:hover i {
  color: #da2128;
}

#blog-faq {
  padding: 80px 0;
  background: #fffdf0;
}
#blog-faq .section-header {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}
#blog-faq .section-header h2 {
  margin: 0 0 14px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
#blog-faq .section-header p {
  margin: 0;
  color: #515152;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
#blog-faq .faq-list {
  max-width: 920px;
  margin: 0 auto;
}
#blog-faq .faq-item {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}
#blog-faq .faq-item:last-child {
  margin-bottom: 0;
}
#blog-faq .faq-item:hover {
  border-color: #adb8d9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
#blog-faq .faq-item[open] {
  border-color: #adb8d9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
#blog-faq .faq-item[open] .faq-question {
  color: #374ea2;
}
#blog-faq .faq-item[open] .faq-question::before {
  background: #374ea2;
}
#blog-faq .faq-item[open] .faq-question::after {
  transform: translateY(-50%) rotate(45deg);
}
#blog-faq .faq-item[open] .faq-answer {
  border-top-color: #e5e7eb;
}
#blog-faq .faq-question {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 20px 64px 20px 28px;
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
  transition: 0.3s ease;
}
#blog-faq .faq-question::-webkit-details-marker {
  display: none;
}
#blog-faq .faq-question::before {
  flex: 0 0 6px;
  width: 6px;
  height: 32px;
  margin-right: 16px;
  border-radius: 100rem;
  background: #da2128;
  content: "";
  transition: 0.3s ease;
}
#blog-faq .faq-question::after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #374ea2;
  border-bottom: 2px solid #374ea2;
  content: "";
  transform: translateY(-65%) rotate(45deg);
  transition: 0.3s ease;
}
#blog-faq .faq-question:hover {
  color: #374ea2;
}
#blog-faq .faq-answer {
  padding: 0 28px 24px 50px;
  border-top: 1px solid transparent;
  color: #515152;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  transition: 0.3s ease;
}
#blog-faq .faq-answer p {
  margin: 18px 0 0;
}
#blog-faq .faq-answer p:first-child {
  margin-top: 20px;
}
#blog-faq .faq-answer a {
  color: #374ea2;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}
#blog-faq .faq-answer a:hover {
  color: #da2128;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#blog-featured {
  padding: 80px 0;
  background: #fff;
}
#blog-featured .section-header {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}
#blog-featured .section-header h2 {
  margin: 0 0 14px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
#blog-featured .section-header p {
  margin: 0;
  color: #515152;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
#blog-featured .featured-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.8fr);
  gap: 28px;
  align-items: stretch;
}
#blog-featured .featured-main,
#blog-featured .featured-item {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
#blog-featured .featured-main:hover,
#blog-featured .featured-item:hover {
  border-color: #adb8d9;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
#blog-featured .featured-main:hover .featured-image img,
#blog-featured .featured-item:hover .featured-image img {
  transform: scale(1.04);
}
#blog-featured .featured-main:hover h3 a,
#blog-featured .featured-item:hover h3 a {
  color: #374ea2;
}
#blog-featured .featured-main {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#blog-featured .featured-main .featured-image {
  aspect-ratio: 800/520;
}
#blog-featured .featured-main .featured-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 32px 32px;
}
#blog-featured .featured-main .featured-content > p {
  margin: 0 0 26px;
  color: #515152;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
#blog-featured .featured-main h3 {
  margin: 12px 0 14px;
}
#blog-featured .featured-main h3 a {
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: 0.3s ease;
}
#blog-featured .featured-link {
  display: block;
  text-decoration: none;
}
#blog-featured .featured-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #fffdf0;
}
#blog-featured .featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
#blog-featured .post-category {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 100rem;
  background: rgba(55, 78, 162, 0.08);
  color: #374ea2;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: 0.3s ease;
}
#blog-featured .post-category:hover {
  background: #374ea2;
  color: #fff;
}
#blog-featured .post-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
  color: #787878;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
#blog-featured .post-meta time,
#blog-featured .post-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
#blog-featured .post-meta i {
  color: #374ea2;
  font-size: 13px;
}
#blog-featured .featured-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  margin-top: auto;
  padding: 0 20px;
  border: 1px solid #da2128;
  border-radius: 8px;
  background: #da2128;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
#blog-featured .featured-btn i {
  font-size: 16px;
  transition: 0.3s ease;
}
#blog-featured .featured-btn:hover {
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
#blog-featured .featured-btn:hover i {
  transform: translateX(4px);
}
#blog-featured .featured-side {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
#blog-featured .featured-item {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 0;
}
#blog-featured .featured-item .featured-link {
  height: 100%;
}
#blog-featured .featured-item .featured-image {
  width: 100%;
  height: 100%;
  min-height: 210px;
}
#blog-featured .featured-item .featured-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 22px;
}
#blog-featured .featured-item h3 {
  margin: 12px 0 18px;
}
#blog-featured .featured-item h3 a {
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s ease;
}
#blog-featured .featured-item time {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #787878;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
#blog-featured .featured-item time i {
  color: #374ea2;
  font-size: 13px;
}

#blog-header {
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
}
#blog-header .header-wrap {
  max-width: 920px;
}
#blog-header .header-content {
  position: relative;
}
#blog-header h1 {
  max-width: 850px;
  margin: 0 0 12px;
  color: #141b44;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
#blog-header .header-desc {
  max-width: 880px;
  margin: 0;
  color: #515152;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

#post-list {
  background: #fff;
}
#post-list .section-header {
  max-width: 720px;
  margin: 0 0 32px;
}
#post-list .section-header h2 {
  margin: 0 0 10px;
  color: #141b44;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
#post-list .section-header p {
  margin: 0;
  color: #515152;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}
#post-list .post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
#post-list .post-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  transition: 0.3s ease;
}
#post-list .post-item:hover {
  border-color: #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
#post-list .post-item:hover .post-image img {
  transform: scale(1.03);
}
#post-list .post-item:hover h3 a {
  color: #374ea2;
}
#post-list .post-link {
  display: block;
  text-decoration: none;
}
#post-list .post-image {
  position: relative;
  aspect-ratio: 3/2;
  margin: 0;
  overflow: hidden;
}
#post-list .post-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}
#post-list .post-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
}
#post-list .post-content > p {
  margin: 0 0 20px;
  color: #515152;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
#post-list .post-category {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  color: #374ea2;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: 0.2s ease;
}
#post-list .post-category:hover {
  color: #da2128;
}
#post-list h3 {
  margin: 0 0 12px;
}
#post-list h3 a {
  color: #333;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  transition: 0.2s ease;
}
#post-list h3 a:hover {
  color: #374ea2;
}
#post-list .post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 14px;
  color: #787878;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
#post-list .post-meta time,
#post-list .post-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#post-list .post-meta i {
  color: #787878;
  font-size: 12px;
}
#post-list .post-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #374ea2;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.2s ease;
}
#post-list .post-btn i {
  font-size: 15px;
  transition: 0.2s ease;
}
#post-list .post-btn:hover {
  color: #da2128;
}
#post-list .post-btn:hover i {
  transform: translateX(3px);
}

#post-pagination {
  padding: 36px 0 80px;
  background: #fffdf0;
}
#post-pagination .pagination-nav {
  display: flex;
  justify-content: center;
}
#post-pagination .pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#post-pagination .pagination-item {
  display: flex;
  align-items: center;
}
#post-pagination .pagination-link,
#post-pagination .pagination-prev,
#post-pagination .pagination-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #515152;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s ease;
}
#post-pagination .pagination-link:hover,
#post-pagination .pagination-prev:hover,
#post-pagination .pagination-next:hover {
  border-color: #adb8d9;
  background: #374ea2;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
#post-pagination .pagination-link[aria-current=page] {
  border-color: #374ea2;
  background: #374ea2;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  pointer-events: none;
}
#post-pagination .pagination-prev,
#post-pagination .pagination-next {
  gap: 8px;
  min-width: auto;
  padding: 0 18px;
}
#post-pagination .pagination-prev i,
#post-pagination .pagination-next i {
  font-size: 16px;
  transition: 0.3s ease;
}
#post-pagination .pagination-prev {
  margin-right: 6px;
}
#post-pagination .pagination-prev:hover i {
  transform: translateX(-3px);
}
#post-pagination .pagination-next {
  margin-left: 6px;
}
#post-pagination .pagination-next:hover i {
  transform: translateX(3px);
}
#post-pagination .pagination-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 44px;
  color: #787878;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

#blog-search {
  padding: 64px 0;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
#blog-search .search-header {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}
#blog-search .search-header h2 {
  margin: 0 0 12px;
  color: #374ea2;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
#blog-search .search-header p {
  margin: 0;
  color: #515152;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
#blog-search .search-form {
  max-width: 820px;
  margin: 0 auto;
}
#blog-search .search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
#blog-search .search-wrap:focus-within {
  border-color: #374ea2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
#blog-search .search-wrap:focus-within > i {
  color: #374ea2;
}
#blog-search .search-wrap > i {
  position: absolute;
  left: 24px;
  color: #787878;
  font-size: 17px;
  transition: 0.3s ease;
  pointer-events: none;
}
#blog-search .search-wrap input {
  flex: 1;
  min-width: 0;
  height: 50px;
  padding: 0 20px 0 52px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
#blog-search .search-wrap input::placeholder {
  color: #787878;
}
#blog-search .search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 50px;
  padding: 0 24px;
  border: 1px solid #da2128;
  border-radius: 8px;
  background: #da2128;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
#blog-search .search-btn:hover {
  border-color: #fa0103;
  background: #fa0103;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}
#blog-search .topic-nav {
  margin-top: 28px;
}
#blog-search .topic-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#blog-search .topic-list li {
  display: flex;
}
#blog-search .topic-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 100rem;
  background: #fff;
  color: #515152;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: 0.3s ease;
}
#blog-search .topic-list a:hover {
  border-color: #adb8d9;
  background: rgba(55, 78, 162, 0.08);
  color: #374ea2;
}
#blog-search .topic-list a[aria-current=page] {
  border-color: #374ea2;
  background: #374ea2;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

/*# sourceMappingURL=blog.css.map */
