.tixly-cart-account-provider {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  color: #2a272c;
  text-transform: initial;
}

.tixly-cart-account-provider__toggle {
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid #4b81b7;
  border-radius: 0;
  background: #4b81b7;
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.7s;
}

.tixly-cart-account-provider__toggle:hover,
.tixly-cart-account-provider__toggle:focus-visible {
  color: #fff;
  border-color: #27addb;
  background: #27addb;
}

.tixly-cart-account-provider__toggle:focus-visible {
  outline: 2px solid #27addb;
  outline-offset: 1px;
}

.tixly-cart-account-provider__toggle:active,
.tixly-cart-account-provider__toggle[aria-expanded="true"] {
  color: #fff;
  border-color: #27addb;
  background: #27addb;
}

.tixly-cart-account-provider__summary {
  margin: 0 0 0.5rem;
  color: #2a272c;
  font-size: 0.9375rem;
  line-height: 1.35;
}

.tixly-cart-account-provider__items {
  list-style: none;
  margin: 0 0 0.6rem;
  padding: 0;
  border-top: 1px solid #d1d1d1;
}

.tixly-cart-account-provider__item {
  padding: 0.45rem 0;
  border-bottom: 1px solid #e2e2e2;
}

.tixly-cart-account-provider__item-name,
.tixly-cart-account-provider__item-details,
.tixly-cart-account-provider__item-price {
  margin: 0;
  line-height: 1.35;
}

.tixly-cart-account-provider__item-name {
  font-weight: 600;
  color: #2a272c;
}

.tixly-cart-account-provider__item-details {
  color: #5f5f5f;
  font-size: 0.825rem;
}

.tixly-cart-account-provider__item-price {
  color: #2a272c;
  font-size: 0.9rem;
  text-align: right;
}

.tixly-cart-account-provider__item-more {
  font-size: 0.85rem;
  color: #5f5f5f;
  border-bottom: 0;
}

.tixly-cart-account-provider__total,
.tixly-cart-account-provider__expires {
  margin: 0;
  font-size: 0.9rem;
}

.tixly-cart-account-provider__total {
  font-weight: 600;
}

.tixly-cart-account-provider__expires {
  color: #5f5f5f;
}

.tixly-cart-account-provider__panel a {
  color: #4b81b7;
  text-decoration: none;
  font-weight: 500;
}

.tixly-cart-account-provider__panel a:hover,
.tixly-cart-account-provider__panel a:focus-visible {
  color: #27addb;
  text-decoration: underline;
}

.tixly-cart-account-provider__panel a:focus-visible {
  outline: none;
}

.tixly-cart-account-provider__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tixly-cart-account-provider__icon .bi {
  width: 1.15rem;
  height: 1.15rem;
  font-size: 1.15rem;
  line-height: 1;
}

.tixly-cart-account-provider__panel {
  position: absolute;
  z-index: 500;
  min-width: 240px;
  max-width: min(320px, calc(100vw - 1rem));
  padding: 0.75rem;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  background: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  overflow-wrap: anywhere;
  top: calc(100% + 0.35rem);
  left: 0;
}

.tixly-cart-account-provider__badge {
  margin-left: -1rem;
  margin-top: -2.5rem;
  min-width: 1.4rem;
  height: 1.4rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  line-height: 1.4rem;
  text-align: center;
  color: #fff;
  background: #dc3545;
  border: 1px solid #2a272c;
}

.tixly-cart-account-provider__badge.is-empty {
  background: #7f8c8d;
}

.tixly-cart-account-provider__actions {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.6rem;
  padding-top: 0.45rem;
  border-top: 1px solid #d1d1d1;
}


.is-hidden {
  display: none !important;
}

@media (max-width: 62rem) {
  .tixly-cart-account-provider__panel {
    right: 13px;
    left: auto;
  }
}
