@media (hover) {
    .hp-payment-method-inactive .PaymentMethodFormAccordionItem .AccordionItemCover:hover .PaymentMethodFormAccordionItemTitle {
        font-weight: 400 !important;
    }
}

.hp-payment-method-inactive .AccordionItemHeader--clickable:before {
    display: none;
}

.hp-ajdsfg-Overview {

}

.logo-img {
    margin: 0 !important;
    transition: all .3s;
}

.logo-block:hover .logo-img{
    transform: translateX(-50%);
    opacity: 0;
}

.logo-block:hover .block-back{
    transform: translateY(-50%) translateX(0%);
    opacity: 1;
}

.logo-block{
    position: relative;
    margin: 0 !important;
}

.block-back{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(150%);
    opacity: 0;
    transition: all .3s;
}

.block-back a {
    font-size: 16px;
    font-weight: 500;
    color: white;
    position: relative;
    padding-left: 22px;
}

.block-back a::before {
    content: "";
    width: 17px;
    height: 14px;
    background-color: white;
    display: inline-block;
    mask: url("../../hp-assets/arrowback.svg") no-repeat;
    mask-size: cover;
    position: absolute;
    top: 4px;
    left: 0;
}



/* ── LIGHT-BLUE THEME OVERRIDES ── */
.hp-ajdsfg-Background,
.hp-ajdsfg-Overview.is-darkBackground {
    background-color: #1d6fdc !important;
}

.SubmitButton.hp-submit-button {
    background-color: #1d6fdc !important;
}

.SubmitButton.hp-submit-button:hover {
    background-color: #1a63c8 !important;
}

.SubmitButton-Shimmer {
    background: linear-gradient(
        to right,
        rgba(29, 111, 220, 0) 0%,
        rgb(50, 130, 240) 50%,
        rgba(29, 111, 220, 0) 100%
    ) !important;
}
