@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
}
.site-header .nav-scroll {
  scrollbar-width: none;
}
.site-header .nav-scroll::-webkit-scrollbar {
  display: none;
}
.site-header .nav-scroll > ul {
  margin-left: auto;
  margin-right: auto;
}
.language-switcher .trp-language-switcher{
  padding: 0;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 0.35rem;
  width: auto;
  min-width: max-content;
  white-space: nowrap;
  overflow: visible;
}
.language-switcher .trp-current-language-item__wrapper{
  padding: 0;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: max-content;
  white-space: nowrap;
  flex-shrink: 0;
}
.language-switcher .trp-current-language-item__wrapper:not(.trp-hide-arrow){
  padding: 0;
}

.language-switcher .trp-current-language-item__wrapper .trp-language-item__current{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  width: auto;
  min-width: max-content;
  white-space: nowrap;
}

.language-switcher .trp-current-language-item__wrapper svg,
.language-switcher .trp-current-language-item__wrapper img{
  flex-shrink: 0;
}

.site-header-home:not(.is-scrolled) .language-switcher,
.site-header-home:not(.is-scrolled) .language-switcher a,
.site-header-home:not(.is-scrolled) .language-switcher span,
.site-header-home:not(.is-scrolled) .language-switcher .trp-current-language-item__wrapper,
.site-header-home:not(.is-scrolled) .language-switcher .trp-language-item,
.site-header-home:not(.is-scrolled) .language-switcher .trp-language-item__current {
  color: #fff;
}

.site-header-home:not(.is-scrolled) .language-switcher svg,
.site-header-home:not(.is-scrolled) .language-switcher svg *,
.site-header-home:not(.is-scrolled) .language-switcher .trp-current-language-item__wrapper::after,
.site-header-home:not(.is-scrolled) .language-switcher .trp-current-language-item__wrapper::before,
.site-header-home:not(.is-scrolled) .language-switcher .trp-language-switcher::after,
.site-header-home:not(.is-scrolled) .language-switcher .trp-language-switcher::before {
  color: #fff;
  fill: #fff;
  stroke: #fff;
  border-color: #fff;
}

.site-header-inner .language-switcher,
.site-header-inner .language-switcher a,
.site-header-inner .language-switcher span,
.site-header-inner .language-switcher .trp-current-language-item__wrapper,
.site-header-inner .language-switcher .trp-language-item,
.site-header-inner .language-switcher .trp-language-item__current,
.site-header-home.is-scrolled .language-switcher,
.site-header-home.is-scrolled .language-switcher a,
.site-header-home.is-scrolled .language-switcher span,
.site-header-home.is-scrolled .language-switcher .trp-current-language-item__wrapper,
.site-header-home.is-scrolled .language-switcher .trp-language-item,
.site-header-home.is-scrolled .language-switcher .trp-language-item__current {
  color: #e62129;
}

.site-header-inner .language-switcher svg,
.site-header-inner .language-switcher svg *,
.site-header-inner .language-switcher .trp-current-language-item__wrapper::after,
.site-header-inner .language-switcher .trp-current-language-item__wrapper::before,
.site-header-inner .language-switcher .trp-language-switcher::after,
.site-header-inner .language-switcher .trp-language-switcher::before,
.site-header-home.is-scrolled .language-switcher svg,
.site-header-home.is-scrolled .language-switcher svg *,
.site-header-home.is-scrolled .language-switcher .trp-current-language-item__wrapper::after,
.site-header-home.is-scrolled .language-switcher .trp-current-language-item__wrapper::before,
.site-header-home.is-scrolled .language-switcher .trp-language-switcher::after,
.site-header-home.is-scrolled .language-switcher .trp-language-switcher::before {
  color: #e62129;
  fill: #e62129;
  stroke: #e62129;
  border-color: #e62129;
}

.shadow-glow {
  
}
.shadow-glow:hover {
  box-shadow: 0 0 20px rgba(230, 33, 41, 0.6);
}

