.footer-block.contact .tax-number span:before {
  content: "\e938";
  font-size: 18px;
}

.footer-block.contact .government-id-meddev span:before {
  content: "\e942";
  font-size: 18px;
}

/* ========================================
   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;
}

/* ========================================
   Club Banner on Homepage
   ======================================== */

.club-banner {
  margin: 0 0 50px;
  width: 100%;
}

.club-banner-container {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-self: center;
}

.club-logo-section {
  flex-shrink: 0;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.club-logo {
  max-width: 100%;
  max-height: 400px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.club-content-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.club-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.club-name-text {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}

.club-name-text .club-name-part {
  font-weight: 600;
}

.club-name-text .club-name-separator {
  font-size: 32px;
  font-weight: 400;
  color: #4c85c4;
  margin: 0 8px;
}

.club-standard-text {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}

.club-banner-welcome-text {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

/* ========================================
   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;
  align-items: start;
  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;
}

/* ========================================
   Mollie
   ======================================== */

.mollieInfoContainer .btn-select {
  background-color: #4c85c4 !important;
}

.mollieInfoContainer .btn:active {
  background-color: #4c85c4 !important;
}