.main-content-page {
    padding: 78px 0;
    min-height: 70vh;
}

.accout-wrap {
    padding: 30px;
    min-width: 360px;
    border: 1px solid #2E2E2E;
    background-color: #070809;
    color: var(--fg-color);
    border-radius: 4px;
}

.accout-phone {
    padding-bottom: 0;
}

.accout-phone>h2,
.accout-third>h2 {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
}

.accout-third {
    border-top: 1px solid #2E2E2E;
    display: none;
    padding-top: 24px;
}

.bind-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bind-item>img {
    width: 48px;
    height: 48px;
    min-width: 48px;
}

.bind-btn {
    cursor: pointer;
    display: inline-flex;
    padding: 0 16px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #1C1D1F;
    font-size: 14px;
    font-weight: 500;
}

.bind-btn.binded {
    border: none;
    pointer-events: none;
    padding: 0;
    font-size: 16px;
}


@media screen and (max-width: 600px) {
    .accout-wrap {
        min-width: 100%;
    }

    .accout-phone{
        padding-bottom: 24px;
    }

    .accout-third{
        display: block;
    }

    .accout-phone>h2,
    .accout-third>h2 {
        font-size: 16px;
    }
}