.site-header {
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header-home {
  background: transparent !important;
  box-shadow: none !important;
}

.site-header-home .site-logo-inner {
  display: none;
}

.site-header-home.is-scrolled .site-logo-home {
  display: none;
}

.site-header-home.is-scrolled .site-logo-inner {
  display: block;
}

.site-header-home:not(.is-scrolled) .site-header-nav .nav-scroll > ul > li > a,
.site-header-home:not(.is-scrolled) .site-header-nav .nav-scroll > ul > li > a .iconify,
.site-header-home:not(.is-scrolled) .site-header-nav .nav-scroll > ul > li > a span {
  color: #fff;
}

.site-header-home:not(.is-scrolled) .site-header-nav #desktopSearchButton,
.site-header-home:not(.is-scrolled) .site-header-nav #mobileSearchButton,
.site-header-home:not(.is-scrolled) .site-header-nav #mobileMenuToggle {
  color: #fff;
  border-color: transparent;
}

.site-header-home.is-scrolled {
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.site-header-home.is-scrolled .site-header-nav .nav-scroll > ul > li > a,
.site-header-home.is-scrolled .site-header-nav .nav-scroll > ul > li > a .iconify,
.site-header-home.is-scrolled .site-header-nav .nav-scroll > ul > li > a span,
.site-header-home.is-scrolled .site-header-nav .text-white,
.site-header-home.is-scrolled #desktopSearchButton,
.site-header-home.is-scrolled #mobileSearchButton,
.site-header-home.is-scrolled #mobileMenuToggle {
  color: #111827;
}

.site-header-home.is-scrolled #desktopSearchButton,
.site-header-home.is-scrolled #mobileSearchButton,
.site-header-home.is-scrolled #mobileMenuToggle {
  color: #111827;
  border-color: transparent;
}

.site-header-home.is-scrolled .site-header-nav .bg-brand-red {
  color: #fff;
}

.site-header-home:not(.is-scrolled) .site-header-nav .bg-brand-red {
  color: #fff;
}

.site-header-home:not(.is-scrolled) .site-header-nav .nav-dropdown a,
.site-header-home:not(.is-scrolled) .site-header-nav .nav-subdropdown a,
.site-header-home:not(.is-scrolled) .site-header-nav .nav-subdropdown-deep a,
.site-header-home:not(.is-scrolled) .site-header-nav .nav-mega-dropdown a,
.site-header-home.is-scrolled .site-header-nav .nav-dropdown a,
.site-header-home.is-scrolled .site-header-nav .nav-subdropdown a,
.site-header-home.is-scrolled .site-header-nav .nav-subdropdown-deep a,
.site-header-home.is-scrolled .site-header-nav .nav-mega-dropdown a {
  color: #111827;
}

.site-header .nav-mega-dropdown .text-brand-muted {
  color: #6b7280;
}

.site-header .nav-mega-dropdown a:hover {
  color: #e62129;
}

.site-header-home.is-scrolled #mobileMenu {
  color: #111827;
  border-color: #f3f4f6;
  background: #fff;
}

.fancybox__slide:has(#quoteForm) {
  padding: 3rem 1rem;
}

.fancybox__slide:has(#quoteForm) .f-html {
  background: transparent;
  padding: 0;
  overflow: visible;
}

.fancybox__slide:has(#quoteForm) .f-button.is-close-button {
  top: -54px;
  right: -4px;
  color: #fff;
  background: transparent;
}

.fancybox__slide:has(#quoteForm) .f-button.is-close-button svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.6;
}

