.cs-account{display:flex;justify-content:center;flex-direction:column;align-items:center;padding:0 8px;margin-top:8px}.cs-account__bonuses-list{display:flex;flex-direction:column;gap:8px;width:100%}.cs-balance-info{display:flex;flex-direction:column;justify-content:center;border-radius:12px;min-height:64px;padding:12px 12px 12px 16px;background-clip:padding-box;background-color:var(--light-color-layout-accent);box-sizing:border-box;position:relative}.cs-balance-info.cs-balance-info--linked{margin-bottom:-4px}.cs-balance-info__header{display:inline-flex;justify-content:space-between;align-items:center;width:100%;min-height:20px}.cs-balance-info__header .btn--gradient{height:40px}.cs-balance-info__header__title{font-size:16px;font-weight:500;letter-spacing:-.3px;text-align:left;line-height:20px;flex-grow:1;color:var(--light-color-typography-main)}.cs-balance-info__header__icon{height:16px;width:16px;font-size:1.6rem;cursor:pointer;color:var(--global-interactive-blue-dark1);flex-shrink:0}.cs-balance-info__header__icon:hover{background:rgba(17,126,209,.16);border-radius:50%}.cs-balance-info__description{display:flex;flex-direction:column;font-size:1.5rem;letter-spacing:0;line-height:20px;padding:0 32px}@media screen and (min-width:768px){.cs-balance-info__description{max-height:640px;min-height:200px;height:auto;overflow:auto;padding:16px 32px 0}}.cs-balance-info__description h1{text-align:center}.cs-balance-info__description__title{color:var(--light-color-typography-main);font-size:2.4rem;font-weight:900;letter-spacing:0;text-align:center;line-height:32px}.cs-balance-info__header__button{width:128px;position:absolute;top:50%;right:12px;transform:translateY(-50%);z-index:1}@media screen and (max-width:320px){.cs-balance-info__header__button{position:static;transform:none;margin-top:8px}}