.footer .footer-upper .footer-blocks-wrapper .tax-number :before {
  content: "\e93a";
}

.footer .footer-upper .footer-blocks-wrapper .distribution-number :before {
  content: "\e91c"
}

/* ========================================
   Sponsored Clubs Carousel Styles
   ======================================== */

.sponsored-clubs-carousel .sponsored-club-item {
  aspect-ratio: 1/1;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #ffffff;
  border: 1px solid #E4E4E4;
  padding: 10px !important;
  margin: 0 5px;
}

.sponsored-clubs-carousel .club-logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .sponsored-clubs-carousel .club-logo img {
    object-fit: contain;
  }

.sponsored-clubs-carousel .club-name {
  flex-shrink: 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  word-break: break-word;
}

/* ========================================
   Benelux message info
   ======================================== */

.benelux-message-info {
  margin: 15px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.benelux-message-info .info-message {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  max-width: 500px;
}

.benelux-message-info .info-message::before {
  content: "ℹ️";
  margin-right: 4px;
  font-size: 16px;
}


/* ========================================
   Product details
   ======================================== */

.technical-specifications-container {
  margin-bottom: 20px;
}

.specifications-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.specification-item {
  line-height: 1.6;
  padding: 5px 0;
  border-bottom: 1px solid #e9ecef;
}

.specification-item strong {
  margin-right: 8px;
}

.product-video-container {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper {
  width: 100%;
  max-width: 650px;
}

.video-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.no-video-message {
  text-align: center;
  padding: 40px;
  color: #6c757d;
}

.no-video-message p {
  margin: 0;
  font-size: 1.1rem;
}