.elementor-32495 .elementor-element.elementor-element-cc64f19{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32495 .elementor-element.elementor-element-2e90a8e{--spacer-size:50px;}.elementor-32495 .elementor-element.elementor-element-7c0add0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a1c6522 *//* === BYD MEDIA CENTER === */
.byd-mc-wrap {
  font-family: inherit;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.byd-mc-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 32px 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-family: 'Montserrat', sans-serif !important;
}

.byd-mc-section-label {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.byd-mc-divider {
  border: none;
  border-top: 2px solid #1a1a1a;
  margin: 0 0 28px 0;
}

.byd-mc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.byd-mc-card {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease;
}

.byd-mc-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.byd-mc-card-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f5f5f5;
}

.byd-mc-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.byd-mc-card:hover .byd-mc-card-img-wrap img {
  transform: scale(1.04);
}

.byd-mc-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-top: 1px solid #ececec;
  gap: 8px;
}

.byd-mc-card-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.byd-mc-card-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}

.byd-mc-card-size {
  font-size: 0.7rem;
  color: #888;
  font-weight: 400;
}

.byd-mc-download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  color: #1a4fba;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.2s;
}

.byd-mc-download-btn:hover {
  background: #f0f4ff;
  color: #0d3a9e;
}

.byd-mc-download-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Responsive */
@media (max-width: 1024px) {
  .byd-mc-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .byd-mc-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .byd-mc-title { font-size: 1.8rem; }
}
@media (max-width: 480px) {
  .byd-mc-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
}/* End custom CSS */