.gacha-ticket {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    margin-right: 1em;
    padding-right: 5px;
    border: 2px solid #888;
    border-radius: 5px;
}

.gacha-ticket.invalid {
    border: 2px solid red;
}

.gacha-ticket input {
    width: 40px;
    height: 32px;
    margin: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.gacha-ticket button {
    height: 32px;
    color: orange !important;
    box-shadow: inset 0 0 0 2px orange;
}

.gacha-ticket button:hover {
    color: #65b3e6 !important;
    box-shadow: inset 0 0 0 2px #65b3e6;
}

/* Chrome, Safari, Edge, Opera */
.gacha-ticket input::-webkit-outer-spin-button,
.gacha-ticket input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.gacha-ticket input[type=number] {
    -moz-appearance: textfield;
}
