.my-account-billing-information{height:100%;width:100%;background:#fff;padding:8px 20px 20px;border-radius:16px}
.my-account-billing-information__header{border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:8px;display:flex;justify-content:space-between}
.my-account-billing-information__header__title{display:flex;align-items:center;text-transform:uppercase;font-size:14px;font-weight:600;line-height:20px;color:#000}
.my-account-billing-information__header__title svg{width:18px;height:18px;margin-right:8px}
.my-account-billing-information__header__link{display:flex;align-items:center;padding:8px 4px;font-size:14px;line-height:20px;font-weight:500;color:#066fac;text-decoration:none}
.my-account-billing-information__header__link span{margin-right:8px}
.my-account-billing-information__header__link svg{width:11px;height:11px}
.my-account-billing-information__header__link:hover{cursor:pointer;color:#184d74}
.my-account-billing-information__header__link:hover svg path{fill:#184d74}
.my-account-billing-information__header__link:active{color:#000}
.my-account-billing-information__header__link:active svg path{fill:#000}
.my-account-billing-information__main{display:flex;flex-direction:column;max-height:100px;margin-top:16px;flex-wrap:wrap;column-gap:48px}
.my-account-billing-information__main__title{font-weight:400;font-size:12px;line-height:18px;text-transform:uppercase;color:#323439;margin-bottom:4px}
.my-account-billing-information__main__value-next-billing,.my-account-billing-information__main__value-contract-end,.my-account-billing-information__main__value-card{font-weight:500;font-size:14px;line-height:20px;color:#000}
.my-account-billing-information__main__section{margin-bottom:16px}
.my-account-billing-information__main__section:nth-child(2n){margin-bottom:0}
.my-account-billing-information__main__link{margin-top:12px;display:inline-flex;align-items:center;gap:6px;font-weight:500;font-size:13px;line-height:19px;color:#066fac;padding:6px 12px;border:1px solid #066fac;border-radius:10px}
.my-account-billing-information__main__link:hover{cursor:pointer;color:#184d74;border-color:#184d74;background:#f5f6f9}
.my-account-billing-information__main__link:hover svg path{fill:#184d74}
.my-account-billing-information__main__link:active{color:#000;border-color:#000;background:#dddfe5}
.my-account-billing-information__main__link:active svg path{fill:#000}
.my-account-billing-information__main__link svg{width:8px;height:8px}
@media only screen and (max-width:619px){.my-account-billing-information{padding:20px}
.my-account-billing-information__header{padding-bottom:8px;flex-direction:column}
.my-account-billing-information__header__title{margin-bottom:4px}
.my-account-billing-information__main{max-height:unset;margin-top:16px;gap:12px}
.my-account-billing-information__main__section{margin-bottom:0}
}