/* Enova accessibility and interaction refinements. */
.aiz-p-hov-icon button {
    display: block;
    width: 36px;
    height: 36px;
    margin-top: 5px;
    margin-right: 5px;
    color: #333;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    transform: translateX(calc(100% + 15px));
}

.aiz-p-hov-icon button:hover,
.aiz-p-hov-icon button:focus-visible {
    color: #fff;
    background: var(--primary);
}

.aiz-card-box:hover .aiz-p-hov-icon button,
.aiz-p-hov-icon button:focus-visible {
    transform: translateX(0);
}

.aiz-p-hov-icon-mobile button {
    width: 36px;
    height: 36px;
    margin-bottom: 5px;
    color: #333;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    transform: translateY(calc(100% + 15px));
    transition: transform .3s ease;
}

.aiz-card-box:hover .aiz-p-hov-icon-mobile button,
.aiz-p-hov-icon-mobile button:focus-visible {
    transform: translateY(0);
}

.text-primary {
    color: #c92510 !important;
}

.text-blue {
    color: #1769aa !important;
}

.top-navbar .opacity-60 {
    color: #595959;
    opacity: 1 !important;
}
