/* Account-only styles. Shared account/management styling lives in /css/app.css. */

.field-static {
    font-size: 1.05em;
    color: #2c3e50;
    font-weight: 600;
}

.checkbox-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.checkbox-row input {
    width: 18px;
    height: 18px;
}

.code-input {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 1.4em;
    text-align: center;
    font-family: monospace;
}

.link-row {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.link-row .field-row {
    flex: 1;
    margin-bottom: 0;
}

.device-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f4;
}

.device-row:last-child {
    border-bottom: none;
}

.device-name {
    font-weight: 600;
    color: #2c3e50;
}

.logout-row {
    text-align: center;
    margin-top: 8px;
}
