
.image-wrapper[data-v-446addde] {
  position: relative;
  overflow: hidden;
}
.placeholder[data-v-446addde] {
  width: inherit;
  height: inherit;
  display: block;
  transform: scale(1.05);
  transition: opacity 0.4s ease;
}
.full[data-v-446addde] {
  position: absolute;
  inset: 0;
  width: inherit;
  height: inherit;

  opacity: 0;
  transition: opacity 0.4s ease;
}
.full.loaded[data-v-446addde] {
  opacity: 1;
}
.full.loaded~.placeholder[data-v-446addde] {
  opacity: 0;
}
.pic[data-v-446addde] {
  width: inherit;
  height: inherit;
}

div.ticket-card {
    background: radial-gradient(#161616, #000000);
    padding: 0.7em;
    width: 256px;
    min-width: 256px;
    box-sizing: content-box;
    flex-direction: column;
    margin: 16px;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgb(44, 44, 44);
    position: relative;
    display: flex;
}
div.ticket-card .p-card-body {
    width: 100%;
}
div.ticket-card .ticket-button {
    border-radius: 10px;
}
.ticket-image {
    width: 256px;
    height: 256px;
    margin-bottom: 0;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: radial-gradient(#3b3b3b, #242424);
    border-radius: 10px;
}
.ticket-image span {
    font-family: 'Robotech GP';
    font-size: 2em;
    letter-spacing: 0.03em;
}
.ticket-card .ticket-tag {
    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom-left-radius: 10px;
}
.ticket-tag.owned {
    color: rgb(106, 214, 106);
    background-color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    padding: 0.3em;
    font-size: 1.2em;
}
.ticket-image-container {
    position: relative;
}
.ticket-title {
    text-align: center;

    padding-bottom: 0.2em;
    border-radius: 5px;
}
.ticket-info-container {
    display: inline-block;
    width: 100%;
    flex: 1;
}
.ticket-price-container {
    float: bottom;
    display: flex;
    justify-content: space-between;
    border-top: 2px dashed rgb(85, 85, 85);
    padding-top: 1.2em;
}
.ticket-title {
    font-size: 1.3em;
}
.ticket-info-container li>* {
    margin: 0.1em;
}