/* Header Top Bar - Scroll Hide */
.site-header-top {
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

.site-header-top.is-hidden {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* Header Nav - Sticky on scroll */
.site-header-nav {
  transition: box-shadow 0.3s ease;
}

.site-header-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Compact Power Section - Swiper Styles */
.compact-power-card {
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.compact-power-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.compact-power-media {
  position: relative;
  overflow: hidden;
  min-height: 240px;
}

.compact-power-media img,
.compact-power-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.compact-power-card:hover .compact-power-media img,
.compact-power-card:hover .compact-power-media video {
  transform: scale(1.05);
}

.compact-power-content {
  padding: 1.5rem;
}

/* About: Video Introduction */
.about-video-copy {
  min-height: 100%;
}

.about-video-desc-box {
  overflow-y: auto;
  padding: 20px 24px 20px 22px;
  border-radius: 7px;
  background: #fff;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.68;
  scrollbar-width: thin;
  scrollbar-color: #e62129 #f1f1f1;
}

.about-video-desc-box p {
  margin: 0 0 14px;
}

.about-video-desc-box p:last-child {
  margin-bottom: 0;
}

.about-video-desc-box::-webkit-scrollbar {
  width: 8px;
}

.about-video-desc-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 999px;
}

.about-video-desc-box::-webkit-scrollbar-thumb {
  background: #e62129;
  border: 2px solid #f1f1f1;
  border-radius: 999px;
}

.about-video-desc-box::-webkit-scrollbar-thumb:hover {
  background: #c91e25;
}

/* Homepage: Built to Perform desc box with scrollbar */
.homepage-built-desc-box {
  overflow-y: auto;
  max-h-[200px] md:max-h-[280px] xl:max-h-[360px];
  padding-right: 12px;
  scrollbar-width: thin;
  scrollbar-color: #e62129 #f1f1f1;
}

.homepage-built-desc-box::-webkit-scrollbar {
  width: 6px;
}

.homepage-built-desc-box::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.homepage-built-desc-box::-webkit-scrollbar-thumb {
  background: #e62129;
  border-radius: 999px;
}

.homepage-built-desc-box::-webkit-scrollbar-thumb:hover {
  background: #c91e25;
}

/* About: Advanced Manufacturing Stats */
.facility-stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  
  margin: 0 auto 54px;
  background: #fff;
}

.facility-stat-item {
  position: relative;
  min-height: 104px;
  padding: 8px 28px 6px;
  text-align: center;
}

.facility-stat-item + .facility-stat-item::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 7px;
  left: 0;
  width: 1px;
  background: #dfdfdf;
}

.facility-stat-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  color: #e62129;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
  white-space: nowrap;
}

.facility-stat-unit {
  color: #e62129;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.facility-stat-label {
  max-width: 235px;
  margin: 13px auto 0;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}

@media (max-width: 1023px) {
  .about-video-desc-box {
    max-height: 240px;
    font-size: 15px;
  }

  .facility-stats-row {
    margin-bottom: 46px;
  }

  .facility-stat-item {
    padding-right: 18px;
    padding-left: 18px;
  }

  .facility-stat-value {
    font-size: 29px;
  }

  .facility-stat-unit {
    font-size: 14px;
  }

}

@media (max-width: 767px) {
  .about-video-desc-box {
    max-height: 220px;
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.62;
  }

  .facility-stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 38px;
  }

  .facility-stat-item {
    min-height: 112px;
    padding: 18px 14px 16px;
  }

  .facility-stat-item + .facility-stat-item::before {
    top: 18px;
    bottom: 18px;
  }

  .facility-stat-item:nth-child(odd)::before {
    display: none;
  }

  .facility-stat-item:nth-child(n + 3) {
    border-top: 1px solid #dfdfdf;
  }

  .facility-stat-value {
    font-size: 24px;
  }

  .facility-stat-unit {
    font-size: 12px;
  }

  .facility-stat-label {
    max-width: 170px;
    margin-top: 9px;
    font-size: 12px;
    line-height: 1.35;
  }

}

@media (min-width: 640px) {
  .compact-power-media {
    min-height: 280px;
  }
}

@media (min-width: 768px) {
  .compact-power-media {
    min-height: 320px;
  }
}

@media (min-width: 1024px) {
  .compact-power-media {
    min-height: 100%;
  }
}

/* Products Related Swiper Styles */
.products-swiper-related .swiper-wrapper {
  align-items: stretch;
}

.products-swiper-related .swiper-slide {
  height: auto;
  display: flex;
}

