/* Форма «Стать настоящим менеджером» (эпик ot-fenix-01y §7): соц-вход первым,
   ниже email+пароль. Одноколоночная, для модалки jQuery UI на старом layout. */
#modal-guest-register .guest-reg {

}

.guest-reg__lead {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.4;
}

.guest-reg__social {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.guest-reg__social-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f5f5f5;
    align-items: center;
    padding-left: 10px;
    border-color: #dbdbdb;
    border-radius: 4px;
    border-style: solid;
    border-width: 0 0 0 4px;
    font-size: 1.2em;
}
.guest-reg__social-label {
    color: #AAAAAA;
}

.guest-reg__social-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 309px;
    border: none;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px;
    font-size: 1.2em;
    justify-content: center;
}

.guest-reg__social-btn.sfx-google {
    color: #FFFFFF;
    background-color: #0b57d0;
}

.guest-reg__social-btn.sfx-tg {
    color: #FFFFFF;
    background-color: #3390ec;
}

.guest-reg__social-btn img {
    width: 18px;
    height: 18px;
}

.guest-reg__or {
    text-align: center;
    margin: 16px 0;
    color: #888;
    position: relative;
}

.guest-reg-tab .guest-reg__or {
    margin: 8px 0;
}

.guest-reg__or span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.guest-reg__or:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #ddd;
}

.guest-reg__fields {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.guest-reg__fields > * {
    padding: 6px;
}

.guest-reg__submit {
    height: 40px;
    font-size: 1.2em;
}

/* Таб «Регистрация» на матче (§6): выбор старт-клуба */
.guest-reg-tab__lead {
    margin-bottom: 10px;
}

.guest-reg-tab__clubs {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.guest-reg-club {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    padding: 8px 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;

    transition: border-color 0.2s, background-color 0.2s;
}

.guest-reg-club:hover {
    border-color: #3A9CC1;
}

.guest-reg-club.is-selected {
    border-color: #3A9CC1;
    background: rgba(58, 156, 193, 0.1);
}

.guest-reg-club .a_logo {
    float: none;
}

.guest-reg-club__fin {
    color: #888;
}

.guest-reg-club__fin img {
    vertical-align: middle;
}

.guest-reg-tab__reroll {
    display: inline-block;
    margin: 0;
    font-size: 1em;
}

.guest-reg-tab__reroll img {
    vertical-align: middle;
}
