/* Price styling scope */
.uael-isk-enabled .tour-card-price{
  margin-top:.25rem;
  font-weight:600;
  font-size:16px;
}

/* Attribution (once, fixed at bottom-left) */
.uael-rates-attrib{
  position:fixed;
  left:10px;
  bottom:10px;
  font-size:12px;
  opacity:.7;
  z-index:9999;
}

/* Floating currency button (top-right) */
.uael-currency-fab{
  position:fixed;
  top:12px;
  right:12px;
  z-index:10000;
  font-family:inherit;
}

.uael-currency-fab__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.5rem .75rem;
  min-width:44px;
  min-height:40px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  box-shadow:0 2px 8px rgba(0,0,0,.12);
  cursor:pointer;
  font-weight:600;
	color:black;
}

.uael-currency-fab__menu{
  position:absolute;
  top:100%;
  right:0;
  margin-top:.5rem;
  list-style:none;
  padding:.25rem 0;
  background:#fff;
  border:1px solid rgba(0,0,0,.1);
  border-radius:.5rem;
  box-shadow:0 6px 18px rgba(0,0,0,.16);
  opacity:0;
  transform:translateY(-6px);
  pointer-events:none;
  transition:opacity .15s ease, transform .15s ease;
  min-width:160px;
}

.uael-currency-fab:hover .uael-currency-fab__menu,
.uael-currency-fab.is-open .uael-currency-fab__menu{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

.uael-currency-fab__item{
  padding:.5rem .75rem;
  white-space:nowrap;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:.5rem;
}

.uael-currency-fab__item:hover,
.uael-currency-fab__item:focus{
  background:#f5f5f7;
  outline:none;
}

/* Optional: tweak price text */
.uael-isk-enabled .tour-card-price .uael-price-number{
  /* example styles you can edit */
  /* color:#0c6; */
}
