.gm-2fa-main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}

.gm-2fa-card {
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    max-width: 960px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
    padding: 48px 40px 36px;
    gap: 32px;
}

@media (max-width: 768px) {
    .gm-2fa-card {
        grid-template-columns: 1fr;
        padding: 32px 24px;
    }
}

.gm-2fa-left h1 {
    font-size: 32px;
    font-weight: 400;
    margin: 16px 0 12px;
    color: #202124;
}

.gm-2fa-left p {
    font-size: 14px;
    line-height: 1.5;
    color: #5f6368;
}

.gm-2fa-right h2,
.gm-2fa-right h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #202124;
}

.gm-prompt-number {
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 24px;
    color: #202124;
}

.gm-device-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #202124;
}

.gm-device-body {
    font-size: 14px;
    line-height: 1.6;
    color: #5f6368;
    margin-bottom: 24px;
}

.gm-device-body strong {
    color: #202124;
    font-weight: 500;
}

.gm-dont-ask {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    margin-bottom: 32px;
    color: #5f6368;
}

.gm-dont-ask input {
    accent-color: #1a73e8;
    width: 18px;
    height: 18px;
}

.gm-2fa-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 24px;
}

.gm-2fa-links a {
    color: #1a73e8;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.gm-pick-list {
    list-style: none;
}

.gm-pick-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #e8eaed;
    cursor: default;
    color: #202124;
}

.gm-pick-item.gm-pick-clickable {
    padding: 0;
    cursor: pointer;
}

.gm-pick-link {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    width: 100%;
    color: #202124;
    text-decoration: none !important;
}

.gm-pick-link:hover,
.gm-pick-link:focus,
.gm-pick-link:visited {
    text-decoration: none !important;
    color: #202124;
}

.gm-pick-link:hover .title {
    color: #1a73e8;
}

.gm-pick-link .title,
.gm-pick-link .sub {
    text-decoration: none;
}

.gm-sms-block h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.gm-sms-subtitle {
    font-size: 14px;
    line-height: 1.5;
    color: #5f6368;
    margin-bottom: 24px;
}

.gm-sms-form {
    margin-top: 4px;
}

.gm-sms-field {
    width: 100%;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 4px;
    color: #202124;
    font-size: 16px;
    padding: 16px 15px;
    outline: none;
    font-family: inherit;
    line-height: 1.5;
    margin-bottom: 16px;
}

.gm-sms-field::placeholder {
    color: #9aa0a6;
}

.gm-sms-field:focus {
    border: 2px solid #1a73e8;
    padding: 15px 14px;
}

.gm-sms-actions {
    align-items: center;
    margin-top: 24px;
}

.gm-pick-item:last-child {
    border-bottom: none;
}

.gm-pick-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.gm-pick-icon path {
    fill: #5f6368;
}

.gm-pick-item .title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #202124;
}

.gm-pick-item .sub {
    font-size: 12px;
    color: #5f6368;
    line-height: 1.4;
}

.gm-2fa-footer {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    font-size: 12px;
    color: #5f6368;
}

.gm-2fa-footer a {
    color: #5f6368;
    text-decoration: none;
    margin-left: 16px;
}

.gm-signin-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #5f6368;
    margin-bottom: 12px;
}
