/* global */

.ccIframe {
    border: none;
}

a.currentAuction {
    border-bottom: 1px solid #EB3A2E;
}

img.notSelectedImage {
    opacity: .3;
}

input.hidden {
    display: none;
}

/* Text contrast override — theme gray-700 (#8c8c8c, 3.36:1) replaced with #595959 (7:1) */
#ar-results-index-info .text-gray-700,
#ccForm input,
#ccForm select {
    color: #595959;
}

/* Button contrast override — #ea3a2e (4.08:1) replaced with #b91c1c (5.09:1) */
input.gform_button,
.ar-button-red {
    background-color: #b91c1c !important;
}

/* Accessibility */

*:focus-visible {
    outline: 2px solid #192EF9;
    outline-offset: 2px;
}

.ar-error-message {
    color: #dc2626;
    font-weight: bold;
    padding: 0.5rem;
    border-left: 4px solid #dc2626;
}

.ar-info-message {
    color: #1e40af;
    font-weight: bold;
    padding: 0.5rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.sr-only:focus {
    position: absolute;
    width: auto;
    height: auto;
    padding: 0.5rem;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    z-index: 50;
    background: white;
    color: black;
}
