.question-pokemon-name-row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
}

.question-pokemon-name-row .question-pokemon-name {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    width: auto;
    max-width: calc(100% - 5.5rem);
}

.question-pokemon-name-row .question-status-preset-button {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
}

.question-status-preset-button {
    flex: 0 0 auto;
    margin: 0;
    padding: 0.35rem 0.85rem;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    font-size: 0.85rem;
    font-weight: 700;
    font-family: inherit;
    line-height: 1.2;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.question-status-preset-button:hover {
    border-color: #9ca3af;
    background: #f9fafb;
}

.question-status-preset-button:active {
    transform: scale(0.97);
}

.question-status-preset-button:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

.question-status-preset-button[data-preset-step="a32"],
.question-status-preset-button[data-preset-step="h32"] {
    background: #e7f5e8;
    border-color: #9dcf9d;
    color: #2d6a32;
}

.question-status-preset-button[data-preset-step="a32"]:hover,
.question-status-preset-button[data-preset-step="h32"]:hover {
    background: #d5edd7;
    border-color: #7db87d;
}

.question-status-preset-button[data-preset-step="specialized"] {
    background: #fde8e1;
    border-color: #f0b0a8;
    color: #b42318;
}

.question-status-preset-button[data-preset-step="specialized"]:hover {
    background: #f9d6cc;
    border-color: #e08b82;
}

.question-status-preset-button[data-preset-step="minimum"] {
    background: #e3eef8;
    border-color: #9dbfe8;
    color: #1d4e89;
}

.question-status-preset-button[data-preset-step="minimum"]:hover {
    background: #d1e3f4;
    border-color: #7aa6d9;
}

.question-status-preset-button[data-preset-step="zero"] {
    background: #fff6c8;
    border-color: #e6d06a;
    color: #8a6d00;
}

.question-status-preset-button[data-preset-step="zero"]:hover {
    background: #ffef9a;
    border-color: #d4bc4a;
}
