/*
 * PokeTeamOn M5.6 human re-acceptance remediation R3.
 * Presentation cleanup only.
 */

.m56r3-technical-meta-hidden,
.m56r3-semantic-duplicate {
    display: none !important;
}

/* Complete explicitly requested builder ACTION palette. */
.m56r3-builder-action:not(:disabled):not([aria-disabled="true"]) {
    background: #2563EB !important;
    background-image: none !important;
    border-color: #2563EB !important;
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.m56r3-builder-action:not(:disabled):not([aria-disabled="true"]):hover {
    background: #1D4ED8 !important;
    background-image: none !important;
    border-color: #1D4ED8 !important;
    color: #FFFFFF !important;
}

.m56r3-builder-action:not(:disabled):not([aria-disabled="true"]):active {
    background: #1E40AF !important;
    background-image: none !important;
    border-color: #1E40AF !important;
    color: #FFFFFF !important;
}

.m56r3-builder-action:disabled,
.m56r3-builder-action[aria-disabled="true"] {
    background: #E5E7EB !important;
    background-image: none !important;
    border-color: #E5E7EB !important;
    color: #9CA3AF !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
}

.m56r3-explanation-note {
    margin-top: 0.65rem;
    font-size: 0.8rem;
    line-height: 1.4;
    color: #64748b;
}
