/* Shared euro sub-brand for the hub and its long-form guide. */
.euro-guide-page {
  --euro-blue: #3157a5;
  --euro-blue-dark: #20366f;
  --euro-blue-soft: #dfe7f8;
  --euro-yellow: #f2cd67;
}

.euro-destination-logo .euro-logo-emblem {
  display: grid;
  place-items: center;
  overflow: visible;
  border-color: var(--euro-blue-dark);
  background:
    radial-gradient(circle at 72% 25%, rgba(242, 205, 103, 0.95) 0 3px, transparent 4px),
    linear-gradient(145deg, #fffefa, #e6ecfb);
  color: var(--euro-blue-dark);
}

.euro-destination-logo .euro-logo-emblem::before {
  border-color: var(--euro-blue-dark);
  background: var(--euro-yellow);
}

.euro-destination-logo .euro-logo-emblem::after {
  border-color: var(--euro-blue-dark);
  background: #fffefa;
}

.euro-logo-symbol {
  font-family: var(--cbc-font-display, "Arial Black", Arial, sans-serif);
  font-size: 1.52rem;
  font-weight: 850;
  line-height: 1;
  transform: translateY(-1px);
}

.euro-destination-logo .country-logo-fold {
  background: linear-gradient(225deg, var(--euro-yellow) 0 46%, var(--euro-blue-dark) 47% 55%, #fffefa 56%);
}

@media (max-width: 720px) {
  .euro-guide-page .masthead-brand .country-destination-logo.is-mini {
    width: 49px;
    padding-left: 8px;
  }

  .euro-guide-page .masthead-brand .country-logo-copy {
    display: none;
  }
}
