/*
$c_blue_dark: #13263c;
$c_blue_light: #00385b;
$c_yellow: #ffe200;
$c_grey: #CFCFCF;
$c_grey_dark: #333;
$c_white: #fff;
*/

.r886_content a.r886_ticket_shop_button, 
.r886_page a.r886_ticket_shop_button {
  text-decoration: none;
  padding: 12px 48px 12px 12px;
  background-color: #00385b;
  color:white;
  line-height: 24px;
  display: inline-block;
  border-radius: 0;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23FFFFFF'%3E%3Cpath d='M286.15-97.69q-29.15 0-49.57-20.43-20.42-20.42-20.42-49.57 0-29.16 20.42-49.58 20.42-20.42 49.57-20.42 29.16 0 49.58 20.42 20.42 20.42 20.42 49.58 0 29.15-20.42 49.57-20.42 20.43-49.58 20.43Zm387.7 0q-29.16 0-49.58-20.43-20.42-20.42-20.42-49.57 0-29.16 20.42-49.58 20.42-20.42 49.58-20.42 29.15 0 49.57 20.42t20.42 49.58q0 29.15-20.42 49.57Q703-97.69 673.85-97.69ZM240.61-730 342-517.69h272.69q3.46 0 6.16-1.73 2.69-1.73 4.61-4.81l107.31-195q2.31-4.23.38-7.5-1.92-3.27-6.54-3.27h-486Zm-28.76-60h555.38q24.54 0 37.11 20.89 12.58 20.88 1.2 42.65L677.38-494.31q-9.84 17.31-26.03 26.96-16.2 9.66-35.5 9.66H324l-46.31 84.61q-3.08 4.62-.19 10 2.88 5.39 8.65 5.39h457.69v60H286.15q-40 0-60.11-34.5-20.12-34.5-1.42-68.89l57.07-102.61L136.16-810H60v-60h113.85l38 80ZM342-517.69h280-280Z'/%3E%3C/svg%3E");
  background-position-y: center;
  background-position-x: calc(100% - 12px);
  background-repeat: no-repeat;
  width: 100%;
  box-sizing: border-box;
}

.r886_ticket_shop_button .r886-sr-note {
  display: none;
}

.r886_content a.r886_ticket_shop_button:hover:after, 
.r886_page a.r886_ticket_shop_button:hover:after {
  display: none;
}

.r886_content a.r886_ticket_shop_button:after, 
.r886_page a.r886_ticket_shop_button:after {
  display: none;
}

.r886_content a.r886_ticket_shop_button:hover:before, 
.r886_page a.r886_ticket_shop_button:hover:before {
  display: none;
}

.r886_content a.r886_ticket_shop_button:before, 
.r886_page a.r886_ticket_shop_button:before {
  display: none;
}

.r886_content a.r886_ticket_shop_button:hover, 
.r886_page a.r886_ticket_shop_button:hover {
  border-radius: 0;
  background-color: #13263c;
}


/* --- Ticket Shop Overlay (host page) --- */
.shop-overlay {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.shop-overlay.is-open {
  display: grid;
  place-items: center;
}

.shop-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 25, 42, 0.75);
  backdrop-filter: blur(3px);
}

.shop-overlay__dialog {
  position: relative;
  /* Fallback size; never exceed viewport - 24px */
  width: min(900px, calc(100% - 24px));
  height: min(700px, calc(100% - 24px));
  max-width: calc(100% - 24px);
  max-height: calc(100% - 24px);
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
  border-radius: 2px;
  overflow: hidden;
  background: #00385b;
}

.shop-overlay__iframe {
  display: block;
  width: 100%;
  height: calc(100% - 32px);
  margin-top: 36px;
  border: 0;
  background-color: white;
}

.shop-overlay__close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  background: #13263c;
  color: #fff;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  font-size: 28px;
  font-weight: 100;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='32px' viewBox='0 -960 960 960' width='32px' fill='%23FFFFFF'%3E%3Cpath d='M256-213.85 213.85-256l224-224-224-224L256-746.15l224 224 224-224L746.15-704l-224 224 224 224L704-213.85l-224-224-224 224Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.shop-overlay__close:hover {
  background-color: #ffe200;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='32px' viewBox='0 -960 960 960' width='32px' fill='%2313263C'%3E%3Cpath d='M256-213.85 213.85-256l224-224-224-224L256-746.15l224 224 224-224L746.15-704l-224 224 224 224L704-213.85l-224-224-224 224Z'/%3E%3C/svg%3E");
}


.shop--no-scroll {
  overflow: hidden !important;
}

/* Visually hidden (for a11y labelling) */
.shop-visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

#shop-overlay-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  right: 36px;
  font-size: 16px;
  color: white;
  line-height: 36px;
  box-sizing: border-box;
  padding-left: 12px;
}