.products-swiper-related .swiper-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.products-swiper-related .swiper-slide > div > div:last-child {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.products-swiper-related .line-clamp-3 {
  min-height: 4.5em;
}

/* Product Category Swiper Styles */
[class*="products-swiper-"] .swiper-wrapper {
  align-items: stretch;
}

[class*="products-swiper-"] .swiper-slide {
  height: auto;
  display: flex;
}

[class*="products-swiper-"] .swiper-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

[class*="products-swiper-"] .swiper-slide > div > div:last-child {
  display: flex;
  flex-direction: column;
  flex: 1;
}

[class*="products-swiper-"] .line-clamp-3 {
  min-height: 4.5em;
}

/* Flagship Products Swiper Styles */
.flagship-products-swiper .swiper-wrapper {
  align-items: stretch;
}

.flagship-products-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.flagship-products-swiper .swiper-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.flagship-products-swiper .swiper-slide > div > div:last-child {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.flagship-products-swiper .line-clamp-3 {
  min-height: 4.5em;
}
/* 全局减小字体大小 */
html {
    font-size: 14px; /* 默认是 16px，改为 14px 相当于整体缩小约 87.5% */
}

/* ============================================
   Block Editor / Content Styles
   ============================================ */

/* ---- Layout (generated by theme.json) ---- */


/* ---- Headings ---- */
.wp-block-heading,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #101010;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2em;
  margin-bottom: 0.75em;
}

.entry-content h1,
.wp-block-heading[class*="wp-block-heading"] h1 {
  font-size: 2.25rem;
}

.entry-content h2 {
  font-size: 1.875rem;
}

.entry-content h3 {
  font-size: 1.5rem;
}

.entry-content h4 {
  font-size: 1.25rem;
}

.entry-content h5 {
  font-size: 1.125rem;
}

.entry-content h6 {
  font-size: 1rem;
}

/* ---- Paragraph ---- */
.wp-block-paragraph,
.entry-content p {
  margin-top: 0;
  margin-bottom: 1.25em;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

/* ---- Links ---- */
.entry-content a {
  color: #e62129;
  text-decoration: underline;
}

.entry-content a:hover {
  text-decoration: none;
}

/* ---- Lists ---- */
.wp-block-list,
.entry-content ul,
.entry-content ol {
  margin-top: 0;
  margin-bottom: 1.25em;
  padding-left: 1.5em;
}

.entry-content ul,
.entry-content ul[class*="wp-block"] {
  list-style: disc;
}

.entry-content ol,
.entry-content ol[class*="wp-block"] {
  list-style: decimal;
}

.entry-content li {
  margin-bottom: 0.5em;
}

.entry-content li > ul,
.entry-content li > ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}

/* ---- Blockquote ---- */
.wp-block-quote,
.entry-content blockquote {
  border-left: 4px solid #e62129;
  padding: 0.75em 1em;
  margin: 1.5em 0;
  color: #555;
  font-style: italic;
  background: #f9f9f9;
}

.wp-block-quote cite,
.entry-content blockquote cite {
  display: block;
  margin-top: 0.75em;
  font-size: 0.875em;
  color: #777;
  font-style: normal;
}

.wp-block-quote.is-style-large {
  font-size: 1.25rem;
  padding: 1em 1.5em;
}

/* ---- Pullquote ---- */
.wp-block-pullquote {
  border-top: 4px solid #e62129;
  border-bottom: 4px solid #e62129;
  padding: 2em 1em;
  margin: 1.5em 0;
  text-align: center;
  font-size: 1.25rem;
  color: #101010;
}

.wp-block-pullquote cite {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #777;
}

/* ---- Table ---- */
.wp-block-table,
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}

.wp-block-table th,
.wp-block-table td,
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 0.75em;
}

.wp-block-table th,
.entry-content table th {
  background: #f5f5f5;
  font-weight: 600;
  text-align: left;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: #f9f9f9;
}

/* ---- Image ---- */
.wp-block-image,
.entry-content figure {
  margin: 1.5em 0;
}

.wp-block-image img,
.entry-content figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.wp-block-image figcaption,
.entry-content figcaption {
  font-size: 0.875rem;
  color: #666;
  text-align: center;
  margin-top: 0.5em;
}

/* ---- Cover ---- */
.wp-block-cover {
  margin: 1.5em 0;
  border-radius: 8px;
  overflow: hidden;
}

/* ---- Media & Text ---- */
.wp-block-media-text {
  margin: 1.5em 0;
}

.wp-block-media-text img {
  border-radius: 8px;
}

/* ---- Gallery ---- */
.wp-block-gallery {
  margin: 1.5em 0;
  gap: 1em;
}

.wp-block-gallery img {
  border-radius: 8px;
}

/* ---- Separator ---- */
.wp-block-separator {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 2em 0;
}

.wp-block-separator.is-style-wide {
  border-width: 2px;
}

.wp-block-separator.is-style-dots {
  border: none;
  text-align: center;
  line-height: 1;
}

.wp-block-separator.is-style-dots::before {
  content: "· · ·";
  font-size: 1.5rem;
  letter-spacing: 2em;
  padding-left: 2em;
  color: #333;
}

/* ---- Pre / Code ---- */
.wp-block-preformatted,
.wp-block-code,
.entry-content pre {
  background: #f5f5f5;
  padding: 1em 1.25em;
  overflow-x: auto;
  font-size: 0.875rem;
  border-radius: 4px;
  margin: 1.5em 0;
}

.entry-content code {
  background: #f5f5f5;
  padding: 0.2em 0.4em;
  font-size: 0.875em;
  border-radius: 3px;
}

/* ---- Verse ---- */
.wp-block-verse {
  font-family: inherit;
  white-space: pre-wrap;
  background: #f5f5f5;
  padding: 1em 1.25em;
  border-radius: 4px;
  margin: 1.5em 0;
}

/* ---- Buttons ---- */
.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
  margin: 1.5em 0;
}

.wp-block-button__link {
  background: #e62129;
  color: #fff;
  padding: 0.75em 1.5em;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
}

.wp-block-button__link:hover {
  background: #cc1d24;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #e62129;
  border: 2px solid #e62129;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #e62129;
  color: #fff;
}

/* ---- Columns ---- */
.wp-block-columns {
  display: flex;
  gap: 1.5em;
  margin: 1.5em 0;
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked) {
    flex-direction: column;
  }
}

.wp-block-column {
  flex: 1;
  min-width: 0;
}

/* ---- Group ---- */
.wp-block-group {
  margin: 1.5em 0;
}

.wp-block-group.has-background {
  padding: 1.5em;
  border-radius: 8px;
}

/* ---- Embed ---- */
.wp-block-embed {
  margin: 1.5em 0;
}

.wp-block-embed iframe {
  max-width: 100%;
}

/* ---- Details (Accordion) ---- */
.wp-block-details {
  margin: 1.5em 0;
}

.wp-block-details summary {
  cursor: pointer;
  font-weight: 600;
  padding: 0.75em 0;
}

/* ---- File ---- */
.wp-block-file {
  margin: 1.5em 0;
}

.wp-block-file__button {
  background: #e62129;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 6px;
  margin-left: 0.75em;
}

/* ---- Search ---- */
.wp-block-search {
  margin: 1.5em 0;
}

.wp-block-search__input {
  padding: 0.5em 0.75em;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.wp-block-search__button {
  background: #e62129;
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  border-radius: 4px;
  cursor: pointer;
}

/* ---- Tag Cloud ---- */
.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin: 1.5em 0;
}

.wp-block-tag-cloud a {
  display: inline-block;
  padding: 0.25em 0.75em;
  background: #f5f5f5;
  border-radius: 999px;
  font-size: 0.875rem;
  color: #333;
  text-decoration: none;
}

.wp-block-tag-cloud a:hover {
  background: #e62129;
  color: #fff;
}

/* ---- Latest Posts ---- */
.wp-block-latest-posts {
  list-style: none;
  padding: 0;
  margin: 1.5em 0;
}

.wp-block-latest-posts li {
  padding: 0.75em 0;
  border-bottom: 1px solid #eee;
}

.wp-block-latest-posts li:last-child {
  border-bottom: none;
}

.wp-block-latest-posts__post-title {
  font-weight: 600;
  color: #101010;
}

/* ---- Social Links ---- */
.wp-block-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
  padding: 0;
  margin: 1.5em 0;
  list-style: none;
}

.wp-block-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
